@clerk/react 6.0.0-canary.v20260108160026 → 6.0.0-canary.v20260108183840
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1954,7 +1954,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
var SDK_METADATA = {
|
|
1956
1956
|
name: "@clerk/react",
|
|
1957
|
-
version: "6.0.0-canary.
|
|
1957
|
+
version: "6.0.0-canary.v20260108183840",
|
|
1958
1958
|
environment: process.env.NODE_ENV
|
|
1959
1959
|
};
|
|
1960
1960
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -584,7 +584,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
584
584
|
}
|
|
585
585
|
var SDK_METADATA = {
|
|
586
586
|
name: "@clerk/react",
|
|
587
|
-
version: "6.0.0-canary.
|
|
587
|
+
version: "6.0.0-canary.v20260108183840",
|
|
588
588
|
environment: process.env.NODE_ENV
|
|
589
589
|
};
|
|
590
590
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.v20260108183840",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
],
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"tslib": "2.8.1",
|
|
84
|
-
"@clerk/shared": "4.0.0-canary.
|
|
84
|
+
"@clerk/shared": "4.0.0-canary.v20260108183840"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/semver": "^7.7.1",
|
|
88
|
-
"@clerk/localizations": "4.0.0-canary.
|
|
89
|
-
"@clerk/ui": "1.0.0-canary.
|
|
88
|
+
"@clerk/localizations": "4.0.0-canary.v20260108183840",
|
|
89
|
+
"@clerk/ui": "1.0.0-canary.v20260108183840"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|