Skip to content

Commit

Permalink
feat(auth): update bundle size tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Oct 2, 2024
1 parent dc13272 commit 1fc23a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@
"import": "{ signInWithRedirect, signOut, fetchAuthSession }",
"limit": "21.66 kB"
},
{
"name": "[Auth] Associate WebAuthN Credential (Cognito)",
"path": "./dist/esm/auth/index.mjs",
"import": "{ associateWebAuthnCredential }",
"limit": "12.34 kB"
},
{
"name": "[Storage] copy (S3)",
"path": "./dist/esm/storage/index.mjs",
Expand Down

0 comments on commit 1fc23a2

Please sign in to comment.