From 1f85352f7f58e8f4b1a85749c81a6babed983def Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Tue, 16 Apr 2024 00:08:21 +0800 Subject: [PATCH] chore: update size limits --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acc89ffff..7133798ae 100644 --- a/package.json +++ b/package.json @@ -141,11 +141,11 @@ }, { "path": "recipe/session/index.js", - "limit": "19.1kb" + "limit": "19.2kb" }, { "path": "recipe/session/prebuiltui.js", - "limit": "22kb" + "limit": "22.1kb" }, { "path": "recipe/thirdpartyemailpassword/index.js", @@ -181,7 +181,7 @@ }, { "path": "recipe/thirdparty/prebuiltui.js", - "limit": "45kb" + "limit": "46kb" }, { "path": "recipe/emailpassword/prebuiltui.js",