From 21208de1abed875fe783cf15c57a50c76eb7ce2f Mon Sep 17 00:00:00 2001 From: dazzatronus Date: Thu, 27 Aug 2026 18:08:48 +1000 Subject: [PATCH] chore: raise the umd bundle size ceiling to 3.25 mb --- test-package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-package.js b/test-package.js index ff08fe52..85009934 100644 --- a/test-package.js +++ b/test-package.js @@ -134,7 +134,7 @@ const CONTRACT = { { className: "Timeline", tokens: ["load(): Promise;"] } ], bundleSizeLimits: { - "dist/shotstack-studio.umd.js": 3 * 1024 * 1024, + "dist/shotstack-studio.umd.js": 3.25 * 1024 * 1024, "dist/shotstack-studio.es.js": 4 * 1024 * 1024, "dist/internal.umd.js": 2.5 * 1024 * 1024, "dist/internal.es.js": 3 * 1024 * 1024