@aws-amplify/interactions 4.0.49-next.20 → 4.0.49-next.32
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/CHANGELOG.md +32 -0
- package/lib/.tsbuildinfo +3 -0
- package/lib/index.js +2 -6
- package/lib/index.js.map +1 -1
- package/lib-esm/.tsbuildinfo +3 -0
- package/lib-esm/index.d.ts +1 -6
- package/lib-esm/index.js +1 -6
- package/lib-esm/index.js.map +1 -1
- package/package.json +10 -5
- package/src/index.ts +1 -8
- package/build.js +0 -5
- package/dist/aws-amplify-interactions.js +0 -33613
- package/dist/aws-amplify-interactions.js.map +0 -1
- package/dist/aws-amplify-interactions.min.js +0 -187
- package/dist/aws-amplify-interactions.min.js.map +0 -1
- package/index.js +0 -7
- package/lib/Interactions.d.ts +0 -24
- package/lib/Providers/AWSLexProvider.d.ts +0 -24
- package/lib/Providers/AWSLexProviderHelper/commonUtils.d.ts +0 -1
- package/lib/Providers/AWSLexProviderHelper/utils.d.ts +0 -3
- package/lib/Providers/AWSLexProviderHelper/utils.native.d.ts +0 -3
- package/lib/Providers/AWSLexV2Provider.d.ts +0 -58
- package/lib/Providers/InteractionsProvider.d.ts +0 -11
- package/lib/Providers/index.d.ts +0 -3
- package/lib/index.d.ts +0 -10
- package/lib/types/Interactions.d.ts +0 -16
- package/lib/types/Provider.d.ts +0 -12
- package/lib/types/Providers/AWSLexProvider.d.ts +0 -10
- package/lib/types/Providers/AWSLexV2Provider.d.ts +0 -12
- package/lib/types/Response.d.ts +0 -3
- package/lib/types/index.d.ts +0 -5
- package/webpack.config.dev.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.6...@aws-amplify/interactions@4.1.7) (2022-10-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/interactions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.5...@aws-amplify/interactions@4.1.6) (2022-10-25)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-amplify/interactions
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [4.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.4...@aws-amplify/interactions@4.1.5) (2022-10-14)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-amplify/interactions
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [4.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.3...@aws-amplify/interactions@4.1.4) (2022-10-14)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-amplify/interactions
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [4.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.1...@aws-amplify/interactions@4.1.3) (2022-09-30)
|
|
7
39
|
|
|
8
40
|
|
package/lib/.tsbuildinfo
ADDED
package/lib/index.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
2
|
/*
|
|
5
3
|
* Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6
4
|
*
|
|
@@ -13,12 +11,10 @@ var tslib_1 = require("tslib");
|
|
|
13
11
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
|
|
14
12
|
* and limitations under the License.
|
|
15
13
|
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
var tslib_1 = require("tslib");
|
|
16
16
|
var Interactions_1 = require("./Interactions");
|
|
17
17
|
exports.Interactions = Interactions_1.Interactions;
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated use named import
|
|
20
|
-
*/
|
|
21
|
-
exports.default = Interactions_1.Interactions;
|
|
22
18
|
tslib_1.__exportStar(require("./Providers/InteractionsProvider"), exports);
|
|
23
19
|
tslib_1.__exportStar(require("./Providers/AWSLexProvider"), exports);
|
|
24
20
|
tslib_1.__exportStar(require("./Providers/AWSLexV2Provider"), exports);
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAEH,+CAA8C;AAArC,sCAAA,YAAY,CAAA;AAErB,2EAAiD;AACjD,qEAA2C;AAC3C,uEAA6C"}
|
package/lib-esm/index.d.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated use named import
|
|
4
|
-
*/
|
|
5
|
-
export default Interactions;
|
|
1
|
+
export { Interactions } from './Interactions';
|
|
6
2
|
export * from './types';
|
|
7
3
|
export * from './Providers/InteractionsProvider';
|
|
8
4
|
export * from './Providers/AWSLexProvider';
|
|
9
5
|
export * from './Providers/AWSLexV2Provider';
|
|
10
|
-
export { Interactions };
|
package/lib-esm/index.js
CHANGED
|
@@ -10,13 +10,8 @@
|
|
|
10
10
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
|
|
11
11
|
* and limitations under the License.
|
|
12
12
|
*/
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated use named import
|
|
16
|
-
*/
|
|
17
|
-
export default Interactions;
|
|
13
|
+
export { Interactions } from './Interactions';
|
|
18
14
|
export * from './Providers/InteractionsProvider';
|
|
19
15
|
export * from './Providers/AWSLexProvider';
|
|
20
16
|
export * from './Providers/AWSLexV2Provider';
|
|
21
|
-
export { Interactions };
|
|
22
17
|
//# sourceMappingURL=index.js.map
|
package/lib-esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/interactions",
|
|
3
|
-
"version": "4.0.49-next.
|
|
3
|
+
"version": "4.0.49-next.32+4137aa79c",
|
|
4
4
|
"description": "Interactions category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -40,10 +40,15 @@
|
|
|
40
40
|
"url": "https://github.com/aws/aws-amplify/issues"
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://aws-amplify.github.io/",
|
|
43
|
+
"files": [
|
|
44
|
+
"lib",
|
|
45
|
+
"lib-esm",
|
|
46
|
+
"src"
|
|
47
|
+
],
|
|
43
48
|
"dependencies": {
|
|
44
|
-
"@aws-amplify/core": "4.6.2-next.
|
|
45
|
-
"@aws-sdk/client-lex-runtime-service": "3.
|
|
46
|
-
"@aws-sdk/client-lex-runtime-v2": "3.
|
|
49
|
+
"@aws-amplify/core": "4.6.2-next.32+4137aa79c",
|
|
50
|
+
"@aws-sdk/client-lex-runtime-service": "3.186.0",
|
|
51
|
+
"@aws-sdk/client-lex-runtime-v2": "3.186.0",
|
|
47
52
|
"base-64": "1.0.0",
|
|
48
53
|
"fflate": "0.7.3",
|
|
49
54
|
"pako": "2.0.4",
|
|
@@ -93,5 +98,5 @@
|
|
|
93
98
|
"lib-esm"
|
|
94
99
|
]
|
|
95
100
|
},
|
|
96
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "4137aa79c6c2362afc581d3915d77f5067ea6700"
|
|
97
102
|
}
|
package/src/index.ts
CHANGED
|
@@ -10,16 +10,9 @@
|
|
|
10
10
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
|
|
11
11
|
* and limitations under the License.
|
|
12
12
|
*/
|
|
13
|
-
import { Interactions } from './Interactions';
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated use named import
|
|
17
|
-
*/
|
|
18
|
-
export default Interactions;
|
|
19
13
|
|
|
14
|
+
export { Interactions } from './Interactions';
|
|
20
15
|
export * from './types';
|
|
21
16
|
export * from './Providers/InteractionsProvider';
|
|
22
17
|
export * from './Providers/AWSLexProvider';
|
|
23
18
|
export * from './Providers/AWSLexV2Provider';
|
|
24
|
-
|
|
25
|
-
export { Interactions };
|