Skip to content

Commit

Permalink
Update size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 26, 2024
1 parent d643045 commit 4fe3495
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
"name": "nanoid",
"import": "{ nanoid }",
"limit": "116 B"
"limit": "115 B"
},
{
"name": "customAlphabet",
Expand All @@ -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": {
Expand Down

0 comments on commit 4fe3495

Please sign in to comment.