Skip to content

Commit 49ccb7a

Browse files
committed
Update typescript package size limits (#3854)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> Updated package sizes from a failed release dry-run: https://github.com/clockworklabs/SpacetimeDBPrivate/actions/runs/20045893743/job/57491806595 # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> None # Expected complexity level and risk 1 - this is just a release fix <!-- 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 <!-- 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! --> I have not tested this, it is a trivial change.
1 parent 93c0015 commit 49ccb7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/bindings-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"name": "sdk esm min (brotli)",
138138
"path": "dist/min/sdk/index.browser.mjs",
139139
"brotli": true,
140-
"limit": "14 kB"
140+
"limit": "30 kB"
141141
},
142142
{
143143
"name": "sdk esm min (gzip)",
@@ -148,7 +148,7 @@
148148
{
149149
"name": "sdk esm min (uncompressed)",
150150
"path": "dist/min/sdk/index.browser.mjs",
151-
"limit": "14 kB"
151+
"limit": "30 kB"
152152
}
153153
],
154154
"dependencies": {

0 commit comments

Comments
 (0)