@clerk/clerk-react 5.51.0 → 5.51.1-canary.v20251007110408

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
@@ -1847,7 +1847,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1847
1847
  }
1848
1848
  var SDK_METADATA = {
1849
1849
  name: "@clerk/clerk-react",
1850
- version: "5.51.0",
1850
+ version: "5.51.1-canary.v20251007110408",
1851
1851
  environment: process.env.NODE_ENV
1852
1852
  };
1853
1853
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/index.mjs CHANGED
@@ -503,7 +503,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
503
503
  }
504
504
  var SDK_METADATA = {
505
505
  name: "@clerk/clerk-react",
506
- version: "5.51.0",
506
+ version: "5.51.1-canary.v20251007110408",
507
507
  environment: process.env.NODE_ENV
508
508
  };
509
509
  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.51.0",
3
+ "version": "5.51.1-canary.v20251007110408",
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.3",
78
- "@clerk/types": "^4.92.0"
77
+ "@clerk/shared": "^3.27.4-canary.v20251007110408",
78
+ "@clerk/types": "^4.93.0-canary.v20251007110408"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@types/semver": "^7.7.1",
82
- "@clerk/localizations": "3.25.7",
83
- "@clerk/themes": "2.4.25"
82
+ "@clerk/localizations": "3.25.8-canary.v20251007110408",
83
+ "@clerk/themes": "2.4.26-canary.v20251007110408"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",