aws-amplify 6.12.3-unstable.e888e7c.0 → 6.12.3
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-amplify",
|
|
3
|
-
"version": "6.12.3
|
|
3
|
+
"version": "6.12.3",
|
|
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",
|
|
@@ -276,13 +276,13 @@
|
|
|
276
276
|
"utils"
|
|
277
277
|
],
|
|
278
278
|
"dependencies": {
|
|
279
|
-
"@aws-amplify/analytics": "7.0.68
|
|
280
|
-
"@aws-amplify/api": "6.2.3
|
|
281
|
-
"@aws-amplify/auth": "6.10.2
|
|
282
|
-
"@aws-amplify/core": "6.9.3
|
|
283
|
-
"@aws-amplify/datastore": "5.0.70
|
|
284
|
-
"@aws-amplify/notifications": "2.0.68
|
|
285
|
-
"@aws-amplify/storage": "6.7.9
|
|
279
|
+
"@aws-amplify/analytics": "7.0.68",
|
|
280
|
+
"@aws-amplify/api": "6.2.3",
|
|
281
|
+
"@aws-amplify/auth": "6.10.2",
|
|
282
|
+
"@aws-amplify/core": "6.9.3",
|
|
283
|
+
"@aws-amplify/datastore": "5.0.70",
|
|
284
|
+
"@aws-amplify/notifications": "2.0.68",
|
|
285
|
+
"@aws-amplify/storage": "6.7.9",
|
|
286
286
|
"tslib": "^2.5.0"
|
|
287
287
|
},
|
|
288
288
|
"devDependencies": {
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"name": "[Auth] confirmSignIn (Cognito)",
|
|
384
384
|
"path": "./dist/esm/auth/index.mjs",
|
|
385
385
|
"import": "{ confirmSignIn }",
|
|
386
|
-
"limit": "28.
|
|
386
|
+
"limit": "28.70 kB"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"name": "[Auth] updateMFAPreference (Cognito)",
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"name": "[Auth] Basic Auth Flow (Cognito)",
|
|
450
450
|
"path": "./dist/esm/auth/index.mjs",
|
|
451
451
|
"import": "{ signIn, signOut, fetchAuthSession, confirmSignIn }",
|
|
452
|
-
"limit": "
|
|
452
|
+
"limit": "31.00 kB"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"name": "[Auth] OAuth Auth Flow (Cognito)",
|
|
@@ -515,8 +515,8 @@
|
|
|
515
515
|
"name": "[Storage] uploadData (S3)",
|
|
516
516
|
"path": "./dist/esm/storage/index.mjs",
|
|
517
517
|
"import": "{ uploadData }",
|
|
518
|
-
"limit": "
|
|
518
|
+
"limit": "23.00 kB"
|
|
519
519
|
}
|
|
520
520
|
],
|
|
521
|
-
"gitHead": "
|
|
521
|
+
"gitHead": "de14a78391a3ca7ef7c804f42d728cfab5cf0755"
|
|
522
522
|
}
|