@aws-amplify/interactions 5.0.12 → 5.0.13-unstableV5.8
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.
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/interactions",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13-unstableV5.8+18c05360f",
|
|
4
4
|
"description": "Interactions category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"build:cjs:watch": "node ./build es5 --watch",
|
|
25
25
|
"build:esm:watch": "node ./build es6 --watch",
|
|
26
26
|
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
27
|
-
"clean": "rimraf lib-esm lib dist
|
|
27
|
+
"clean": "npm run clean:size && rimraf lib-esm lib dist",
|
|
28
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
28
29
|
"format": "echo \"Not implemented\"",
|
|
29
30
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
30
31
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.6"
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"src"
|
|
46
47
|
],
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@aws-amplify/core": "5.0.
|
|
49
|
+
"@aws-amplify/core": "5.0.13-unstableV5.8+18c05360f",
|
|
49
50
|
"@aws-sdk/client-lex-runtime-service": "3.186.0",
|
|
50
51
|
"@aws-sdk/client-lex-runtime-v2": "3.186.0",
|
|
51
52
|
"base-64": "1.0.0",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"name": "Interactions (top-level class with Lex v2)",
|
|
59
60
|
"path": "./lib-esm/index.js",
|
|
60
61
|
"import": "{ Amplify, Interactions, AWSLexV2Provider }",
|
|
61
|
-
"limit": "
|
|
62
|
+
"limit": "87 kB"
|
|
62
63
|
}
|
|
63
64
|
],
|
|
64
65
|
"jest": {
|
|
@@ -105,5 +106,5 @@
|
|
|
105
106
|
"lib-esm"
|
|
106
107
|
]
|
|
107
108
|
},
|
|
108
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "18c05360f3cf51a39ad7196192d28c996b5e746f"
|
|
109
110
|
}
|