@xapp/stentor-dialogflow 1.76.15 → 1.76.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +64 -64
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
1
  {
2
- "name": "@xapp/stentor-dialogflow",
3
- "license": "Apache-2.0",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "version": "1.76.15",
8
- "description": "Dialogflow channel for stentor",
9
- "types": "lib/index",
10
- "main": "lib/index",
11
- "files": [
12
- "lib"
13
- ],
14
- "engines": {
15
- "node": "^20 || ^22 || ^24"
16
- },
17
- "devDependencies": {
18
- "@types/chai": "5.2.3",
19
- "@types/dialogflow": "1.0.0",
20
- "@types/sinon": "4.3.3",
21
- "@types/sinon-chai": "3.2.12",
22
- "@xapp/config": "0.2.3",
23
- "chai": "4.5.0",
24
- "mocha": "11.7.5",
25
- "sinon": "21.0.0",
26
- "sinon-chai": "3.7.0",
27
- "stentor-constants": "1.69.9",
28
- "stentor-guards": "1.69.9",
29
- "stentor-interaction-model": "1.69.9",
30
- "stentor-locales": "1.69.9",
31
- "stentor-logger": "1.69.9",
32
- "stentor-media": "1.69.9",
33
- "stentor-models": "1.69.9",
34
- "stentor-request": "1.69.9",
35
- "stentor-response": "1.69.9",
36
- "stentor-utils": "1.69.9",
37
- "ts-node": "10.9.2",
38
- "typescript": "5.9.3"
39
- },
40
- "dependencies": {
41
- "@types/dialogflow": "1.0.0",
42
- "@xapp/patterns": "2.0.3",
43
- "@xapp/stentor-actions-on-google": "1.76.15",
44
- "@xapp/stentor-app": "1.76.10",
45
- "actions-on-google": "2.14.0",
46
- "dialogflow": "1.2.0"
47
- },
48
- "peerDependencies": {
49
- "stentor-constants": "1.x",
50
- "stentor-guards": "1.x",
51
- "stentor-interaction-model": "1.x",
52
- "stentor-locales": "1.x",
53
- "stentor-logger": "1.x",
54
- "stentor-media": "1.x",
55
- "stentor-models": "1.x",
56
- "stentor-request": "1.x",
57
- "stentor-response": "1.x",
58
- "stentor-utils": "1.x"
59
- },
60
- "scripts": {
61
- "build": "tsc -d true -p .",
62
- "clean": "rm -rf ./lib/*",
63
- "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
64
- },
65
- "gitHead": "df5fc56d0fa5df770e71fc452ce31a871a970e9b"
2
+ "name": "@xapp/stentor-dialogflow",
3
+ "license": "Apache-2.0",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "version": "1.76.20",
8
+ "description": "Dialogflow channel for stentor",
9
+ "types": "lib/index",
10
+ "main": "lib/index",
11
+ "files": [
12
+ "lib"
13
+ ],
14
+ "engines": {
15
+ "node": "^20 || ^22 || ^24"
16
+ },
17
+ "devDependencies": {
18
+ "@types/chai": "5.2.3",
19
+ "@types/dialogflow": "1.0.0",
20
+ "@types/sinon": "4.3.3",
21
+ "@types/sinon-chai": "3.2.12",
22
+ "@xapp/config": "0.3.0",
23
+ "chai": "4.5.0",
24
+ "mocha": "11.7.5",
25
+ "sinon": "21.0.0",
26
+ "sinon-chai": "3.7.0",
27
+ "stentor-constants": "1.69.14",
28
+ "stentor-guards": "1.69.14",
29
+ "stentor-interaction-model": "1.69.14",
30
+ "stentor-locales": "1.69.14",
31
+ "stentor-logger": "1.69.14",
32
+ "stentor-media": "1.69.14",
33
+ "stentor-models": "1.69.14",
34
+ "stentor-request": "1.69.14",
35
+ "stentor-response": "1.69.14",
36
+ "stentor-utils": "1.69.14",
37
+ "ts-node": "10.9.2",
38
+ "typescript": "5.9.3"
39
+ },
40
+ "dependencies": {
41
+ "@types/dialogflow": "1.0.0",
42
+ "@xapp/patterns": "2.0.3",
43
+ "@xapp/stentor-actions-on-google": "1.76.20",
44
+ "@xapp/stentor-app": "1.76.20",
45
+ "actions-on-google": "2.14.0",
46
+ "dialogflow": "1.2.0"
47
+ },
48
+ "peerDependencies": {
49
+ "stentor-constants": "1.x",
50
+ "stentor-guards": "1.x",
51
+ "stentor-interaction-model": "1.x",
52
+ "stentor-locales": "1.x",
53
+ "stentor-logger": "1.x",
54
+ "stentor-media": "1.x",
55
+ "stentor-models": "1.x",
56
+ "stentor-request": "1.x",
57
+ "stentor-response": "1.x",
58
+ "stentor-utils": "1.x"
59
+ },
60
+ "scripts": {
61
+ "build": "tsc -d true -p .",
62
+ "clean": "rm -rf ./lib/*",
63
+ "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
64
+ },
65
+ "gitHead": "eb73aa3f295500557f9673c6caddd6e9b5083cbf"
66
66
  }