@clerk/react 6.0.0-canary.v20260105222323 → 6.0.0-canary.v20260106140304

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
@@ -1954,7 +1954,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1954
1954
  }
1955
1955
  var SDK_METADATA = {
1956
1956
  name: "@clerk/react",
1957
- version: "6.0.0-canary.v20260105222323",
1957
+ version: "6.0.0-canary.v20260106140304",
1958
1958
  environment: process.env.NODE_ENV
1959
1959
  };
1960
1960
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/index.mjs CHANGED
@@ -584,7 +584,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
584
584
  }
585
585
  var SDK_METADATA = {
586
586
  name: "@clerk/react",
587
- version: "6.0.0-canary.v20260105222323",
587
+ version: "6.0.0-canary.v20260106140304",
588
588
  environment: process.env.NODE_ENV
589
589
  };
590
590
  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/react",
3
- "version": "6.0.0-canary.v20260105222323",
3
+ "version": "6.0.0-canary.v20260106140304",
4
4
  "description": "Clerk React library",
5
5
  "keywords": [
6
6
  "clerk",
@@ -81,12 +81,12 @@
81
81
  ],
82
82
  "dependencies": {
83
83
  "tslib": "2.8.1",
84
- "@clerk/shared": "4.0.0-canary.v20260105222323"
84
+ "@clerk/shared": "4.0.0-canary.v20260106140304"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@types/semver": "^7.7.1",
88
- "@clerk/localizations": "4.0.0-canary.v20260105222323",
89
- "@clerk/ui": "1.0.0-canary.v20260105222323"
88
+ "@clerk/localizations": "4.0.0-canary.v20260106140304",
89
+ "@clerk/ui": "1.0.0-canary.v20260106140304"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",