Skip to content

Commit 4fe3495

Browse files
committed
Update size limit
1 parent d643045 commit 4fe3495

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{
7676
"name": "nanoid",
7777
"import": "{ nanoid }",
78-
"limit": "116 B"
78+
"limit": "115 B"
7979
},
8080
{
8181
"name": "customAlphabet",
@@ -91,45 +91,45 @@
9191
"name": "non-secure nanoid",
9292
"import": "{ nanoid }",
9393
"path": "non-secure/index.js",
94-
"limit": "118 B"
94+
"limit": "120 B"
9595
},
9696
{
9797
"name": "non-secure customAlphabet",
9898
"import": "{ customAlphabet }",
9999
"path": "non-secure/index.js",
100-
"limit": "69 B"
100+
"limit": "71 B"
101101
},
102102
{
103103
"name": "async nanoid",
104104
"import": "{ nanoid }",
105105
"path": "async/index.js",
106-
"limit": "136 B"
106+
"limit": "138 B"
107107
},
108108
{
109109
"name": "async customAlphabet",
110110
"import": "{ customAlphabet }",
111111
"path": "async/index.js",
112-
"limit": "157 B"
112+
"limit": "159 B"
113113
},
114114
{
115115
"name": "Brotli all",
116116
"brotli": true,
117117
"import": "{ nanoid, customAlphabet, urlAlphabet }",
118-
"limit": "260 B"
118+
"limit": "267 B"
119119
},
120120
{
121121
"name": "Brotli non-secure",
122122
"brotli": true,
123123
"import": "{ nanoid, customAlphabet }",
124124
"path": "non-secure/index.js",
125-
"limit": "116 B"
125+
"limit": "118 B"
126126
},
127127
{
128128
"name": "Brotli async",
129129
"brotli": true,
130130
"import": "{ nanoid, customAlphabet }",
131131
"path": "async/index.js",
132-
"limit": "211 B"
132+
"limit": "213 B"
133133
}
134134
],
135135
"eslintConfig": {

0 commit comments

Comments
 (0)