@clerk/clerk-react 5.59.5 → 5.59.6
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
|
@@ -1887,7 +1887,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1887
1887
|
}
|
|
1888
1888
|
var SDK_METADATA = {
|
|
1889
1889
|
name: "@clerk/clerk-react",
|
|
1890
|
-
version: "5.59.
|
|
1890
|
+
version: "5.59.6",
|
|
1891
1891
|
environment: process.env.NODE_ENV
|
|
1892
1892
|
};
|
|
1893
1893
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -522,7 +522,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
522
522
|
}
|
|
523
523
|
var SDK_METADATA = {
|
|
524
524
|
name: "@clerk/clerk-react",
|
|
525
|
-
version: "5.59.
|
|
525
|
+
version: "5.59.6",
|
|
526
526
|
environment: process.env.NODE_ENV
|
|
527
527
|
};
|
|
528
528
|
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.59.
|
|
3
|
+
"version": "5.59.6",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "2.8.1",
|
|
77
|
-
"@clerk/shared": "^3.43.
|
|
77
|
+
"@clerk/shared": "^3.43.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/semver": "^7.7.1",
|
|
81
|
-
"@clerk/
|
|
82
|
-
"@clerk/
|
|
81
|
+
"@clerk/localizations": "3.35.2",
|
|
82
|
+
"@clerk/themes": "2.4.50"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|