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

Commit 3694ad7

Browse files
authored
Merge pull request #2 from artificialsolutions/develop
v1.1.1
2 parents ec19ba3 + 85b0d88 commit 3694ad7

File tree

4 files changed

+88
-84
lines changed

4 files changed

+88
-84
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TENEO_ENGINE_URL=
2+
PORT=3769

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v1.1.1
2+
## 07-10-2020
3+
* Updated dependencies.

package-lock.json

Lines changed: 73 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@artificialsolutions/tie-api-example-google-actions-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Example connector for Teneo and Google Assistant",
55
"license": "Apache-2.0",
66
"author": "Lucas Willering",
77
"main": "server.js",
88
"scripts": {
9+
"preinstall": "npx npm-force-resolutions",
910
"test": "echo \"Error: no test specified\" && exit 1"
1011
},
1112
"repository": {
@@ -19,10 +20,16 @@
1920
"teneo"
2021
],
2122
"dependencies": {
22-
"@artificialsolutions/tie-api-client": "^1.3.4",
23-
"actions-on-google": "^2.12.0",
23+
"@artificialsolutions/tie-api-client": "^1.3.7",
24+
"actions-on-google": "2.13.0",
2425
"body-parser": "^1.19.0",
2526
"dotenv": "^8.2.0",
2627
"express": "^4.17.1"
28+
},
29+
"devDependencies": {
30+
"node-forge": "^0.10.0"
31+
},
32+
"resolutions": {
33+
"node-forge": "^0.10.0"
2734
}
2835
}

0 commit comments

Comments
 (0)