@clerk/react 6.3.0 → 6.3.1-canary.v20260413184503
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.3.
|
|
642
|
+
version: "6.3.1-canary.v20260413184503",
|
|
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-RSOW7DKE.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -2306,7 +2306,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2306
2306
|
}
|
|
2307
2307
|
var SDK_METADATA = {
|
|
2308
2308
|
name: "@clerk/react",
|
|
2309
|
-
version: "6.3.
|
|
2309
|
+
version: "6.3.1-canary.v20260413184503",
|
|
2310
2310
|
environment: process.env.NODE_ENV
|
|
2311
2311
|
};
|
|
2312
2312
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
package/dist/internal.js
CHANGED
|
@@ -1614,7 +1614,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1614
1614
|
}
|
|
1615
1615
|
var SDK_METADATA = {
|
|
1616
1616
|
name: "@clerk/react",
|
|
1617
|
-
version: "6.3.
|
|
1617
|
+
version: "6.3.1-canary.v20260413184503",
|
|
1618
1618
|
environment: process.env.NODE_ENV
|
|
1619
1619
|
};
|
|
1620
1620
|
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.3.
|
|
3
|
+
"version": "6.3.1-canary.v20260413184503",
|
|
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.7.1-canary.v20260413184503"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@types/semver": "^7.7.1",
|
|
96
96
|
"semver": "^7.7.1",
|
|
97
97
|
"yaml": "^2.8.0",
|
|
98
|
-
"@clerk/localizations": "4.4.
|
|
99
|
-
"@clerk/ui": "1.5.
|
|
98
|
+
"@clerk/localizations": "4.4.2-canary.v20260413184503",
|
|
99
|
+
"@clerk/ui": "1.5.2-canary.v20260413184503"
|
|
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
|