@clerk/chrome-extension 2.7.0-canary.v20250926224448 → 2.7.0-snapshot.v20250926022751
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 +2 -2
- package/dist/cjs/index.js +4 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +3 -3
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-VV4OJL4A.js → chunk-3F6IXRZ7.js} +5 -6
- package/dist/esm/chunk-3F6IXRZ7.js.map +1 -0
- package/dist/esm/{chunk-KWEXUZZP.js → chunk-IL2C7CZY.js} +5 -5
- package/dist/esm/{chunk-KWEXUZZP.js.map → chunk-IL2C7CZY.js.map} +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/react/index.js +2 -2
- package/package.json +4 -4
- package/dist/esm/chunk-VV4OJL4A.js.map +0 -1
@@ -111,7 +111,7 @@ var CLIENT_UAT_KEY = "__clerk_uat";
|
|
111
111
|
var DEFAULT_LOCAL_HOST_PERMISSION = "http://localhost";
|
112
112
|
var STORAGE_KEY_CLIENT_JWT = "__clerk_client_jwt";
|
113
113
|
|
114
|
-
// ../shared/dist/chunk-
|
114
|
+
// ../shared/dist/chunk-Z2IEVUOW.mjs
|
115
115
|
var DefaultMessages = Object.freeze({
|
116
116
|
InvalidProxyUrlErrorMessage: `The proxyUrl passed to Clerk is invalid. The expected value for proxyUrl is an absolute URL or a relative path with a leading '/'. (key={{url}})`,
|
117
117
|
InvalidPublishableKeyErrorMessage: `The publishableKey passed to Clerk is invalid. You can get your Publishable key at https://dashboard.clerk.com/last-active?path=api-keys. (key={{key}})`,
|
@@ -350,7 +350,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
350
350
|
var clerk;
|
351
351
|
noRhc.Clerk.sdkMetadata = {
|
352
352
|
name: "@clerk/chrome-extension",
|
353
|
-
version: "2.7.0-
|
353
|
+
version: "2.7.0-snapshot.v20250926022751"
|
354
354
|
};
|
355
355
|
async function createClerkClient({
|
356
356
|
__experimental_syncHostListener = false,
|
package/dist/cjs/index.js
CHANGED
@@ -18,7 +18,7 @@ var __export = (target, all) => {
|
|
18
18
|
__defProp(target, name, { get: all[name], enumerable: true });
|
19
19
|
};
|
20
20
|
|
21
|
-
// ../shared/dist/chunk-
|
21
|
+
// ../shared/dist/chunk-Z2IEVUOW.mjs
|
22
22
|
var DefaultMessages = Object.freeze({
|
23
23
|
InvalidProxyUrlErrorMessage: `The proxyUrl passed to Clerk is invalid. The expected value for proxyUrl is an absolute URL or a relative path with a leading '/'. (key={{url}})`,
|
24
24
|
InvalidPublishableKeyErrorMessage: `The publishableKey passed to Clerk is invalid. You can get your Publishable key at https://dashboard.clerk.com/last-active?path=api-keys. (key={{key}})`,
|
@@ -76,7 +76,7 @@ function buildErrorThrower({ packageName, customMessages }) {
|
|
76
76
|
};
|
77
77
|
}
|
78
78
|
var ClerkRuntimeError = class _ClerkRuntimeError extends Error {
|
79
|
-
constructor(message, { code
|
79
|
+
constructor(message, { code }) {
|
80
80
|
const prefix = "\u{1F512} Clerk:";
|
81
81
|
const regex = new RegExp(prefix.replace(" ", "\\s*"), "i");
|
82
82
|
const sanitized = message.replace(regex, "");
|
@@ -90,7 +90,6 @@ var ClerkRuntimeError = class _ClerkRuntimeError extends Error {
|
|
90
90
|
Message:${this.message}`;
|
91
91
|
};
|
92
92
|
Object.setPrototypeOf(this, _ClerkRuntimeError.prototype);
|
93
|
-
this.cause = cause;
|
94
93
|
this.code = code;
|
95
94
|
this.message = _message;
|
96
95
|
this.clerkRuntimeError = true;
|
@@ -4512,7 +4511,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
4512
4511
|
}
|
4513
4512
|
var SDK_METADATA = {
|
4514
4513
|
name: "@clerk/clerk-react",
|
4515
|
-
version: "5.49.0-
|
4514
|
+
version: "5.49.0-snapshot.v20250926022751",
|
4516
4515
|
environment: process.env.NODE_ENV
|
4517
4516
|
};
|
4518
4517
|
var _status;
|
@@ -6049,7 +6048,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
6049
6048
|
var clerk;
|
6050
6049
|
noRhc.Clerk.sdkMetadata = {
|
6051
6050
|
name: "@clerk/chrome-extension",
|
6052
|
-
version: "2.7.0-
|
6051
|
+
version: "2.7.0-snapshot.v20250926022751"
|
6053
6052
|
};
|
6054
6053
|
async function createClerkClient({
|
6055
6054
|
__experimental_syncHostListener = false,
|