@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.
- package/dist/{chunk-7UXVYAQ3.mjs → chunk-Y3XFKQFW.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +4 -4
- /package/dist/{chunk-7UXVYAQ3.mjs.map → chunk-Y3XFKQFW.mjs.map} +0 -0
|
@@ -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.
|
|
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-
|
|
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.
|
|
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
package/dist/internal.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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';
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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.
|
|
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
package/dist/types.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Clerk, IsomorphicClerkOptions, InternalClerkScriptProps, InitialState,
|
|
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,
|
|
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.
|
|
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": "
|
|
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.
|
|
99
|
-
"@clerk/ui": "1.7.
|
|
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",
|
|
File without changes
|