aws-amplify 6.15.10-unstable.f31b957.0 → 6.15.10
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.15.10
|
|
3
|
+
"version": "6.15.10",
|
|
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",
|
|
@@ -293,13 +293,13 @@
|
|
|
293
293
|
"utils"
|
|
294
294
|
],
|
|
295
295
|
"dependencies": {
|
|
296
|
-
"@aws-amplify/analytics": "7.0.91
|
|
297
|
-
"@aws-amplify/api": "6.3.22
|
|
298
|
-
"@aws-amplify/auth": "6.17.2
|
|
299
|
-
"@aws-amplify/core": "6.15.1
|
|
300
|
-
"@aws-amplify/datastore": "5.1.3
|
|
301
|
-
"@aws-amplify/notifications": "2.0.91
|
|
302
|
-
"@aws-amplify/storage": "6.11.1
|
|
296
|
+
"@aws-amplify/analytics": "7.0.91",
|
|
297
|
+
"@aws-amplify/api": "6.3.22",
|
|
298
|
+
"@aws-amplify/auth": "6.17.2",
|
|
299
|
+
"@aws-amplify/core": "6.15.1",
|
|
300
|
+
"@aws-amplify/datastore": "5.1.3",
|
|
301
|
+
"@aws-amplify/notifications": "2.0.91",
|
|
302
|
+
"@aws-amplify/storage": "6.11.1",
|
|
303
303
|
"tslib": "^2.5.0"
|
|
304
304
|
},
|
|
305
305
|
"size-limit": [
|
|
@@ -313,19 +313,19 @@
|
|
|
313
313
|
"name": "[Analytics] record (Kinesis)",
|
|
314
314
|
"path": "./dist/esm/analytics/kinesis/index.mjs",
|
|
315
315
|
"import": "{ record }",
|
|
316
|
-
"limit": "
|
|
316
|
+
"limit": "49 kB"
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"name": "[Analytics] record (Kinesis Firehose)",
|
|
320
320
|
"path": "./dist/esm/analytics/kinesis-firehose/index.mjs",
|
|
321
321
|
"import": "{ record }",
|
|
322
|
-
"limit": "
|
|
322
|
+
"limit": "43.5 kB"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"name": "[Analytics] record (Personalize)",
|
|
326
326
|
"path": "./dist/esm/analytics/personalize/index.mjs",
|
|
327
327
|
"import": "{ record }",
|
|
328
|
-
"limit": "
|
|
328
|
+
"limit": "48 kB"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"name": "[Analytics] identifyUser (Pinpoint)",
|
|
@@ -532,5 +532,5 @@
|
|
|
532
532
|
"limit": "24.4 kB"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
535
|
-
"gitHead": "
|
|
535
|
+
"gitHead": "bc3d99106efb8f0c403a070bc58a89f61a1c8a67"
|
|
536
536
|
}
|