@clerk/react 6.0.0-canary.v20260109180221 → 6.0.0-canary.v20260110061003
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
|
@@ -2012,7 +2012,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2012
2012
|
}
|
|
2013
2013
|
var SDK_METADATA = {
|
|
2014
2014
|
name: "@clerk/react",
|
|
2015
|
-
version: "6.0.0-canary.
|
|
2015
|
+
version: "6.0.0-canary.v20260110061003",
|
|
2016
2016
|
environment: process.env.NODE_ENV
|
|
2017
2017
|
};
|
|
2018
2018
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -631,7 +631,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
631
631
|
}
|
|
632
632
|
var SDK_METADATA = {
|
|
633
633
|
name: "@clerk/react",
|
|
634
|
-
version: "6.0.0-canary.
|
|
634
|
+
version: "6.0.0-canary.v20260110061003",
|
|
635
635
|
environment: process.env.NODE_ENV
|
|
636
636
|
};
|
|
637
637
|
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.v20260110061003",
|
|
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.v20260110061003"
|
|
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.v20260110061003",
|
|
89
|
+
"@clerk/ui": "1.0.0-canary.v20260110061003"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|