aws-amplify 6.14.4-unstable.893d9cf.0 → 6.14.5-local-stack.00864ae.0
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/analytics/kinesis/package.json +1 -1
- package/analytics/kinesis-firehose/package.json +1 -1
- package/analytics/package.json +1 -1
- package/analytics/personalize/package.json +1 -1
- package/analytics/pinpoint/package.json +1 -1
- package/api/package.json +1 -1
- package/auth/cognito/package.json +1 -1
- package/auth/package.json +1 -1
- package/data/package.json +1 -1
- package/datastore/package.json +1 -1
- package/in-app-messaging/package.json +1 -1
- package/in-app-messaging/pinpoint/package.json +1 -1
- package/package.json +59 -62
- package/push-notifications/package.json +1 -1
- package/push-notifications/pinpoint/package.json +1 -1
- package/storage/package.json +1 -1
- package/storage/s3/package.json +1 -1
- package/utils/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/analytics/kinesis",
|
|
3
3
|
"main": "../../dist/cjs/analytics/kinesis/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/analytics/kinesis/index.js",
|
|
5
5
|
"browser": "../../dist/esm/analytics/kinesis/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/analytics/kinesis/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/analytics/kinesis/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/analytics/kinesis-firehose",
|
|
3
3
|
"main": "../../dist/cjs/analytics/kinesis-firehose/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/analytics/kinesis-firehose/index.js",
|
|
5
5
|
"browser": "../../dist/esm/analytics/kinesis-firehose/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/analytics/kinesis-firehose/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/analytics/kinesis-firehose/index.d.ts"
|
package/analytics/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/analytics",
|
|
3
3
|
"main": "../dist/cjs/analytics/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/analytics/index.js",
|
|
5
5
|
"browser": "../dist/esm/analytics/index.mjs",
|
|
6
6
|
"module": "../dist/esm/analytics/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/analytics/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/analytics/personalize",
|
|
3
3
|
"main": "../../dist/cjs/analytics/personalize/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/analytics/personalize/index.js",
|
|
5
5
|
"browser": "../../dist/esm/analytics/personalize/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/analytics/personalize/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/analytics/personalize/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/analytics/pinpoint",
|
|
3
3
|
"main": "../../dist/cjs/analytics/pinpoint/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/analytics/pinpoint/index.js",
|
|
5
5
|
"browser": "../../dist/esm/analytics/pinpoint/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/analytics/pinpoint/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/analytics/pinpoint/index.d.ts"
|
package/api/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/api",
|
|
3
3
|
"main": "../dist/cjs/api/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/api/index.js",
|
|
5
5
|
"browser": "../dist/esm/api/index.mjs",
|
|
6
6
|
"module": "../dist/esm/api/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/api/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/auth/cognito",
|
|
3
3
|
"main": "../../dist/cjs/auth/cognito/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/auth/cognito/index.js",
|
|
5
5
|
"browser": "../../dist/esm/auth/cognito/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/auth/cognito/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/auth/cognito/index.d.ts"
|
package/auth/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/auth",
|
|
3
3
|
"main": "../dist/cjs/auth/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/auth/index.js",
|
|
5
5
|
"browser": "../dist/esm/auth/index.mjs",
|
|
6
6
|
"module": "../dist/esm/auth/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/auth/index.d.ts"
|
package/data/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/data",
|
|
3
3
|
"main": "../dist/cjs/api/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/api/index.js",
|
|
5
5
|
"browser": "../dist/esm/api/index.mjs",
|
|
6
6
|
"module": "../dist/esm/api/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/api/index.d.ts"
|
package/datastore/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/datastore",
|
|
3
3
|
"main": "../dist/cjs/datastore/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/datastore/index.js",
|
|
5
5
|
"browser": "../dist/esm/datastore/index.mjs",
|
|
6
6
|
"module": "../dist/esm/datastore/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/datastore/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/in-app-messaging",
|
|
3
3
|
"main": "../dist/cjs/in-app-messaging/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/in-app-messaging/index.js",
|
|
5
5
|
"browser": "../dist/esm/in-app-messaging/index.mjs",
|
|
6
6
|
"module": "../dist/esm/in-app-messaging/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/in-app-messaging/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/in-app-messaging/pinpoint",
|
|
3
3
|
"main": "../../dist/cjs/in-app-messaging/pinpoint/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/in-app-messaging/pinpoint/index.js",
|
|
5
5
|
"browser": "../../dist/esm/in-app-messaging/pinpoint/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/in-app-messaging/pinpoint/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/in-app-messaging/pinpoint/index.d.ts"
|
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.5-local-stack.00864ae.0+00864ae",
|
|
4
4
|
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
7
7
|
"typings": "./dist/esm/index.d.ts",
|
|
8
|
-
"react-native": "./
|
|
8
|
+
"react-native": "./dist/cjs/index.js",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"react-native": "./
|
|
11
|
+
"react-native": "./dist/cjs/index.js",
|
|
12
12
|
"types": "./dist/esm/index.d.ts",
|
|
13
13
|
"import": "./dist/esm/index.mjs",
|
|
14
14
|
"require": "./dist/cjs/index.js"
|
|
15
15
|
},
|
|
16
16
|
"./utils": {
|
|
17
|
-
"react-native": "./
|
|
17
|
+
"react-native": "./dist/cjs/utils/index.js",
|
|
18
18
|
"types": "./dist/esm/utils/index.d.ts",
|
|
19
19
|
"import": "./dist/esm/utils/index.mjs",
|
|
20
20
|
"require": "./dist/cjs/utils/index.js"
|
|
21
21
|
},
|
|
22
22
|
"./auth": {
|
|
23
|
-
"react-native": "./
|
|
23
|
+
"react-native": "./dist/cjs/auth/index.js",
|
|
24
24
|
"types": "./dist/esm/auth/index.d.ts",
|
|
25
25
|
"import": "./dist/esm/auth/index.mjs",
|
|
26
26
|
"require": "./dist/cjs/auth/index.js"
|
|
27
27
|
},
|
|
28
28
|
"./api": {
|
|
29
|
-
"react-native": "./
|
|
29
|
+
"react-native": "./dist/cjs/api/index.js",
|
|
30
30
|
"types": "./dist/esm/api/index.d.ts",
|
|
31
31
|
"import": "./dist/esm/api/index.mjs",
|
|
32
32
|
"require": "./dist/cjs/api/index.js"
|
|
33
33
|
},
|
|
34
34
|
"./api/internals": {
|
|
35
|
-
"react-native": "./
|
|
35
|
+
"react-native": "./dist/cjs/api/internals.js",
|
|
36
36
|
"types": "./dist/esm/api/internals.d.ts",
|
|
37
37
|
"import": "./dist/esm/api/internals.mjs",
|
|
38
38
|
"require": "./dist/cjs/api/internals.js"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"require": "./dist/cjs/api/server.js"
|
|
44
44
|
},
|
|
45
45
|
"./data": {
|
|
46
|
-
"react-native": "./
|
|
46
|
+
"react-native": "./dist/cjs/api/index.js",
|
|
47
47
|
"types": "./dist/esm/api/index.d.ts",
|
|
48
48
|
"import": "./dist/esm/api/index.mjs",
|
|
49
49
|
"require": "./dist/cjs/api/index.js"
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"require": "./dist/cjs/api/server.js"
|
|
55
55
|
},
|
|
56
56
|
"./datastore": {
|
|
57
|
-
"react-native": "./
|
|
57
|
+
"react-native": "./dist/cjs/datastore/index.js",
|
|
58
58
|
"types": "./dist/esm/datastore/index.d.ts",
|
|
59
59
|
"import": "./dist/esm/datastore/index.mjs",
|
|
60
60
|
"require": "./dist/cjs/datastore/index.js"
|
|
61
61
|
},
|
|
62
62
|
"./auth/cognito": {
|
|
63
|
-
"react-native": "./
|
|
63
|
+
"react-native": "./dist/cjs/auth/cognito/index.js",
|
|
64
64
|
"types": "./dist/esm/auth/cognito/index.d.ts",
|
|
65
65
|
"import": "./dist/esm/auth/cognito/index.mjs",
|
|
66
66
|
"require": "./dist/cjs/auth/cognito/index.js"
|
|
@@ -81,43 +81,43 @@
|
|
|
81
81
|
"require": "./dist/cjs/auth/enableOAuthListener.js"
|
|
82
82
|
},
|
|
83
83
|
"./analytics": {
|
|
84
|
-
"react-native": "./
|
|
84
|
+
"react-native": "./dist/cjs/analytics/index.js",
|
|
85
85
|
"types": "./dist/esm/analytics/index.d.ts",
|
|
86
86
|
"import": "./dist/esm/analytics/index.mjs",
|
|
87
87
|
"require": "./dist/cjs/analytics/index.js"
|
|
88
88
|
},
|
|
89
89
|
"./analytics/pinpoint": {
|
|
90
|
-
"react-native": "./
|
|
90
|
+
"react-native": "./dist/cjs/analytics/pinpoint/index.js",
|
|
91
91
|
"types": "./dist/esm/analytics/pinpoint/index.d.ts",
|
|
92
92
|
"import": "./dist/esm/analytics/pinpoint/index.mjs",
|
|
93
93
|
"require": "./dist/cjs/analytics/pinpoint/index.js"
|
|
94
94
|
},
|
|
95
95
|
"./analytics/kinesis": {
|
|
96
|
-
"react-native": "./
|
|
96
|
+
"react-native": "./dist/cjs/analytics/kinesis/index.js",
|
|
97
97
|
"types": "./dist/esm/analytics/kinesis/index.d.ts",
|
|
98
98
|
"import": "./dist/esm/analytics/kinesis/index.mjs",
|
|
99
99
|
"require": "./dist/cjs/analytics/kinesis/index.js"
|
|
100
100
|
},
|
|
101
101
|
"./analytics/kinesis-firehose": {
|
|
102
|
-
"react-native": "./
|
|
102
|
+
"react-native": "./dist/cjs/analytics/kinesis-firehose/index.js",
|
|
103
103
|
"types": "./dist/esm/analytics/kinesis-firehose/index.d.ts",
|
|
104
104
|
"import": "./dist/esm/analytics/kinesis-firehose/index.mjs",
|
|
105
105
|
"require": "./dist/cjs/analytics/kinesis-firehose/index.js"
|
|
106
106
|
},
|
|
107
107
|
"./analytics/personalize": {
|
|
108
|
-
"react-native": "./
|
|
108
|
+
"react-native": "./dist/cjs/analytics/personalize/index.js",
|
|
109
109
|
"types": "./dist/esm/analytics/personalize/index.d.ts",
|
|
110
110
|
"import": "./dist/esm/analytics/personalize/index.mjs",
|
|
111
111
|
"require": "./dist/cjs/analytics/personalize/index.js"
|
|
112
112
|
},
|
|
113
113
|
"./storage": {
|
|
114
|
-
"react-native": "./
|
|
114
|
+
"react-native": "./dist/cjs/storage/index.js",
|
|
115
115
|
"types": "./dist/esm/storage/index.d.ts",
|
|
116
116
|
"import": "./dist/esm/storage/index.mjs",
|
|
117
117
|
"require": "./dist/cjs/storage/index.js"
|
|
118
118
|
},
|
|
119
119
|
"./storage/s3": {
|
|
120
|
-
"react-native": "./
|
|
120
|
+
"react-native": "./dist/cjs/storage/s3/index.js",
|
|
121
121
|
"types": "./dist/esm/storage/s3/index.d.ts",
|
|
122
122
|
"import": "./dist/esm/storage/s3/index.mjs",
|
|
123
123
|
"require": "./dist/cjs/storage/s3/index.js"
|
|
@@ -133,25 +133,25 @@
|
|
|
133
133
|
"require": "./dist/cjs/storage/s3/server.js"
|
|
134
134
|
},
|
|
135
135
|
"./in-app-messaging": {
|
|
136
|
-
"react-native": "./
|
|
136
|
+
"react-native": "./dist/cjs/in-app-messaging/index.js",
|
|
137
137
|
"types": "./dist/esm/in-app-messaging/index.d.ts",
|
|
138
138
|
"import": "./dist/esm/in-app-messaging/index.mjs",
|
|
139
139
|
"require": "./dist/cjs/in-app-messaging/index.js"
|
|
140
140
|
},
|
|
141
141
|
"./push-notifications": {
|
|
142
|
-
"react-native": "./
|
|
142
|
+
"react-native": "./dist/cjs/push-notifications/index.js",
|
|
143
143
|
"types": "./dist/esm/push-notifications/index.d.ts",
|
|
144
144
|
"import": "./dist/esm/push-notifications/index.mjs",
|
|
145
145
|
"require": "./dist/cjs/push-notifications/index.js"
|
|
146
146
|
},
|
|
147
147
|
"./in-app-messaging/pinpoint": {
|
|
148
|
-
"react-native": "./
|
|
148
|
+
"react-native": "./dist/cjs/in-app-messaging/pinpoint/index.js",
|
|
149
149
|
"types": "./dist/esm/in-app-messaging/pinpoint/index.d.ts",
|
|
150
150
|
"import": "./dist/esm/in-app-messaging/pinpoint/index.mjs",
|
|
151
151
|
"require": "./dist/cjs/in-app-messaging/pinpoint/index.js"
|
|
152
152
|
},
|
|
153
153
|
"./push-notifications/pinpoint": {
|
|
154
|
-
"react-native": "./
|
|
154
|
+
"react-native": "./dist/cjs/push-notifications/pinpoint/index.js",
|
|
155
155
|
"types": "./dist/esm/push-notifications/pinpoint/index.d.ts",
|
|
156
156
|
"import": "./dist/esm/push-notifications/pinpoint/index.mjs",
|
|
157
157
|
"require": "./dist/cjs/push-notifications/pinpoint/index.js"
|
|
@@ -293,24 +293,21 @@
|
|
|
293
293
|
"utils"
|
|
294
294
|
],
|
|
295
295
|
"dependencies": {
|
|
296
|
-
"@aws-amplify/analytics": "7.0.
|
|
297
|
-
"@aws-amplify/api": "6.3.
|
|
298
|
-
"@aws-amplify/auth": "6.12.
|
|
299
|
-
"@aws-amplify/core": "6.11.
|
|
300
|
-
"@aws-amplify/datastore": "5.0.
|
|
301
|
-
"@aws-amplify/notifications": "2.0.
|
|
302
|
-
"@aws-amplify/storage": "6.8.
|
|
296
|
+
"@aws-amplify/analytics": "7.0.81-local-stack.00864ae.0+00864ae",
|
|
297
|
+
"@aws-amplify/api": "6.3.12-local-stack.00864ae.0+00864ae",
|
|
298
|
+
"@aws-amplify/auth": "6.12.5-local-stack.00864ae.0+00864ae",
|
|
299
|
+
"@aws-amplify/core": "6.11.5-local-stack.00864ae.0+00864ae",
|
|
300
|
+
"@aws-amplify/datastore": "5.0.83-local-stack.00864ae.0+00864ae",
|
|
301
|
+
"@aws-amplify/notifications": "2.0.81-local-stack.00864ae.0+00864ae",
|
|
302
|
+
"@aws-amplify/storage": "6.8.5-local-stack.00864ae.0+00864ae",
|
|
303
303
|
"tslib": "^2.5.0"
|
|
304
304
|
},
|
|
305
|
-
"devDependencies": {
|
|
306
|
-
"typescript": "5.0.2"
|
|
307
|
-
},
|
|
308
305
|
"size-limit": [
|
|
309
306
|
{
|
|
310
307
|
"name": "[Analytics] record (Pinpoint)",
|
|
311
308
|
"path": "./dist/esm/analytics/index.mjs",
|
|
312
309
|
"import": "{ record }",
|
|
313
|
-
"limit": "17.
|
|
310
|
+
"limit": "17.90 kB"
|
|
314
311
|
},
|
|
315
312
|
{
|
|
316
313
|
"name": "[Analytics] record (Kinesis)",
|
|
@@ -334,7 +331,7 @@
|
|
|
334
331
|
"name": "[Analytics] identifyUser (Pinpoint)",
|
|
335
332
|
"path": "./dist/esm/analytics/index.mjs",
|
|
336
333
|
"import": "{ identifyUser }",
|
|
337
|
-
"limit": "16.
|
|
334
|
+
"limit": "16.40 kB"
|
|
338
335
|
},
|
|
339
336
|
{
|
|
340
337
|
"name": "[Analytics] enable",
|
|
@@ -370,170 +367,170 @@
|
|
|
370
367
|
"name": "[Auth] resetPassword (Cognito)",
|
|
371
368
|
"path": "./dist/esm/auth/index.mjs",
|
|
372
369
|
"import": "{ resetPassword }",
|
|
373
|
-
"limit": "13.
|
|
370
|
+
"limit": "13.31 kB"
|
|
374
371
|
},
|
|
375
372
|
{
|
|
376
373
|
"name": "[Auth] confirmResetPassword (Cognito)",
|
|
377
374
|
"path": "./dist/esm/auth/index.mjs",
|
|
378
375
|
"import": "{ confirmResetPassword }",
|
|
379
|
-
"limit": "13.
|
|
376
|
+
"limit": "13.25 kB"
|
|
380
377
|
},
|
|
381
378
|
{
|
|
382
379
|
"name": "[Auth] signIn (Cognito)",
|
|
383
380
|
"path": "./dist/esm/auth/index.mjs",
|
|
384
381
|
"import": "{ signIn }",
|
|
385
|
-
"limit": "29.
|
|
382
|
+
"limit": "29.34 kB"
|
|
386
383
|
},
|
|
387
384
|
{
|
|
388
385
|
"name": "[Auth] resendSignUpCode (Cognito)",
|
|
389
386
|
"path": "./dist/esm/auth/index.mjs",
|
|
390
387
|
"import": "{ resendSignUpCode }",
|
|
391
|
-
"limit": "13.
|
|
388
|
+
"limit": "13.28 kB"
|
|
392
389
|
},
|
|
393
390
|
{
|
|
394
391
|
"name": "[Auth] confirmSignUp (Cognito)",
|
|
395
392
|
"path": "./dist/esm/auth/index.mjs",
|
|
396
393
|
"import": "{ confirmSignUp }",
|
|
397
|
-
"limit": "13.
|
|
394
|
+
"limit": "13.93 kB"
|
|
398
395
|
},
|
|
399
396
|
{
|
|
400
397
|
"name": "[Auth] confirmSignIn (Cognito)",
|
|
401
398
|
"path": "./dist/esm/auth/index.mjs",
|
|
402
399
|
"import": "{ confirmSignIn }",
|
|
403
|
-
"limit": "29.
|
|
400
|
+
"limit": "29.29 kB"
|
|
404
401
|
},
|
|
405
402
|
{
|
|
406
403
|
"name": "[Auth] updateMFAPreference (Cognito)",
|
|
407
404
|
"path": "./dist/esm/auth/index.mjs",
|
|
408
405
|
"import": "{ updateMFAPreference }",
|
|
409
|
-
"limit": "12.
|
|
406
|
+
"limit": "12.74 kB"
|
|
410
407
|
},
|
|
411
408
|
{
|
|
412
409
|
"name": "[Auth] fetchMFAPreference (Cognito)",
|
|
413
410
|
"path": "./dist/esm/auth/index.mjs",
|
|
414
411
|
"import": "{ fetchMFAPreference }",
|
|
415
|
-
"limit": "12.
|
|
412
|
+
"limit": "12.78 kB"
|
|
416
413
|
},
|
|
417
414
|
{
|
|
418
415
|
"name": "[Auth] verifyTOTPSetup (Cognito)",
|
|
419
416
|
"path": "./dist/esm/auth/index.mjs",
|
|
420
417
|
"import": "{ verifyTOTPSetup }",
|
|
421
|
-
"limit": "13.
|
|
418
|
+
"limit": "13.61 kB"
|
|
422
419
|
},
|
|
423
420
|
{
|
|
424
421
|
"name": "[Auth] updatePassword (Cognito)",
|
|
425
422
|
"path": "./dist/esm/auth/index.mjs",
|
|
426
423
|
"import": "{ updatePassword }",
|
|
427
|
-
"limit": "13.
|
|
424
|
+
"limit": "13.61 kB"
|
|
428
425
|
},
|
|
429
426
|
{
|
|
430
427
|
"name": "[Auth] setUpTOTP (Cognito)",
|
|
431
428
|
"path": "./dist/esm/auth/index.mjs",
|
|
432
429
|
"import": "{ setUpTOTP }",
|
|
433
|
-
"limit": "13.
|
|
430
|
+
"limit": "13.89 kB"
|
|
434
431
|
},
|
|
435
432
|
{
|
|
436
433
|
"name": "[Auth] updateUserAttributes (Cognito)",
|
|
437
434
|
"path": "./dist/esm/auth/index.mjs",
|
|
438
435
|
"import": "{ updateUserAttributes }",
|
|
439
|
-
"limit": "12.
|
|
436
|
+
"limit": "12.85 kB"
|
|
440
437
|
},
|
|
441
438
|
{
|
|
442
439
|
"name": "[Auth] getCurrentUser (Cognito)",
|
|
443
440
|
"path": "./dist/esm/auth/index.mjs",
|
|
444
441
|
"import": "{ getCurrentUser }",
|
|
445
|
-
"limit": "8.
|
|
442
|
+
"limit": "8.30 kB"
|
|
446
443
|
},
|
|
447
444
|
{
|
|
448
445
|
"name": "[Auth] confirmUserAttribute (Cognito)",
|
|
449
446
|
"path": "./dist/esm/auth/index.mjs",
|
|
450
447
|
"import": "{ confirmUserAttribute }",
|
|
451
|
-
"limit": "13.
|
|
448
|
+
"limit": "13.60 kB"
|
|
452
449
|
},
|
|
453
450
|
{
|
|
454
451
|
"name": "[Auth] signInWithRedirect (Cognito)",
|
|
455
452
|
"path": "./dist/esm/auth/index.mjs",
|
|
456
453
|
"import": "{ signInWithRedirect }",
|
|
457
|
-
"limit": "
|
|
454
|
+
"limit": "19.35 kB"
|
|
458
455
|
},
|
|
459
456
|
{
|
|
460
457
|
"name": "[Auth] fetchUserAttributes (Cognito)",
|
|
461
458
|
"path": "./dist/esm/auth/index.mjs",
|
|
462
459
|
"import": "{ fetchUserAttributes }",
|
|
463
|
-
"limit": "12.
|
|
460
|
+
"limit": "12.66 kB"
|
|
464
461
|
},
|
|
465
462
|
{
|
|
466
463
|
"name": "[Auth] Basic Auth Flow (Cognito)",
|
|
467
464
|
"path": "./dist/esm/auth/index.mjs",
|
|
468
465
|
"import": "{ signIn, signOut, fetchAuthSession, confirmSignIn }",
|
|
469
|
-
"limit": "31.
|
|
466
|
+
"limit": "31.58 kB"
|
|
470
467
|
},
|
|
471
468
|
{
|
|
472
469
|
"name": "[Auth] OAuth Auth Flow (Cognito)",
|
|
473
470
|
"path": "./dist/esm/auth/index.mjs",
|
|
474
471
|
"import": "{ signInWithRedirect, signOut, fetchAuthSession }",
|
|
475
|
-
"limit": "
|
|
472
|
+
"limit": "19.92 kB"
|
|
476
473
|
},
|
|
477
474
|
{
|
|
478
475
|
"name": "[Auth] Associate WebAuthN Credential (Cognito)",
|
|
479
476
|
"path": "./dist/esm/auth/index.mjs",
|
|
480
477
|
"import": "{ associateWebAuthnCredential }",
|
|
481
|
-
"limit": "14.
|
|
478
|
+
"limit": "14.20 kB"
|
|
482
479
|
},
|
|
483
480
|
{
|
|
484
481
|
"name": "[Auth] List WebAuthN Credentials (Cognito)",
|
|
485
482
|
"path": "./dist/esm/auth/index.mjs",
|
|
486
483
|
"import": "{ listWebAuthnCredentials }",
|
|
487
|
-
"limit": "12.
|
|
484
|
+
"limit": "12.78 kB"
|
|
488
485
|
},
|
|
489
486
|
{
|
|
490
487
|
"name": "[Auth] Delete WebAuthN Credential (Cognito)",
|
|
491
488
|
"path": "./dist/esm/auth/index.mjs",
|
|
492
489
|
"import": "{ deleteWebAuthnCredential }",
|
|
493
|
-
"limit": "12.
|
|
490
|
+
"limit": "12.65 kB"
|
|
494
491
|
},
|
|
495
492
|
{
|
|
496
493
|
"name": "[Storage] copy (S3)",
|
|
497
494
|
"path": "./dist/esm/storage/index.mjs",
|
|
498
495
|
"import": "{ copy }",
|
|
499
|
-
"limit": "16.
|
|
496
|
+
"limit": "16.90 kB"
|
|
500
497
|
},
|
|
501
498
|
{
|
|
502
499
|
"name": "[Storage] downloadData (S3)",
|
|
503
500
|
"path": "./dist/esm/storage/index.mjs",
|
|
504
501
|
"import": "{ downloadData }",
|
|
505
|
-
"limit": "17.
|
|
502
|
+
"limit": "17.26 kB"
|
|
506
503
|
},
|
|
507
504
|
{
|
|
508
505
|
"name": "[Storage] getProperties (S3)",
|
|
509
506
|
"path": "./dist/esm/storage/index.mjs",
|
|
510
507
|
"import": "{ getProperties }",
|
|
511
|
-
"limit": "16.
|
|
508
|
+
"limit": "16.50 kB"
|
|
512
509
|
},
|
|
513
510
|
{
|
|
514
511
|
"name": "[Storage] getUrl (S3)",
|
|
515
512
|
"path": "./dist/esm/storage/index.mjs",
|
|
516
513
|
"import": "{ getUrl }",
|
|
517
|
-
"limit": "17.
|
|
514
|
+
"limit": "17.75 kB"
|
|
518
515
|
},
|
|
519
516
|
{
|
|
520
517
|
"name": "[Storage] list (S3)",
|
|
521
518
|
"path": "./dist/esm/storage/index.mjs",
|
|
522
519
|
"import": "{ list }",
|
|
523
|
-
"limit": "17.
|
|
520
|
+
"limit": "17.35 kB"
|
|
524
521
|
},
|
|
525
522
|
{
|
|
526
523
|
"name": "[Storage] remove (S3)",
|
|
527
524
|
"path": "./dist/esm/storage/index.mjs",
|
|
528
525
|
"import": "{ remove }",
|
|
529
|
-
"limit": "16.
|
|
526
|
+
"limit": "16.40 kB"
|
|
530
527
|
},
|
|
531
528
|
{
|
|
532
529
|
"name": "[Storage] uploadData (S3)",
|
|
533
530
|
"path": "./dist/esm/storage/index.mjs",
|
|
534
531
|
"import": "{ uploadData }",
|
|
535
|
-
"limit": "23.
|
|
532
|
+
"limit": "23.61 kB"
|
|
536
533
|
}
|
|
537
534
|
],
|
|
538
|
-
"gitHead": "
|
|
535
|
+
"gitHead": "00864aec571d0509655eea0673e896d69d434972"
|
|
539
536
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/push-notifications",
|
|
3
3
|
"main": "../dist/cjs/push-notifications/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/push-notifications/index.js",
|
|
5
5
|
"browser": "../dist/esm/push-notifications/index.mjs",
|
|
6
6
|
"module": "../dist/esm/push-notifications/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/push-notifications/index.d.ts"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/push-notifications/pinpoint",
|
|
3
3
|
"main": "../../dist/cjs/push-notifications/pinpoint/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/push-notifications/pinpoint/index.js",
|
|
5
5
|
"browser": "../../dist/esm/push-notifications/pinpoint/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/push-notifications/pinpoint/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/push-notifications/pinpoint/index.d.ts"
|
package/storage/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/storage",
|
|
3
3
|
"main": "../dist/cjs/storage/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/storage/index.js",
|
|
5
5
|
"browser": "../dist/esm/storage/index.mjs",
|
|
6
6
|
"module": "../dist/esm/storage/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/storage/index.d.ts"
|
package/storage/s3/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/storage/s3",
|
|
3
3
|
"main": "../../dist/cjs/storage/s3/index.js",
|
|
4
|
-
"react-native": "../../
|
|
4
|
+
"react-native": "../../dist/cjs/storage/s3/index.js",
|
|
5
5
|
"browser": "../../dist/esm/storage/s3/index.mjs",
|
|
6
6
|
"module": "../../dist/esm/storage/s3/index.mjs",
|
|
7
7
|
"typings": "../../dist/esm/storage/s3/index.d.ts"
|
package/utils/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify/utils",
|
|
3
3
|
"main": "../dist/cjs/utils/index.js",
|
|
4
|
-
"react-native": "../
|
|
4
|
+
"react-native": "../dist/cjs/utils/index.js",
|
|
5
5
|
"browser": "../dist/esm/utils/index.mjs",
|
|
6
6
|
"module": "../dist/esm/utils/index.mjs",
|
|
7
7
|
"typings": "../dist/esm/utils/index.d.ts"
|