Skip to content

Commit

Permalink
chore(aws-amplify): bump size limits (due to the singleton changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Dec 20, 2023
1 parent 7806aa6 commit dc3e30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,13 @@
"name": "[Auth] resetPassword (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ resetPassword }",
"limit": "8.91 kB"
"limit": "9.00 kB"
},
{
"name": "[Auth] confirmResetPassword (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ confirmResetPassword }",
"limit": "8.86 kB"
"limit": "9.00 kB"
},
{
"name": "[Auth] signIn (Cognito)",
Expand Down Expand Up @@ -423,7 +423,7 @@
"name": "[Auth] getCurrentUser (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ getCurrentUser }",
"limit": "4.09 kB"
"limit": "4.20 kB"
},
{
"name": "[Auth] confirmUserAttribute (Cognito)",
Expand Down

0 comments on commit dc3e30b

Please sign in to comment.