Skip to content

Commit

Permalink
fix: update client
Browse files Browse the repository at this point in the history
  • Loading branch information
leartgjoni-voiceflow committed May 26, 2020
1 parent cd273d0 commit 8c5b466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@voiceflow/backend-utils": "2.0.0",
"@voiceflow/client": "^1.7.1",
"@voiceflow/client": "^1.7.2",
"@voiceflow/common": "^6.2.0",
"@voiceflow/logger": "^1.1.0",
"@voiceflow/secrets-provider": "^1.6.2",
Expand Down Expand Up @@ -146,11 +146,11 @@
"lint": "eslint \"./**/*.{js,ts}\"",
"local": "NODE_ENV=local ts-node --files -r tsconfig-paths/register start.ts",
"local:watch": "NODE_ENV=local forever --watch -c \"ts-node --files -r tsconfig-paths/register\" start.ts",
"preview:new": "scripts/deploy_dev_environments.sh",
"preview:check": "echo \"alexa\"",
"preview:new": "scripts/deploy_dev_environments.sh",
"start": "NODE_ENV=production node --max-old-space-size=8192 build/start.js",
"test": "NODE_ENV=test nyc ts-mocha --paths --opts mocha.opts",
"test:single": "NODE_ENV=test ts-mocha --paths --opts mocha-single.opts",
"test:smoke": "NODE_ENV=test ts-node --files -r tsconfig-paths/register tests/smokeTest/initSmokeTest.ts"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@
randomstring "^1.1.5"
sinon "^7.5.0"

"@voiceflow/client@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@voiceflow/client/-/client-1.7.1.tgz#29ce362a8caeeedf94470cf4875d858601e02adb"
integrity sha512-Mprdxwf6GyUPBmrIF/jzwnYRClh5oxLIRf2WIHu3UrN7zXajF+i7pjDZ04sCZyit9lyHgsCZSN6yOblFXTsG4Q==
"@voiceflow/client@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@voiceflow/client/-/client-1.7.2.tgz#fedb731989a9fb35114447e72c8158b8886fb157"
integrity sha512-Nhhs8KLbVdYWNoXq0m2sd+MkoylVnG6hLx0lwhBMP+kfrAbE7OMxlQUVWwxT/gJgPJWmpD+I+5ntdOdswatyRw==
dependencies:
"@types/safe-json-stringify" "^1.1.0"
axios "^0.19.0"
Expand Down

0 comments on commit 8c5b466

Please sign in to comment.