@clerk/clerk-react 5.49.0 → 5.49.1-canary.v20250929164949

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 CHANGED
@@ -1758,7 +1758,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1758
1758
  }
1759
1759
  var SDK_METADATA = {
1760
1760
  name: "@clerk/clerk-react",
1761
- version: "5.49.0",
1761
+ version: "5.49.1-canary.v20250929164949",
1762
1762
  environment: process.env.NODE_ENV
1763
1763
  };
1764
1764
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/index.mjs CHANGED
@@ -414,7 +414,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
414
414
  }
415
415
  var SDK_METADATA = {
416
416
  name: "@clerk/clerk-react",
417
- version: "5.49.0",
417
+ version: "5.49.1-canary.v20250929164949",
418
418
  environment: process.env.NODE_ENV
419
419
  };
420
420
  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.49.0",
3
+ "version": "5.49.1-canary.v20250929164949",
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.0",
78
- "@clerk/types": "^4.89.0"
77
+ "@clerk/types": "^4.90.0-canary.v20250929164949",
78
+ "@clerk/shared": "^3.27.1-canary.v20250929164949"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@types/semver": "^7.7.1",
82
- "@clerk/localizations": "3.25.4",
83
- "@clerk/themes": "2.4.22"
82
+ "@clerk/localizations": "3.25.5-canary.v20250929164949",
83
+ "@clerk/themes": "2.4.23-canary.v20250929164949"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",