Skip to content

Commit 4c31cc0

Browse files
committed
[release/v1.4.0]: Manually apply open PR #3269: Updated the size scripts for the TypeScript package
1 parent 111ff87 commit 4c31cc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/bindings-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@
9898
},
9999
{
100100
"name": "esm min (brotli)",
101-
"path": "dist/min/index.mjs",
101+
"path": "dist/min/index.browser.mjs",
102102
"brotli": true,
103-
"limit": "10 kB"
103+
"limit": "12 kB"
104104
},
105105
{
106106
"name": "esm min (gzip)",
107-
"path": "dist/min/index.mjs",
107+
"path": "dist/min/index.browser.mjs",
108108
"gzip": true,
109109
"limit": "15 kB"
110110
},
111111
{
112112
"name": "esm min (uncompressed)",
113-
"path": "dist/min/index.mjs",
113+
"path": "dist/min/index.browser.mjs",
114114
"brotli": false,
115115
"limit": "60 kB"
116116
},

0 commit comments

Comments
 (0)