Skip to content

Commit eaecdf4

Browse files
committed
chore: update size limits and web-js dep version
1 parent fbce71d commit eaecdf4

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"peerDependencies": {
102102
"react": ">=16.8.0",
103103
"react-dom": ">=16.8.0",
104-
"supertokens-web-js": "github:supertokens/supertokens-web-js#0.16"
104+
"supertokens-web-js": "^0.16.0"
105105
},
106106
"scripts": {
107107
"init": "bash ./init.sh",
@@ -139,75 +139,75 @@
139139
"size-limit": [
140140
{
141141
"path": "lib/build/index.js",
142-
"limit": "26kb"
142+
"limit": "28kb"
143143
},
144144
{
145145
"path": "recipe/session/index.js",
146-
"limit": "27kb"
146+
"limit": "29kb"
147147
},
148148
{
149149
"path": "recipe/session/prebuiltui.js",
150-
"limit": "32kb"
150+
"limit": "34kb"
151151
},
152152
{
153153
"path": "recipe/thirdparty/index.js",
154-
"limit": "34kb"
154+
"limit": "36kb"
155155
},
156156
{
157157
"path": "recipe/emailpassword/index.js",
158158
"limit": "30kb"
159159
},
160160
{
161161
"path": "recipe/emailverification/index.js",
162-
"limit": "9kb"
162+
"limit": "11kb"
163163
},
164164
{
165165
"path": "recipe/passwordless/index.js",
166-
"limit": "17kb"
166+
"limit": "19kb"
167167
},
168168
{
169169
"path": "recipe/emailverification/prebuiltui.js",
170-
"limit": "36kb"
170+
"limit": "38kb"
171171
},
172172
{
173173
"path": "recipe/thirdparty/prebuiltui.js",
174-
"limit": "56kb"
174+
"limit": "58kb"
175175
},
176176
{
177177
"path": "recipe/emailpassword/prebuiltui.js",
178-
"limit": "43kb"
178+
"limit": "45kb"
179179
},
180180
{
181181
"path": "recipe/passwordless/prebuiltui.js",
182-
"limit": "133kb"
182+
"limit": "135kb"
183183
},
184184
{
185185
"path": "recipe/multitenancy/index.js",
186186
"limit": "10kb"
187187
},
188188
{
189189
"path": "recipe/multifactorauth/index.js",
190-
"limit": "13kb"
190+
"limit": "15kb"
191191
},
192192
{
193193
"path": "recipe/multifactorauth/prebuiltui.js",
194-
"limit": "35kb"
194+
"limit": "37kb"
195195
},
196196
{
197197
"path": "recipe/oauth2provider/index.js",
198198
"limit": "12kb"
199199
},
200200
{
201201
"path": "recipe/oauth2provider/prebuiltui.js",
202-
"limit": "34kb"
202+
"limit": "36kb"
203203
},
204204
{
205205
"path": "recipe/webauthn/index.js",
206-
"limit": "13kb"
206+
"limit": "18kb"
207207
},
208208
{
209209
"path": "recipe/webauthn/prebuiltui.js",
210-
"limit": "61kb"
210+
"limit": "71kb"
211211
}
212212
],
213213
"browserslist": {

0 commit comments

Comments
 (0)