@xapp/stentor-alexa 1.76.17 → 1.76.22

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 +63 -63
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
1
  {
2
- "name": "@xapp/stentor-alexa",
3
- "license": "Apache-2.0",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "version": "1.76.17",
8
- "description": "Alexa 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/chai-as-promised": "7.1.8",
20
- "@types/lodash.intersection": "4.4.9",
21
- "@types/node": "24.10.13",
22
- "@xapp/config": "0.2.3",
23
- "chai": "4.5.0",
24
- "chai-as-promised": "7.1.2",
25
- "fetch-mock": "9.11.0",
26
- "mocha": "11.7.5",
27
- "stentor-constants": "1.69.14",
28
- "stentor-interaction-model": "1.69.14",
29
- "stentor-locales": "1.69.14",
30
- "stentor-logger": "1.69.14",
31
- "stentor-media": "1.69.14",
32
- "stentor-models": "1.69.14",
33
- "stentor-request": "1.69.14",
34
- "stentor-response": "1.69.14",
35
- "stentor-utils": "1.69.14",
36
- "ts-node": "10.9.2",
37
- "typescript": "5.9.3"
38
- },
39
- "dependencies": {
40
- "@xapp/patterns": "2.0.3",
41
- "@xapp/stentor-alexa-lib": "1.76.16",
42
- "alexa-verifier": "2.0.2",
43
- "amazon-date-parser": "0.3.0",
44
- "ask-sdk-model": "1.86.0",
45
- "jsonpath-plus": "10.4.0",
46
- "lodash.intersection": "4.4.0"
47
- },
48
- "peerDependencies": {
49
- "stentor-constants": "1.x",
50
- "stentor-interaction-model": "1.x",
51
- "stentor-locales": "1.x",
52
- "stentor-logger": "1.x",
53
- "stentor-media": "1.x",
54
- "stentor-models": "1.x",
55
- "stentor-request": "1.x",
56
- "stentor-response": "1.x",
57
- "stentor-utils": "1.x"
58
- },
59
- "scripts": {
60
- "build": "tsc -d true -p .",
61
- "clean": "rm -rf ./lib/*",
62
- "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
63
- },
64
- "gitHead": "4890e4a509fc07a4dd74c49541ecbcbfeaa2ad5d"
2
+ "name": "@xapp/stentor-alexa",
3
+ "license": "Apache-2.0",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "version": "1.76.22",
8
+ "description": "Alexa 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/chai-as-promised": "7.1.8",
20
+ "@types/lodash.intersection": "4.4.9",
21
+ "@types/node": "24.10.13",
22
+ "@xapp/config": "0.3.0",
23
+ "chai": "4.5.0",
24
+ "chai-as-promised": "7.1.2",
25
+ "fetch-mock": "9.11.0",
26
+ "mocha": "11.7.5",
27
+ "stentor-constants": "1.69.14",
28
+ "stentor-interaction-model": "1.69.19",
29
+ "stentor-locales": "1.69.19",
30
+ "stentor-logger": "1.69.19",
31
+ "stentor-media": "1.69.19",
32
+ "stentor-models": "1.69.14",
33
+ "stentor-request": "1.69.19",
34
+ "stentor-response": "1.69.19",
35
+ "stentor-utils": "1.69.19",
36
+ "ts-node": "10.9.2",
37
+ "typescript": "5.9.3"
38
+ },
39
+ "dependencies": {
40
+ "@xapp/patterns": "2.0.3",
41
+ "@xapp/stentor-alexa-lib": "1.76.22",
42
+ "alexa-verifier": "2.0.2",
43
+ "amazon-date-parser": "0.3.0",
44
+ "ask-sdk-model": "1.86.0",
45
+ "jsonpath-plus": "10.4.0",
46
+ "lodash.intersection": "4.4.0"
47
+ },
48
+ "peerDependencies": {
49
+ "stentor-constants": "1.x",
50
+ "stentor-interaction-model": "1.x",
51
+ "stentor-locales": "1.x",
52
+ "stentor-logger": "1.x",
53
+ "stentor-media": "1.x",
54
+ "stentor-models": "1.x",
55
+ "stentor-request": "1.x",
56
+ "stentor-response": "1.x",
57
+ "stentor-utils": "1.x"
58
+ },
59
+ "scripts": {
60
+ "build": "tsc -d true -p .",
61
+ "clean": "rm -rf ./lib/*",
62
+ "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
63
+ },
64
+ "gitHead": "485cf1cabb255c03bebcd21b276f31f4d48d6a7e"
65
65
  }