Skip to content

Commit e43f43c

Browse files
committed
Update bundlewatch
1 parent 485407e commit e43f43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/clerk-js/bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "path": "./dist/organizationprofile*.js", "maxSize": "10KB" },
1515
{ "path": "./dist/organizationswitcher*.js", "maxSize": "5KB" },
1616
{ "path": "./dist/organizationlist*.js", "maxSize": "5.5KB" },
17-
{ "path": "./dist/signin*.js", "maxSize": "14KB" },
17+
{ "path": "./dist/signin*.js", "maxSize": "18KB" },
1818
{ "path": "./dist/signup*.js", "maxSize": "8.86KB" },
1919
{ "path": "./dist/userbutton*.js", "maxSize": "5KB" },
2020
{ "path": "./dist/userprofile*.js", "maxSize": "16KB" },

packages/clerk-js/src/core/clerk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import type {
2929
AuthenticateWithGoogleOneTapParams,
3030
AuthenticateWithMetamaskParams,
3131
AuthenticateWithOKXWalletParams,
32+
Clerk as ClerkInterface,
3233
ClerkAPIError,
3334
ClerkAuthenticateWithWeb3Params,
34-
Clerk as ClerkInterface,
3535
ClerkOptions,
3636
ClientJSONSnapshot,
3737
ClientResource,

0 commit comments

Comments
 (0)