@clerk/react 6.4.5 → 6.4.6-canary.v20260427083327
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.
|
@@ -639,7 +639,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
639
639
|
}
|
|
640
640
|
var SDK_METADATA = {
|
|
641
641
|
name: "@clerk/react",
|
|
642
|
-
version: "6.4.
|
|
642
|
+
version: "6.4.6-canary.v20260427083327",
|
|
643
643
|
environment: process.env.NODE_ENV
|
|
644
644
|
};
|
|
645
645
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -2074,4 +2074,4 @@ export {
|
|
|
2074
2074
|
IS_REACT_SHARED_VARIANT_COMPATIBLE,
|
|
2075
2075
|
ClerkProvider
|
|
2076
2076
|
};
|
|
2077
|
-
//# sourceMappingURL=chunk-
|
|
2077
|
+
//# sourceMappingURL=chunk-TS3Y4APS.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -2327,7 +2327,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2327
2327
|
}
|
|
2328
2328
|
var SDK_METADATA = {
|
|
2329
2329
|
name: "@clerk/react",
|
|
2330
|
-
version: "6.4.
|
|
2330
|
+
version: "6.4.6-canary.v20260427083327",
|
|
2331
2331
|
environment: process.env.NODE_ENV
|
|
2332
2332
|
};
|
|
2333
2333
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
package/dist/internal.js
CHANGED
|
@@ -1637,7 +1637,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1637
1637
|
}
|
|
1638
1638
|
var SDK_METADATA = {
|
|
1639
1639
|
name: "@clerk/react",
|
|
1640
|
-
version: "6.4.
|
|
1640
|
+
version: "6.4.6-canary.v20260427083327",
|
|
1641
1641
|
environment: process.env.NODE_ENV
|
|
1642
1642
|
};
|
|
1643
1643
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/internal.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.6-canary.v20260427083327",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
],
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"tslib": "2.8.1",
|
|
92
|
-
"@clerk/shared": "
|
|
92
|
+
"@clerk/shared": "4.8.6-canary.v20260427083327"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@types/semver": "^7.7.1",
|
|
96
96
|
"semver": "^7.7.4",
|
|
97
97
|
"yaml": "^2.8.3",
|
|
98
|
-
"@clerk/localizations": "4.5.
|
|
99
|
-
"@clerk/ui": "1.6.
|
|
98
|
+
"@clerk/localizations": "4.5.6-canary.v20260427083327",
|
|
99
|
+
"@clerk/ui": "1.6.8-canary.v20260427083327"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|
|
File without changes
|