@clerk/react 6.0.0-canary-core3.v20251203181537 → 6.0.0-snapshot.v20251203203405
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
|
@@ -1946,7 +1946,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1946
1946
|
}
|
|
1947
1947
|
var SDK_METADATA = {
|
|
1948
1948
|
name: "@clerk/react",
|
|
1949
|
-
version: "6.0.0-
|
|
1949
|
+
version: "6.0.0-snapshot.v20251203203405",
|
|
1950
1950
|
environment: process.env.NODE_ENV
|
|
1951
1951
|
};
|
|
1952
1952
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -585,7 +585,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
585
585
|
}
|
|
586
586
|
var SDK_METADATA = {
|
|
587
587
|
name: "@clerk/react",
|
|
588
|
-
version: "6.0.0-
|
|
588
|
+
version: "6.0.0-snapshot.v20251203203405",
|
|
589
589
|
environment: process.env.NODE_ENV
|
|
590
590
|
};
|
|
591
591
|
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-
|
|
3
|
+
"version": "6.0.0-snapshot.v20251203203405",
|
|
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-
|
|
84
|
+
"@clerk/shared": "^4.0.0-snapshot.v20251203203405"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/semver": "^7.7.1",
|
|
88
|
-
"@clerk/localizations": "4.0.0-
|
|
89
|
-
"@clerk/ui": "1.0.0-
|
|
88
|
+
"@clerk/localizations": "4.0.0-snapshot.v20251203203405",
|
|
89
|
+
"@clerk/ui": "1.0.0-snapshot.v20251203203405"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",
|