@clerk/react 6.7.4-canary.v20260603211708 → 6.7.4-canary.v20260603235740
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.7.4-canary.
|
|
642
|
+
version: "6.7.4-canary.v20260603235740",
|
|
643
643
|
environment: process.env.NODE_ENV
|
|
644
644
|
};
|
|
645
645
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -2103,4 +2103,4 @@ export {
|
|
|
2103
2103
|
IS_REACT_SHARED_VARIANT_COMPATIBLE,
|
|
2104
2104
|
ClerkProvider
|
|
2105
2105
|
};
|
|
2106
|
-
//# sourceMappingURL=chunk-
|
|
2106
|
+
//# sourceMappingURL=chunk-AM4CXG4E.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -2355,7 +2355,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2355
2355
|
}
|
|
2356
2356
|
var SDK_METADATA = {
|
|
2357
2357
|
name: "@clerk/react",
|
|
2358
|
-
version: "6.7.4-canary.
|
|
2358
|
+
version: "6.7.4-canary.v20260603235740",
|
|
2359
2359
|
environment: process.env.NODE_ENV
|
|
2360
2360
|
};
|
|
2361
2361
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
package/dist/internal.js
CHANGED
|
@@ -1661,7 +1661,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1661
1661
|
}
|
|
1662
1662
|
var SDK_METADATA = {
|
|
1663
1663
|
name: "@clerk/react",
|
|
1664
|
-
version: "6.7.4-canary.
|
|
1664
|
+
version: "6.7.4-canary.v20260603235740",
|
|
1665
1665
|
environment: process.env.NODE_ENV
|
|
1666
1666
|
};
|
|
1667
1667
|
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.7.4-canary.
|
|
3
|
+
"version": "6.7.4-canary.v20260603235740",
|
|
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": "4.15.1-canary.
|
|
92
|
+
"@clerk/shared": "4.15.1-canary.v20260603235740"
|
|
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.7.2-canary.
|
|
99
|
-
"@clerk/ui": "1.15.1-canary.
|
|
98
|
+
"@clerk/localizations": "4.7.2-canary.v20260603235740",
|
|
99
|
+
"@clerk/ui": "1.15.1-canary.v20260603235740"
|
|
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
|