@xapp/stentor-alexa 1.39.76 → 1.40.5

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 +68 -68
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
1
  {
2
- "name": "@xapp/stentor-alexa",
3
- "license": "Apache-2.0",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "version": "1.39.76",
8
- "description": "Alexa channel for stentor",
9
- "types": "lib/index",
10
- "main": "lib/index",
11
- "files": [
12
- "lib"
13
- ],
14
- "engines": {
15
- "node": "^10 || ^12 || ^14"
16
- },
17
- "devDependencies": {
18
- "@types/chai": "4.3.0",
19
- "@types/chai-as-promised": "7.1.4",
20
- "@types/jsonpath": "0.2.0",
21
- "@types/lodash.intersection": "4.4.6",
22
- "@types/lodash.invert": "4.3.6",
23
- "@types/node": "12.20.42",
24
- "@xapp/config": "0.2.3",
25
- "chai": "4.3.4",
26
- "chai-as-promised": "7.1.1",
27
- "fetch-mock": "9.11.0",
28
- "mocha": "9.1.4",
29
- "stentor-constants": "1.51.0",
30
- "stentor-interaction-model": "1.51.1",
31
- "stentor-locales": "1.51.1",
32
- "stentor-logger": "1.51.1",
33
- "stentor-media": "1.51.1",
34
- "stentor-models": "1.51.0",
35
- "stentor-request": "1.51.1",
36
- "stentor-response": "1.51.1",
37
- "stentor-utils": "1.51.1",
38
- "ts-node": "9.1.1",
39
- "typescript": "4.5.5"
40
- },
41
- "dependencies": {
42
- "@xapp/patterns": "1.39.67",
43
- "@xapp/stentor-alexa-lib": "1.39.76",
44
- "alexa-verifier": "2.0.2",
45
- "amazon-date-parser": "0.3.0",
46
- "ask-sdk-model": "1.37.1",
47
- "isomorphic-fetch": "2.2.1",
48
- "jsonpath": "1.1.1",
49
- "lodash.intersection": "4.4.0",
50
- "lodash.invert": "4.3.0",
51
- "moment": "2.29.1"
52
- },
53
- "peerDependencies": {
54
- "stentor-constants": "1.x",
55
- "stentor-interaction-model": "1.x",
56
- "stentor-locales": "1.x",
57
- "stentor-logger": "1.x",
58
- "stentor-media": "1.x",
59
- "stentor-models": "1.x",
60
- "stentor-request": "1.x",
61
- "stentor-response": "1.x",
62
- "stentor-utils": "1.x"
63
- },
64
- "scripts": {
65
- "build": "tsc -d true -p .",
66
- "clean": "rm -rf ./lib/*",
67
- "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
68
- },
69
- "gitHead": "37dc8802a92564ac19d05278ac6d5bdf903d048c"
2
+ "name": "@xapp/stentor-alexa",
3
+ "license": "Apache-2.0",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "version": "1.40.5",
8
+ "description": "Alexa channel for stentor",
9
+ "types": "lib/index",
10
+ "main": "lib/index",
11
+ "files": [
12
+ "lib"
13
+ ],
14
+ "engines": {
15
+ "node": "^10 || ^12 || ^14"
16
+ },
17
+ "devDependencies": {
18
+ "@types/chai": "4.3.0",
19
+ "@types/chai-as-promised": "7.1.4",
20
+ "@types/jsonpath": "0.2.0",
21
+ "@types/lodash.intersection": "4.4.6",
22
+ "@types/lodash.invert": "4.3.6",
23
+ "@types/node": "12.20.42",
24
+ "@xapp/config": "0.2.3",
25
+ "chai": "4.3.4",
26
+ "chai-as-promised": "7.1.1",
27
+ "fetch-mock": "9.11.0",
28
+ "mocha": "9.2.0",
29
+ "stentor-constants": "1.51.2",
30
+ "stentor-interaction-model": "1.51.3",
31
+ "stentor-locales": "1.51.3",
32
+ "stentor-logger": "1.51.3",
33
+ "stentor-media": "1.51.3",
34
+ "stentor-models": "1.51.2",
35
+ "stentor-request": "1.51.3",
36
+ "stentor-response": "1.51.3",
37
+ "stentor-utils": "1.51.3",
38
+ "ts-node": "9.1.1",
39
+ "typescript": "4.5.5"
40
+ },
41
+ "dependencies": {
42
+ "@xapp/patterns": "1.39.67",
43
+ "@xapp/stentor-alexa-lib": "1.40.5",
44
+ "alexa-verifier": "2.0.2",
45
+ "amazon-date-parser": "0.3.0",
46
+ "ask-sdk-model": "1.37.1",
47
+ "isomorphic-fetch": "2.2.1",
48
+ "jsonpath": "1.1.1",
49
+ "lodash.intersection": "4.4.0",
50
+ "lodash.invert": "4.3.0",
51
+ "moment": "2.29.1"
52
+ },
53
+ "peerDependencies": {
54
+ "stentor-constants": "1.x",
55
+ "stentor-interaction-model": "1.x",
56
+ "stentor-locales": "1.x",
57
+ "stentor-logger": "1.x",
58
+ "stentor-media": "1.x",
59
+ "stentor-models": "1.x",
60
+ "stentor-request": "1.x",
61
+ "stentor-response": "1.x",
62
+ "stentor-utils": "1.x"
63
+ },
64
+ "scripts": {
65
+ "build": "tsc -d true -p .",
66
+ "clean": "rm -rf ./lib/*",
67
+ "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
68
+ },
69
+ "gitHead": "e0066f87179718ee897f607d9872604d93ef72e1"
70
70
  }