@clerk/react 6.9.1 → 6.9.2-canary.v20260611190246

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/internal.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { i as setErrorThrowerOptions, r as errorThrower } from "./useAssertWrappedByClerkProvider-GaNwZpWo.mjs";
2
2
  import { J as noPathProvidedError, K as incompatibleRoutingWithPathProvidedError, T as OAuthConsent$1, x as useDerivedAuth } from "./hooks-BiY5Zgpp.mjs";
3
- import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-C0mHP2hd.mjs";
3
+ import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-By_sj2T1.mjs";
4
4
  import { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from "@clerk/shared/loadClerkJsScript";
5
5
  import { useOAuthConsent as useOAuthConsent$1 } from "@clerk/shared/react";
6
6
  import { publishableKeyFromHost } from "@clerk/shared/keys";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react",
3
- "version": "6.9.1",
3
+ "version": "6.9.2-canary.v20260611190246",
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.17.1"
92
+ "@clerk/shared": "4.17.2-canary.v20260611190246"
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.8.1",
99
- "@clerk/ui": "1.16.1"
98
+ "@clerk/localizations": "4.8.2-canary.v20260611190246",
99
+ "@clerk/ui": "1.16.2-canary.v20260611190246"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",