Skip to content

Commit

Permalink
chore: fix bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed Jan 12, 2024
1 parent e3df8aa commit 0db3893
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,13 @@
"name": "[Analytics] record (Kinesis)",
"path": "./dist/esm/analytics/kinesis/index.mjs",
"import": "{ record }",
"limit": "44.47 kB"
"limit": "44.48 kB"
},
{
"name": "[Analytics] record (Kinesis Firehose)",
"path": "./dist/esm/analytics/kinesis-firehose/index.mjs",
"import": "{ record }",
"limit": "41.50 kB"
"limit": "41.54 kB"
},
{
"name": "[Analytics] record (Personalize)",
Expand Down Expand Up @@ -402,13 +402,13 @@
"name": "[Auth] verifyTOTPSetup (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ verifyTOTPSetup }",
"limit": "9.16 kB"
"limit": "9.18 kB"
},
{
"name": "[Auth] updatePassword (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ updatePassword }",
"limit": "9.17 kB"
"limit": "9.19 kB"
},
{
"name": "[Auth] setUpTOTP (Cognito)",
Expand All @@ -420,7 +420,7 @@
"name": "[Auth] updateUserAttributes (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ updateUserAttributes }",
"limit": "8.45 kB"
"limit": "8.46 kB"
},
{
"name": "[Auth] getCurrentUser (Cognito)",
Expand All @@ -432,7 +432,7 @@
"name": "[Auth] confirmUserAttribute (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ confirmUserAttribute }",
"limit": "9.17 kB"
"limit": "9.19 kB"
},
{
"name": "[Auth] signInWithRedirect (Cognito)",
Expand Down

0 comments on commit 0db3893

Please sign in to comment.