Skip to content

Commit 69edb3e

Browse files
authored
Bump typescript package sizes again (#3906)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> - Just bumping typescript size limits again # API and ABI breaking changes No <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk 0 - this is just a release change. <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing I have not tested this but I've verified the new limit is greater than the package size. <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! -->
1 parent 9daf51e commit 69edb3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bindings-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"name": "sdk esm min (gzip)",
144144
"path": "dist/min/sdk/index.browser.mjs",
145145
"gzip": true,
146-
"limit": "16 kB"
146+
"limit": "32 kB"
147147
},
148148
{
149149
"name": "sdk esm min (uncompressed)",

0 commit comments

Comments
 (0)