@clerk/clerk-react 5.47.0 → 5.47.1-canary.v20250916123724
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -1693,7 +1693,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1693
1693
|
}
|
|
1694
1694
|
var SDK_METADATA = {
|
|
1695
1695
|
name: "@clerk/clerk-react",
|
|
1696
|
-
version: "5.47.
|
|
1696
|
+
version: "5.47.1-canary.v20250916123724",
|
|
1697
1697
|
environment: process.env.NODE_ENV
|
|
1698
1698
|
};
|
|
1699
1699
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -370,7 +370,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
370
370
|
}
|
|
371
371
|
var SDK_METADATA = {
|
|
372
372
|
name: "@clerk/clerk-react",
|
|
373
|
-
version: "5.47.
|
|
373
|
+
version: "5.47.1-canary.v20250916123724",
|
|
374
374
|
environment: process.env.NODE_ENV
|
|
375
375
|
};
|
|
376
376
|
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.47.
|
|
3
|
+
"version": "5.47.1-canary.v20250916123724",
|
|
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.
|
|
77
|
+
"@clerk/shared": "^3.26.0-canary.v20250916123724",
|
|
78
78
|
"@clerk/types": "^4.86.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/semver": "^7.7.1",
|
|
82
|
-
"@clerk/localizations": "3.25.
|
|
82
|
+
"@clerk/localizations": "3.25.2-canary.v20250916123724",
|
|
83
83
|
"@clerk/themes": "2.4.19"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|