@clerk/clerk-react 5.52.0 → 5.52.1-canary.v20251014201758
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -1850,7 +1850,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
var SDK_METADATA = {
|
|
1852
1852
|
name: "@clerk/clerk-react",
|
|
1853
|
-
version: "5.52.
|
|
1853
|
+
version: "5.52.1-canary.v20251014201758",
|
|
1854
1854
|
environment: process.env.NODE_ENV
|
|
1855
1855
|
};
|
|
1856
1856
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -506,7 +506,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
506
506
|
}
|
|
507
507
|
var SDK_METADATA = {
|
|
508
508
|
name: "@clerk/clerk-react",
|
|
509
|
-
version: "5.52.
|
|
509
|
+
version: "5.52.1-canary.v20251014201758",
|
|
510
510
|
environment: process.env.NODE_ENV
|
|
511
511
|
};
|
|
512
512
|
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/clerk-react",
|
|
3
|
-
"version": "5.52.
|
|
3
|
+
"version": "5.52.1-canary.v20251014201758",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "2.8.1",
|
|
77
|
-
"@clerk/shared": "^3.27.
|
|
78
|
-
"@clerk/types": "^4.93.
|
|
77
|
+
"@clerk/shared": "^3.27.5-canary.v20251014201758",
|
|
78
|
+
"@clerk/types": "^4.93.1-canary.v20251014201758"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/semver": "^7.7.1",
|
|
82
|
-
"@clerk/localizations": "3.26.
|
|
83
|
-
"@clerk/themes": "2.4.
|
|
82
|
+
"@clerk/localizations": "3.26.1-canary.v20251014201758",
|
|
83
|
+
"@clerk/themes": "2.4.27-canary.v20251014201758"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",
|