@clerk/chrome-extension 2.8.7-snapshot.v20251127123052 → 2.8.7-snapshot.v20251128150741
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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +5 -5
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-7USREJBT.js → chunk-JBRNRXSL.js} +8 -8
- package/dist/esm/chunk-JBRNRXSL.js.map +1 -0
- package/dist/esm/{chunk-R45RD2LA.js → chunk-YYVTVCQN.js} +3 -3
- package/dist/esm/{chunk-R45RD2LA.js.map → chunk-YYVTVCQN.js.map} +1 -1
- 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-7USREJBT.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/organization-
|
|
847
|
+
// ../shared/dist/runtime/organization-OxCeLHnh.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
|
}
|
|
@@ -2676,7 +2676,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
var SDK_METADATA = {
|
|
2678
2678
|
name: "@clerk/clerk-react",
|
|
2679
|
-
version: "5.
|
|
2679
|
+
version: "5.57.1-snapshot.v20251128150741",
|
|
2680
2680
|
environment: process.env.NODE_ENV
|
|
2681
2681
|
};
|
|
2682
2682
|
var _status;
|
|
@@ -2848,10 +2848,10 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
2848
2848
|
this.premountMethodCalls.set("buildWaitlistUrl", callback);
|
|
2849
2849
|
}
|
|
2850
2850
|
};
|
|
2851
|
-
this.buildTasksUrl = (
|
|
2851
|
+
this.buildTasksUrl = () => {
|
|
2852
2852
|
const callback = () => {
|
|
2853
2853
|
var _a5;
|
|
2854
|
-
return ((_a5 = this.clerkjs) == null ? void 0 : _a5.buildTasksUrl(
|
|
2854
|
+
return ((_a5 = this.clerkjs) == null ? void 0 : _a5.buildTasksUrl()) || "";
|
|
2855
2855
|
};
|
|
2856
2856
|
if (this.clerkjs && this.loaded) {
|
|
2857
2857
|
return callback();
|
|
@@ -4249,7 +4249,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
4249
4249
|
var clerk;
|
|
4250
4250
|
noRhc.Clerk.sdkMetadata = {
|
|
4251
4251
|
name: "@clerk/chrome-extension",
|
|
4252
|
-
version: "2.8.7-snapshot.
|
|
4252
|
+
version: "2.8.7-snapshot.v20251128150741"
|
|
4253
4253
|
};
|
|
4254
4254
|
async function createClerkClient({
|
|
4255
4255
|
__experimental_syncHostListener = false,
|