Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from artificialsolutions/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
JosueGalher authored Oct 8, 2020
2 parents ec19ba3 + 85b0d88 commit 3694ad7
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 84 deletions.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TENEO_ENGINE_URL=
PORT=3769
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.1.1
## 07-10-2020
* Updated dependencies.
154 changes: 73 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@artificialsolutions/tie-api-example-google-actions-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "Example connector for Teneo and Google Assistant",
"license": "Apache-2.0",
"author": "Lucas Willering",
"main": "server.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -19,10 +20,16 @@
"teneo"
],
"dependencies": {
"@artificialsolutions/tie-api-client": "^1.3.4",
"actions-on-google": "^2.12.0",
"@artificialsolutions/tie-api-client": "^1.3.7",
"actions-on-google": "2.13.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1"
},
"devDependencies": {
"node-forge": "^0.10.0"
},
"resolutions": {
"node-forge": "^0.10.0"
}
}

0 comments on commit 3694ad7

Please sign in to comment.