@clerk/chrome-extension 2.8.3-snapshot.v20251118233019 → 2.8.3-snapshot.v20251120164403
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/background/index.js +1 -1
- package/dist/cjs/index.js +11 -44
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +3 -24
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-KOPNJHTC.js → chunk-EVQJCVZ4.js} +3 -3
- package/dist/esm/{chunk-KOPNJHTC.js.map → chunk-EVQJCVZ4.js.map} +1 -1
- package/dist/esm/{chunk-Z2AT6LRZ.js → chunk-RFOREQGZ.js} +14 -47
- package/dist/esm/chunk-RFOREQGZ.js.map +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/react/index.js +2 -2
- package/dist/types/internal/utils/errors.d.ts +1 -1
- package/package.json +4 -4
- package/dist/esm/chunk-Z2AT6LRZ.js.map +0 -1
package/dist/cjs/react/index.js
CHANGED
|
@@ -844,7 +844,7 @@ function dequal2(foo, bar) {
|
|
|
844
844
|
return foo !== foo && bar !== bar;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
// ../shared/dist/runtime/
|
|
847
|
+
// ../shared/dist/runtime/react/index.mjs
|
|
848
848
|
function assertContextExists(contextVal, msgOrCtx) {
|
|
849
849
|
if (!contextVal) throw typeof msgOrCtx === "string" ? new Error(msgOrCtx) : /* @__PURE__ */ new Error(`${msgOrCtx.displayName} not found`);
|
|
850
850
|
}
|
|
@@ -2677,7 +2677,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
var SDK_METADATA = {
|
|
2679
2679
|
name: "@clerk/clerk-react",
|
|
2680
|
-
version: "5.
|
|
2680
|
+
version: "5.56.1-snapshot.v20251120164403",
|
|
2681
2681
|
environment: process.env.NODE_ENV
|
|
2682
2682
|
};
|
|
2683
2683
|
var _status;
|
|
@@ -3087,16 +3087,6 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
3087
3087
|
this.preopenUserVerification = null;
|
|
3088
3088
|
}
|
|
3089
3089
|
};
|
|
3090
|
-
this.__internal_openEnableOrganizationsPrompt = (props) => {
|
|
3091
|
-
if (this.clerkjs && this.loaded) {
|
|
3092
|
-
this.clerkjs.__internal_openEnableOrganizationsPrompt(props);
|
|
3093
|
-
}
|
|
3094
|
-
};
|
|
3095
|
-
this.__internal_closeEnableOrganizationsPrompt = () => {
|
|
3096
|
-
if (this.clerkjs && this.loaded) {
|
|
3097
|
-
this.clerkjs.__internal_closeEnableOrganizationsPrompt();
|
|
3098
|
-
}
|
|
3099
|
-
};
|
|
3100
3090
|
this.openGoogleOneTap = (props) => {
|
|
3101
3091
|
if (this.clerkjs && this.loaded) {
|
|
3102
3092
|
this.clerkjs.openGoogleOneTap(props);
|
|
@@ -3688,17 +3678,6 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
3688
3678
|
this.premountMethodCalls.set("signOut", callback);
|
|
3689
3679
|
}
|
|
3690
3680
|
};
|
|
3691
|
-
this.__internal_attemptToEnableEnvironmentSetting = (options2) => {
|
|
3692
|
-
const callback = () => {
|
|
3693
|
-
var _a5;
|
|
3694
|
-
return (_a5 = this.clerkjs) == null ? void 0 : _a5.__internal_attemptToEnableEnvironmentSetting(options2);
|
|
3695
|
-
};
|
|
3696
|
-
if (this.clerkjs && this.loaded) {
|
|
3697
|
-
return callback();
|
|
3698
|
-
} else {
|
|
3699
|
-
this.premountMethodCalls.set("__internal_attemptToEnableEnvironmentSetting", callback);
|
|
3700
|
-
}
|
|
3701
|
-
};
|
|
3702
3681
|
const { Clerk: Clerk2 = null, publishableKey } = options || {};
|
|
3703
3682
|
__privateSet2(this, _publishableKey, publishableKey);
|
|
3704
3683
|
__privateSet2(this, _proxyUrl, options == null ? void 0 : options.proxyUrl);
|
|
@@ -4242,7 +4221,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
4242
4221
|
var clerk;
|
|
4243
4222
|
noRhc.Clerk.sdkMetadata = {
|
|
4244
4223
|
name: "@clerk/chrome-extension",
|
|
4245
|
-
version: "2.8.3-snapshot.
|
|
4224
|
+
version: "2.8.3-snapshot.v20251120164403"
|
|
4246
4225
|
};
|
|
4247
4226
|
async function createClerkClient({
|
|
4248
4227
|
__experimental_syncHostListener = false,
|