From f5f47bdfda47bf1594ee92d8fa3f2be11f68e2ea Mon Sep 17 00:00:00 2001 From: Jon Wire Date: Thu, 10 Aug 2023 09:20:59 -0500 Subject: [PATCH] bundle size limits --- packages/analytics/package.json | 2 +- packages/api-graphql/package.json | 2 +- packages/api-rest/package.json | 2 +- packages/auth/package.json | 2 +- packages/predictions/package.json | 2 +- packages/pubsub/package.json | 4 ++-- packages/storage/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 43d58de321f..4b86ac5b3e5 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -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": { diff --git a/packages/api-graphql/package.json b/packages/api-graphql/package.json index 9a81c060f76..f7645e4e25d 100644 --- a/packages/api-graphql/package.json +++ b/packages/api-graphql/package.json @@ -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": { diff --git a/packages/api-rest/package.json b/packages/api-rest/package.json index f990c2fc0f9..be32aa383b3 100644 --- a/packages/api-rest/package.json +++ b/packages/api-rest/package.json @@ -56,7 +56,7 @@ "name": "API (rest client)", "path": "./lib-esm/index.js", "import": "{ Amplify, RestAPI }", - "limit": "31.98 kB" + "limit": "32 kB" } ], "jest": { diff --git a/packages/auth/package.json b/packages/auth/package.json index 22c55bc1a20..206b6295891 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -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": { diff --git a/packages/predictions/package.json b/packages/predictions/package.json index 1cedd2c9a23..df6b9e1b814 100644 --- a/packages/predictions/package.json +++ b/packages/predictions/package.json @@ -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)", diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index bcc5b4d1356..461305f283f 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -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": { diff --git a/packages/storage/package.json b/packages/storage/package.json index e552fba3095..70f818aa51b 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -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": {