From 4fe34959c34e5b3573889ed4f24fe91d1d3e7231 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 26 Nov 2024 12:34:15 +0100 Subject: [PATCH] Update size limit --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0dcc6665..d10afe60 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ { "name": "nanoid", "import": "{ nanoid }", - "limit": "116 B" + "limit": "115 B" }, { "name": "customAlphabet", @@ -91,45 +91,45 @@ "name": "non-secure nanoid", "import": "{ nanoid }", "path": "non-secure/index.js", - "limit": "118 B" + "limit": "120 B" }, { "name": "non-secure customAlphabet", "import": "{ customAlphabet }", "path": "non-secure/index.js", - "limit": "69 B" + "limit": "71 B" }, { "name": "async nanoid", "import": "{ nanoid }", "path": "async/index.js", - "limit": "136 B" + "limit": "138 B" }, { "name": "async customAlphabet", "import": "{ customAlphabet }", "path": "async/index.js", - "limit": "157 B" + "limit": "159 B" }, { "name": "Brotli all", "brotli": true, "import": "{ nanoid, customAlphabet, urlAlphabet }", - "limit": "260 B" + "limit": "267 B" }, { "name": "Brotli non-secure", "brotli": true, "import": "{ nanoid, customAlphabet }", "path": "non-secure/index.js", - "limit": "116 B" + "limit": "118 B" }, { "name": "Brotli async", "brotli": true, "import": "{ nanoid, customAlphabet }", "path": "async/index.js", - "limit": "211 B" + "limit": "213 B" } ], "eslintConfig": {