@aws-amplify/interactions 5.0.0 → 5.0.1-unstable.4
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 +16 -169
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,340 +3,187 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @aws-amplify/interactions
|
|
6
|
+
# [5.0.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.9...@aws-amplify/interactions@5.0.0) (2022-11-09)
|
|
9
7
|
|
|
8
|
+
### Features
|
|
10
9
|
|
|
10
|
+
- Setup tslib & importHelpers to improve bundle size ([#10435](https://github.com/aws-amplify/amplify-js/pull/10435))
|
|
11
|
+
- Remove (most) default exports ([10461](https://github.com/aws-amplify/amplify-js/pull/10461))
|
|
12
|
+
- Expand \* exports to optimize tree-shaking ([#10555](https://github.com/aws-amplify/amplify-js/pull/10555))
|
|
13
|
+
- add a typescript coverage report mechanism ([#10551](https://github.com/aws-amplify/amplify-js/issues/10551)) ([8e8df55](https://github.com/aws-amplify/amplify-js/commit/8e8df55b449f8bae2fe962fe282613d1b818cc5a)), closes [#10379](https://github.com/aws-amplify/amplify-js/issues/10379)
|
|
11
14
|
|
|
15
|
+
## [4.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.7...@aws-amplify/interactions@4.1.8) (2022-10-27)
|
|
12
16
|
|
|
17
|
+
**Note:** Version bump only for package @aws-amplify/interactions
|
|
13
18
|
|
|
14
19
|
## [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)
|
|
15
20
|
|
|
16
21
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
17
22
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
23
|
## [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)
|
|
23
24
|
|
|
24
25
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
27
|
## [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)
|
|
31
28
|
|
|
32
29
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
31
|
## [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)
|
|
39
32
|
|
|
40
33
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
41
34
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
35
|
## [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)
|
|
47
36
|
|
|
48
|
-
|
|
49
37
|
### Bug Fixes
|
|
50
38
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
39
|
+
- **@aws-amplify/interactions:** Upgrade client lex runtime v2 ([#10328](https://github.com/aws-amplify/amplify-js/issues/10328)) ([41ab57a](https://github.com/aws-amplify/amplify-js/commit/41ab57a854676813c3f9d89d647a8ac8f7b2c65f))
|
|
56
40
|
|
|
57
41
|
## [4.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.1...@aws-amplify/interactions@4.1.2) (2022-09-20)
|
|
58
42
|
|
|
59
|
-
|
|
60
43
|
### Bug Fixes
|
|
61
44
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
45
|
+
- **@aws-amplify/interactions:** Upgrade client lex runtime v2 ([#10328](https://github.com/aws-amplify/amplify-js/issues/10328)) ([171b0c0](https://github.com/aws-amplify/amplify-js/commit/171b0c0d3523a7082d490e20c503027e306d953f))
|
|
67
46
|
|
|
68
47
|
## [4.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.1.0...@aws-amplify/interactions@4.1.1) (2022-09-08)
|
|
69
48
|
|
|
70
49
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
71
50
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
51
|
# [4.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.51...@aws-amplify/interactions@4.1.0) (2022-09-01)
|
|
77
52
|
|
|
78
|
-
|
|
79
53
|
### Bug Fixes
|
|
80
54
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
55
|
+
- **@aws-amplify/interactions:** add audio type Uint8Array to lexV1 ([#10273](https://github.com/aws-amplify/amplify-js/issues/10273)) ([840086d](https://github.com/aws-amplify/amplify-js/commit/840086d6b58276c06128141cd04434e23d26e3a5))
|
|
56
|
+
- **@aws-amplify/interactions:** use pako instead of fflate in RN ([#10278](https://github.com/aws-amplify/amplify-js/issues/10278)) ([0c804e4](https://github.com/aws-amplify/amplify-js/commit/0c804e402da30ed3bfdd25f5c16fd2e0dfd5a07b))
|
|
84
57
|
|
|
85
58
|
### Features
|
|
86
59
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
60
|
+
- **@aws-amplify/interactions:** Add LexV2 support to interactions ([#10217](https://github.com/aws-amplify/amplify-js/issues/10217)) ([91fdcd9](https://github.com/aws-amplify/amplify-js/commit/91fdcd919ee59f4e92b4abbbc18b33e3e38ed17e)), closes [#10167](https://github.com/aws-amplify/amplify-js/issues/10167)
|
|
61
|
+
- **@aws-amplify/interactions:** call onComplete callback with entire response ([#10248](https://github.com/aws-amplify/amplify-js/issues/10248)) ([7f2534d](https://github.com/aws-amplify/amplify-js/commit/7f2534d5dc2c936eadc12b5d49c86a3704051f4a))
|
|
93
62
|
|
|
94
63
|
## [4.0.51](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.50...@aws-amplify/interactions@4.0.51) (2022-08-23)
|
|
95
64
|
|
|
96
|
-
|
|
97
65
|
### Bug Fixes
|
|
98
66
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
67
|
+
- **interactions:** fix addPluggable API ([#10250](https://github.com/aws-amplify/amplify-js/issues/10250)) ([01aad60](https://github.com/aws-amplify/amplify-js/commit/01aad60ff14c3db47761db819dd47def75bfcb9d))
|
|
104
68
|
|
|
105
69
|
## [4.0.50](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.49...@aws-amplify/interactions@4.0.50) (2022-08-18)
|
|
106
70
|
|
|
107
|
-
|
|
108
71
|
### Bug Fixes
|
|
109
72
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
73
|
+
- **interactions:** fix configure default provider ([#10215](https://github.com/aws-amplify/amplify-js/issues/10215)) ([d4c3955](https://github.com/aws-amplify/amplify-js/commit/d4c395520bc66f24325babbe53e6ab7ebdea4d3b))
|
|
115
74
|
|
|
116
75
|
## [4.0.49](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.48...@aws-amplify/interactions@4.0.49) (2022-08-16)
|
|
117
76
|
|
|
118
77
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
119
78
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
79
|
## [4.0.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.47...@aws-amplify/interactions@4.0.48) (2022-08-01)
|
|
125
80
|
|
|
126
81
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
127
82
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
83
|
## [4.0.47](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.46...@aws-amplify/interactions@4.0.47) (2022-07-28)
|
|
133
84
|
|
|
134
85
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
135
86
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
87
|
## [4.0.46](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.45...@aws-amplify/interactions@4.0.46) (2022-07-21)
|
|
141
88
|
|
|
142
89
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
143
90
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
91
|
## [4.0.45](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.44...@aws-amplify/interactions@4.0.45) (2022-07-07)
|
|
149
92
|
|
|
150
93
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
151
94
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
95
|
## [4.0.44](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.43...@aws-amplify/interactions@4.0.44) (2022-06-18)
|
|
157
96
|
|
|
158
97
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
159
98
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
99
|
## [4.0.43](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.42...@aws-amplify/interactions@4.0.43) (2022-06-15)
|
|
165
100
|
|
|
166
101
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
167
102
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
103
|
## [4.0.42](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.41...@aws-amplify/interactions@4.0.42) (2022-05-24)
|
|
173
104
|
|
|
174
105
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
175
106
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
107
|
## [4.0.41](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.40...@aws-amplify/interactions@4.0.41) (2022-05-23)
|
|
181
108
|
|
|
182
109
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
183
110
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
111
|
## [4.0.40](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.39...@aws-amplify/interactions@4.0.40) (2022-05-12)
|
|
189
112
|
|
|
190
113
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
191
114
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
115
|
## [4.0.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.38...@aws-amplify/interactions@4.0.39) (2022-05-03)
|
|
197
116
|
|
|
198
117
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
199
118
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
119
|
## [4.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.37...@aws-amplify/interactions@4.0.38) (2022-04-14)
|
|
205
120
|
|
|
206
121
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
207
122
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
123
|
## [4.0.37](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.36...@aws-amplify/interactions@4.0.37) (2022-04-04)
|
|
213
124
|
|
|
214
125
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
215
126
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
127
|
## [4.0.36](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.35...@aws-amplify/interactions@4.0.36) (2022-03-28)
|
|
221
128
|
|
|
222
129
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
223
130
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
131
|
## [4.0.35](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.34...@aws-amplify/interactions@4.0.35) (2022-03-22)
|
|
229
132
|
|
|
230
133
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
231
134
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
135
|
## [4.0.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.33...@aws-amplify/interactions@4.0.34) (2022-03-10)
|
|
237
136
|
|
|
238
137
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
239
138
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
139
|
## [4.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.32...@aws-amplify/interactions@4.0.33) (2022-02-28)
|
|
245
140
|
|
|
246
141
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
247
142
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
143
|
## [4.0.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.31...@aws-amplify/interactions@4.0.32) (2022-02-03)
|
|
253
144
|
|
|
254
145
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
255
146
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
147
|
## [4.0.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.30...@aws-amplify/interactions@4.0.31) (2022-01-27)
|
|
261
148
|
|
|
262
149
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
263
150
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
151
|
## [4.0.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.29...@aws-amplify/interactions@4.0.30) (2022-01-07)
|
|
269
152
|
|
|
270
153
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
271
154
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
155
|
## [4.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.28...@aws-amplify/interactions@4.0.29) (2021-12-16)
|
|
277
156
|
|
|
278
157
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
279
158
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
159
|
## [4.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.27...@aws-amplify/interactions@4.0.28) (2021-12-03)
|
|
285
160
|
|
|
286
161
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
287
162
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
163
|
## [4.0.27](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.26...@aws-amplify/interactions@4.0.27) (2021-12-02)
|
|
293
164
|
|
|
294
165
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
295
166
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
167
|
## [4.0.26](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.25...@aws-amplify/interactions@4.0.26) (2021-11-18)
|
|
301
168
|
|
|
302
169
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
303
170
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
171
|
## [4.0.25](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.24...@aws-amplify/interactions@4.0.25) (2021-11-16)
|
|
309
172
|
|
|
310
173
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
311
174
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
175
|
## [4.0.24](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.23...@aws-amplify/interactions@4.0.24) (2021-11-12)
|
|
317
176
|
|
|
318
177
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
319
178
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
179
|
## [4.0.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.22...@aws-amplify/interactions@4.0.23) (2021-11-09)
|
|
325
180
|
|
|
326
181
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
327
182
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
183
|
## [4.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.21...@aws-amplify/interactions@4.0.22) (2021-10-28)
|
|
333
184
|
|
|
334
185
|
**Note:** Version bump only for package @aws-amplify/interactions
|
|
335
186
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
187
|
## [4.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@4.0.20...@aws-amplify/interactions@4.0.21) (2021-10-21)
|
|
341
188
|
|
|
342
189
|
**Note:** Version bump only for package @aws-amplify/interactions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/interactions",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1-unstable.4+623374ded",
|
|
4
4
|
"description": "Interactions category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@aws-amplify/core": "5.0.
|
|
47
|
+
"@aws-amplify/core": "5.0.1-unstable.4+623374ded",
|
|
48
48
|
"@aws-sdk/client-lex-runtime-service": "3.186.0",
|
|
49
49
|
"@aws-sdk/client-lex-runtime-v2": "3.186.0",
|
|
50
50
|
"base-64": "1.0.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"lib-esm"
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "623374dedb951061e49529c11434d31d36c31bf8"
|
|
100
100
|
}
|