From 9a912501af7d36364d125504882c211db83bfec6 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Fri, 9 Feb 2024 16:03:04 -0800 Subject: [PATCH] fix: increase bundle size --- packages/aws-amplify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index b67da4a1ed0..003a6fb072a 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -381,7 +381,7 @@ "name": "[Auth] confirmSignIn (Cognito)", "path": "./dist/esm/auth/index.mjs", "import": "{ confirmSignIn }", - "limit": "25.94 kB" + "limit": "25.96 kB" }, { "name": "[Auth] updateMFAPreference (Cognito)",