Skip to content

Commit 6514854

Browse files
committed
chore: update bundle size for new UA action
1 parent 991cb01 commit 6514854

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/aws-amplify/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@
311311
"name": "[Analytics] record (Personalize)",
312312
"path": "./dist/esm/analytics/personalize/index.mjs",
313313
"import": "{ record }",
314-
"limit": "49.50 kB"
314+
"limit": "49.53 kB"
315315
},
316316
{
317317
"name": "[Analytics] identifyUser (Pinpoint)",
318318
"path": "./dist/esm/analytics/index.mjs",
319319
"import": "{ identifyUser }",
320-
"limit": "15.60 kB"
320+
"limit": "15.64 kB"
321321
},
322322
{
323323
"name": "[Analytics] enable",
@@ -353,13 +353,13 @@
353353
"name": "[Auth] resetPassword (Cognito)",
354354
"path": "./dist/esm/auth/index.mjs",
355355
"import": "{ resetPassword }",
356-
"limit": "12.44 kB"
356+
"limit": "12.48 kB"
357357
},
358358
{
359359
"name": "[Auth] confirmResetPassword (Cognito)",
360360
"path": "./dist/esm/auth/index.mjs",
361361
"import": "{ confirmResetPassword }",
362-
"limit": "12.39 kB"
362+
"limit": "12.42 kB"
363363
},
364364
{
365365
"name": "[Auth] signIn (Cognito)",
@@ -383,19 +383,19 @@
383383
"name": "[Auth] confirmSignIn (Cognito)",
384384
"path": "./dist/esm/auth/index.mjs",
385385
"import": "{ confirmSignIn }",
386-
"limit": "28.28 kB"
386+
"limit": "28.32 kB"
387387
},
388388
{
389389
"name": "[Auth] updateMFAPreference (Cognito)",
390390
"path": "./dist/esm/auth/index.mjs",
391391
"import": "{ updateMFAPreference }",
392-
"limit": "11.74 kB"
392+
"limit": "11.78 kB"
393393
},
394394
{
395395
"name": "[Auth] fetchMFAPreference (Cognito)",
396396
"path": "./dist/esm/auth/index.mjs",
397397
"import": "{ fetchMFAPreference }",
398-
"limit": "11.78 kB"
398+
"limit": "11.81 kB"
399399
},
400400
{
401401
"name": "[Auth] verifyTOTPSetup (Cognito)",
@@ -407,7 +407,7 @@
407407
"name": "[Auth] updatePassword (Cognito)",
408408
"path": "./dist/esm/auth/index.mjs",
409409
"import": "{ updatePassword }",
410-
"limit": "12.63 kB"
410+
"limit": "12.67 kB"
411411
},
412412
{
413413
"name": "[Auth] setUpTOTP (Cognito)",
@@ -431,7 +431,7 @@
431431
"name": "[Auth] confirmUserAttribute (Cognito)",
432432
"path": "./dist/esm/auth/index.mjs",
433433
"import": "{ confirmUserAttribute }",
434-
"limit": "12.61 kB"
434+
"limit": "12.64 kB"
435435
},
436436
{
437437
"name": "[Auth] signInWithRedirect (Cognito)",
@@ -443,19 +443,19 @@
443443
"name": "[Auth] fetchUserAttributes (Cognito)",
444444
"path": "./dist/esm/auth/index.mjs",
445445
"import": "{ fetchUserAttributes }",
446-
"limit": "11.69 kB"
446+
"limit": "11.72 kB"
447447
},
448448
{
449449
"name": "[Auth] Basic Auth Flow (Cognito)",
450450
"path": "./dist/esm/auth/index.mjs",
451451
"import": "{ signIn, signOut, fetchAuthSession, confirmSignIn }",
452-
"limit": "30.07 kB"
452+
"limit": "30.11 kB"
453453
},
454454
{
455455
"name": "[Auth] OAuth Auth Flow (Cognito)",
456456
"path": "./dist/esm/auth/index.mjs",
457457
"import": "{ signInWithRedirect, signOut, fetchAuthSession }",
458-
"limit": "21.49 kB"
458+
"limit": "21.52 kB"
459459
},
460460
{
461461
"name": "[Storage] copy (S3)",

0 commit comments

Comments
 (0)