Skip to content

Commit ecdb80a

Browse files
committed
fix(clerk-js): Update AuthConfig snapshot test and bump bundlewatch limit
Add session_minter to AuthConfig snapshot assertion. Bump clerk.browser.js bundlewatch limit from 66KB to 67KB to accommodate the new session minter code.
1 parent 469fb9f commit ecdb80a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/clerk-js/bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [
33
{ "path": "./dist/clerk.js", "maxSize": "540KB" },
4-
{ "path": "./dist/clerk.browser.js", "maxSize": "66KB" },
4+
{ "path": "./dist/clerk.browser.js", "maxSize": "67KB" },
55
{ "path": "./dist/clerk.legacy.browser.js", "maxSize": "108KB" },
66
{ "path": "./dist/clerk.no-rhc.js", "maxSize": "307KB" },
77
{ "path": "./dist/clerk.native.js", "maxSize": "66KB" },

packages/clerk-js/src/core/resources/__tests__/AuthConfig.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ describe('AuthConfig', () => {
4646
id: '',
4747
reverification: true,
4848
single_session_mode: true,
49+
session_minter: false,
4950
});
5051
});
5152
});

0 commit comments

Comments
 (0)