@clerk/react 6.5.0 → 6.5.1-snapshot.v20260501171802

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.5.0",
642
+ version: "6.5.1-snapshot.v20260501171802",
643
643
  environment: process.env.NODE_ENV
644
644
  };
645
645
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
@@ -2080,4 +2080,4 @@ export {
2080
2080
  IS_REACT_SHARED_VARIANT_COMPATIBLE,
2081
2081
  ClerkProvider
2082
2082
  };
2083
- //# sourceMappingURL=chunk-7UXVYAQ3.mjs.map
2083
+ //# sourceMappingURL=chunk-Y3XFKQFW.mjs.map
package/dist/index.js CHANGED
@@ -2329,7 +2329,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2329
2329
  }
2330
2330
  var SDK_METADATA = {
2331
2331
  name: "@clerk/react",
2332
- version: "6.5.0",
2332
+ version: "6.5.1-snapshot.v20260501171802",
2333
2333
  environment: process.env.NODE_ENV
2334
2334
  };
2335
2335
  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-7UXVYAQ3.mjs";
15
+ } from "./chunk-Y3XFKQFW.mjs";
16
16
  import {
17
17
  APIKeys,
18
18
  CreateOrganization,
@@ -1,4 +1,4 @@
1
- import { WithClerkProp, ClerkProviderProps } from './types.mjs';
1
+ import { ClerkProviderProps, WithClerkProp } from './types.mjs';
2
2
  import * as _clerk_shared_types from '@clerk/shared/types';
3
3
  import { RoutingOptions, InternalClerkScriptProps } from '@clerk/shared/types';
4
4
  export { InternalClerkScriptProps } from '@clerk/shared/types';
@@ -1,4 +1,4 @@
1
- import { WithClerkProp, ClerkProviderProps } from './types.js';
1
+ import { ClerkProviderProps, WithClerkProp } from './types.js';
2
2
  import * as _clerk_shared_types from '@clerk/shared/types';
3
3
  import { RoutingOptions, InternalClerkScriptProps } from '@clerk/shared/types';
4
4
  export { InternalClerkScriptProps } from '@clerk/shared/types';
package/dist/internal.js CHANGED
@@ -1640,7 +1640,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1640
1640
  }
1641
1641
  var SDK_METADATA = {
1642
1642
  name: "@clerk/react",
1643
- version: "6.5.0",
1643
+ version: "6.5.1-snapshot.v20260501171802",
1644
1644
  environment: process.env.NODE_ENV
1645
1645
  };
1646
1646
  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-7UXVYAQ3.mjs";
5
+ } from "./chunk-Y3XFKQFW.mjs";
6
6
  import {
7
7
  OAuthConsent,
8
8
  incompatibleRoutingWithPathProvidedError,
package/dist/types.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { Clerk, IsomorphicClerkOptions, InternalClerkScriptProps, InitialState, LoadedClerk, RedirectUrlProp, SignInRedirectOptions, SignUpRedirectOptions, TasksRedirectOptions } from '@clerk/shared/types';
1
+ import { Clerk, LoadedClerk, IsomorphicClerkOptions, InternalClerkScriptProps, InitialState, RedirectUrlProp, SignInRedirectOptions, SignUpRedirectOptions, TasksRedirectOptions } from '@clerk/shared/types';
2
2
  export * from '@clerk/shared/types';
3
3
  import { ClerkUIConstructor } from '@clerk/shared/ui';
4
4
  import { Ui, ExtractAppearanceType, Appearance } from '@clerk/ui/internal';
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Clerk, IsomorphicClerkOptions, InternalClerkScriptProps, InitialState, LoadedClerk, RedirectUrlProp, SignInRedirectOptions, SignUpRedirectOptions, TasksRedirectOptions } from '@clerk/shared/types';
1
+ import { Clerk, LoadedClerk, IsomorphicClerkOptions, InternalClerkScriptProps, InitialState, RedirectUrlProp, SignInRedirectOptions, SignUpRedirectOptions, TasksRedirectOptions } from '@clerk/shared/types';
2
2
  export * from '@clerk/shared/types';
3
3
  import { ClerkUIConstructor } from '@clerk/shared/ui';
4
4
  import { Ui, ExtractAppearanceType, Appearance } from '@clerk/ui/internal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react",
3
- "version": "6.5.0",
3
+ "version": "6.5.1-snapshot.v20260501171802",
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.9.0"
92
+ "@clerk/shared": "4.9.1-snapshot.v20260501171802"
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.5.8",
99
- "@clerk/ui": "1.7.0"
98
+ "@clerk/localizations": "4.5.9-snapshot.v20260501171802",
99
+ "@clerk/ui": "1.7.1-snapshot.v20260501171802"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",