Skip to content

Commit

Permalink
chore(examples): use latest sdk in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pintus committed Aug 21, 2019
1 parent a5d2a74 commit 6f0c636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/lambda-bot-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-bot-filter",
"version": "3.3.0",
"version": "3.4.0",
"description": "Example of a Vivocha Bot Filter deployed as AWS Lambda",
"main": "dist/index.js",
"scripts": {
Expand All @@ -21,6 +21,6 @@
".npmrc"
],
"dependencies": {
"@vivocha/bot-sdk": "^3.2.0"
"@vivocha/bot-sdk": "next"
}
}
4 changes: 2 additions & 2 deletions examples/lambda-bot-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-bot-manager",
"version": "3.3.0",
"version": "3.4.0",
"description": "Example of a Vivocha Bot Manager deployed as AWS Lambda",
"main": "dist/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
".npmrc"
],
"dependencies": {
"@vivocha/bot-sdk": "^3.2.0",
"@vivocha/bot-sdk": "next",
"got": "^9.6.0"
}
}

0 comments on commit 6f0c636

Please sign in to comment.