Skip to content

Commit

Permalink
chore: increase bundle size limits:
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed Jul 26, 2023
1 parent 230d85f commit 4a02d4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"name": "API (top-level class)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, API }",
"limit": "89 kB"
"limit": "89.07 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "Auth (top-level class)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Auth }",
"limit": "55.1 kB"
"limit": "55.15 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"name": "Core (Credentials)",
"path": "./lib-esm/index.js",
"import": "{ Credentials }",
"limit": "13.39 kB"
"limit": "13.45 kB"
},
{
"name": "Core (Signer)",
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"name": "DataStore (top-level class)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, DataStore }",
"limit": "137 kB"
"limit": "137.1 kB"
}
],
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"name": "Predictions (Convert provider)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Predictions, AmazonAIConvertPredictionsProvider }",
"limit": "57.9 kB"
"limit": "58 kB"
},
{
"name": "Predictions (Identify provider)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Predictions, AmazonAIIdentifyPredictionsProvider }",
"limit": "73.2 kB"
"limit": "73.3 kB"
},
{
"name": "Predictions (Interpret provider)",
Expand Down

0 comments on commit 4a02d4e

Please sign in to comment.