Skip to content

Commit

Permalink
bundle size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
svidgen committed Aug 10, 2023
1 parent e0ad03b commit f5f47bd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"name": "Analytics (Kinesis)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Analytics, AWSKinesisProvider }",
"limit": "61.9 kB"
"limit": "62.0 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"name": "API (GraphQL client)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, GraphQLAPI }",
"limit": "91.67 kB"
"limit": "91.7 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"name": "API (rest client)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, RestAPI }",
"limit": "31.98 kB"
"limit": "32 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 @@ -61,7 +61,7 @@
"name": "Auth (top-level class)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Auth }",
"limit": "57.16 kB"
"limit": "57.2 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"name": "Predictions (Identify provider)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Predictions, AmazonAIIdentifyPredictionsProvider }",
"limit": "73.86 kB"
"limit": "75.87 kB"
},
{
"name": "Predictions (Interpret provider)",
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"name": "PubSub (IoT provider)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, PubSub, AWSIoTProvider }",
"limit": "82.05 kB"
"limit": "82.1 kB"
},
{
"name": "PubSub (Mqtt provider)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, PubSub, MqttOverWSProvider }",
"limit": "81.92 kB"
"limit": "82.0 kB"
}
],
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"name": "Storage (top-level class)",
"path": "./lib-esm/index.js",
"import": "{ Amplify, Storage }",
"limit": "39.03 kB"
"limit": "39.2 kB"
}
],
"jest": {
Expand Down

0 comments on commit f5f47bd

Please sign in to comment.