Skip to content

Commit

Permalink
chore: update bundle size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Jul 24, 2024
1 parent f2d15be commit afe817d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"name": "[Auth] updateUserAttributes (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ updateUserAttributes }",
"limit": "11.96 kB"
"limit": "11.97 kB"
},
{
"name": "[Auth] getCurrentUser (Cognito)",
Expand All @@ -431,19 +431,19 @@
"name": "[Auth] confirmUserAttribute (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ confirmUserAttribute }",
"limit": "12.7 kB"
"limit": "12.71 kB"
},
{
"name": "[Auth] signInWithRedirect (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ signInWithRedirect }",
"limit": "21.18 kB"
"limit": "21.19 kB"
},
{
"name": "[Auth] fetchUserAttributes (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ fetchUserAttributes }",
"limit": "11.78 kB"
"limit": "11.79 kB"
},
{
"name": "[Auth] Basic Auth Flow (Cognito)",
Expand Down

0 comments on commit afe817d

Please sign in to comment.