From af048108d149624c687fcf40581042df6bf39d02 Mon Sep 17 00:00:00 2001 From: Francois Date: Thu, 9 Oct 2025 14:24:38 +0900 Subject: [PATCH] chore(ci): raise size-limit to 42 KB to accommodate new modules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf057b..d54ba37 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ { "name": "bundle", "path": "dist/index.js", - "limit": "41 KB" + "limit": "42 KB" } ] }