@clerk/react 6.7.4-canary.v20260603211708 → 6.7.4-canary.v20260604000241

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.
@@ -639,7 +639,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
639
639
  }
640
640
  var SDK_METADATA = {
641
641
  name: "@clerk/react",
642
- version: "6.7.4-canary.v20260603211708",
642
+ version: "6.7.4-canary.v20260604000241",
643
643
  environment: process.env.NODE_ENV
644
644
  };
645
645
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
@@ -2103,4 +2103,4 @@ export {
2103
2103
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
2104
2104
  ClerkProvider
2105
2105
  };
2106
- //# sourceMappingURL=chunk-2OSHUNB2.mjs.map
2106
+ //# sourceMappingURL=chunk-USD2YNQW.mjs.map
package/dist/index.js CHANGED
@@ -2355,7 +2355,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2355
2355
  }
2356
2356
  var SDK_METADATA = {
2357
2357
  name: "@clerk/react",
2358
- version: "6.7.4-canary.v20260603211708",
2358
+ version: "6.7.4-canary.v20260604000241",
2359
2359
  environment: process.env.NODE_ENV
2360
2360
  };
2361
2361
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  RedirectToTasks,
13
13
  RedirectToUserProfile,
14
14
  Show
15
- } from "./chunk-2OSHUNB2.mjs";
15
+ } from "./chunk-USD2YNQW.mjs";
16
16
  import {
17
17
  APIKeys,
18
18
  ConfigureSSO,
package/dist/internal.js CHANGED
@@ -1661,7 +1661,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1661
1661
  }
1662
1662
  var SDK_METADATA = {
1663
1663
  name: "@clerk/react",
1664
- version: "6.7.4-canary.v20260603211708",
1664
+ version: "6.7.4-canary.v20260604000241",
1665
1665
  environment: process.env.NODE_ENV
1666
1666
  };
1667
1667
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
package/dist/internal.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  ClerkProvider,
3
3
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
4
4
  MultisessionAppSupport
5
- } from "./chunk-2OSHUNB2.mjs";
5
+ } from "./chunk-USD2YNQW.mjs";
6
6
  import {
7
7
  OAuthConsent,
8
8
  incompatibleRoutingWithPathProvidedError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react",
3
- "version": "6.7.4-canary.v20260603211708",
3
+ "version": "6.7.4-canary.v20260604000241",
4
4
  "description": "Clerk React library",
5
5
  "keywords": [
6
6
  "clerk",
@@ -89,14 +89,14 @@
89
89
  ],
90
90
  "dependencies": {
91
91
  "tslib": "2.8.1",
92
- "@clerk/shared": "4.15.1-canary.v20260603211708"
92
+ "@clerk/shared": "4.15.1-canary.v20260604000241"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/semver": "^7.7.1",
96
96
  "semver": "^7.7.4",
97
97
  "yaml": "^2.8.3",
98
- "@clerk/localizations": "4.7.2-canary.v20260603211708",
99
- "@clerk/ui": "1.15.1-canary.v20260603211708"
98
+ "@clerk/localizations": "4.7.2-canary.v20260604000241",
99
+ "@clerk/ui": "1.15.1-canary.v20260604000241"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",