@clerk/chrome-extension 2.8.9 → 2.8.10-canary.v20251205173530
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/cjs/background/index.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/react/index.js +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-7WRXULN3.js → chunk-SH7INO4V.js} +3 -3
- package/dist/esm/{chunk-7WRXULN3.js.map → chunk-SH7INO4V.js.map} +1 -1
- package/dist/esm/{chunk-GQGT3THU.js → chunk-VMQREXKE.js} +3 -3
- package/dist/esm/{chunk-GQGT3THU.js.map → chunk-VMQREXKE.js.map} +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/react/index.js +2 -2
- package/dist/types/internal/utils/errors.d.ts +1 -1
- package/package.json +4 -4
|
@@ -429,7 +429,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
429
429
|
var clerk;
|
|
430
430
|
noRhc.Clerk.sdkMetadata = {
|
|
431
431
|
name: "@clerk/chrome-extension",
|
|
432
|
-
version: "2.8.
|
|
432
|
+
version: "2.8.10-canary.v20251205173530"
|
|
433
433
|
};
|
|
434
434
|
async function createClerkClient({
|
|
435
435
|
__experimental_syncHostListener = false,
|
package/dist/cjs/index.js
CHANGED
|
@@ -6044,7 +6044,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
6044
6044
|
var clerk;
|
|
6045
6045
|
noRhc.Clerk.sdkMetadata = {
|
|
6046
6046
|
name: "@clerk/chrome-extension",
|
|
6047
|
-
version: "2.8.
|
|
6047
|
+
version: "2.8.10-canary.v20251205173530"
|
|
6048
6048
|
};
|
|
6049
6049
|
async function createClerkClient({
|
|
6050
6050
|
__experimental_syncHostListener = false,
|
package/dist/cjs/react/index.js
CHANGED
|
@@ -4288,7 +4288,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
4288
4288
|
var clerk;
|
|
4289
4289
|
noRhc.Clerk.sdkMetadata = {
|
|
4290
4290
|
name: "@clerk/chrome-extension",
|
|
4291
|
-
version: "2.8.
|
|
4291
|
+
version: "2.8.10-canary.v20251205173530"
|
|
4292
4292
|
};
|
|
4293
4293
|
async function createClerkClient({
|
|
4294
4294
|
__experimental_syncHostListener = false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __export, buildErrorThrower, createDevOrStagingUrlCache, createClerkClient, isClerkAPIResponseError, ClerkRuntimeError, isPublishableKey } from './chunk-
|
|
1
|
+
import { __export, buildErrorThrower, createDevOrStagingUrlCache, createClerkClient, isClerkAPIResponseError, ClerkRuntimeError, isPublishableKey } from './chunk-VMQREXKE.js';
|
|
2
2
|
import React7, { createContext, useContext, useState, useRef, useEffect, createElement, useCallback, useMemo, useLayoutEffect, useDebugValue } from 'react';
|
|
3
3
|
import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js';
|
|
4
4
|
import { createPortal } from 'react-dom';
|
|
@@ -5638,5 +5638,5 @@ function ClerkProvider2(props) {
|
|
|
5638
5638
|
var GoogleOneTap2 = () => null;
|
|
5639
5639
|
|
|
5640
5640
|
export { APIKeys, AuthenticateWithRedirectCallback, ClerkDegraded, ClerkFailed, ClerkLoaded, ClerkLoading, ClerkProvider2 as ClerkProvider, CreateOrganization, GoogleOneTap2 as GoogleOneTap, OrganizationList, OrganizationProfile, OrganizationSwitcher, PricingTable, Protect, RedirectToCreateOrganization, RedirectToOrganizationProfile, RedirectToSignIn, RedirectToSignUp, RedirectToUserProfile, SignIn, SignInButton, SignInWithMetamaskButton, SignOutButton, SignUp, SignUpButton, SignedIn, SignedOut, UserAvatar, UserButton, UserProfile, Waitlist, setErrorThrowerOptions, useAuth, useClerk, useEmailLink, useOrganization, useOrganizationList, useReverification, useSession, useSessionList, useSignIn, useSignUp, useUser };
|
|
5641
|
-
//# sourceMappingURL=chunk-
|
|
5642
|
-
//# sourceMappingURL=chunk-
|
|
5641
|
+
//# sourceMappingURL=chunk-SH7INO4V.js.map
|
|
5642
|
+
//# sourceMappingURL=chunk-SH7INO4V.js.map
|