@web3auth/base
Advanced tools
Comparing version 8.0.0-alpha.12 to 8.0.0-alpha.13
@@ -67,2 +67,3 @@ /******/ (() => { // webpackBootstrap | ||
SOLANA_ADAPTERS: () => (/* reexport */ SOLANA_ADAPTERS), | ||
UX_MODE: () => (/* reexport */ openlogin_utils_namespaceObject.UX_MODE), | ||
WALLET_ADAPTERS: () => (/* reexport */ WALLET_ADAPTERS), | ||
@@ -69,0 +70,0 @@ WEB3AUTH_NETWORK: () => (/* reexport */ WEB3AUTH_NETWORK), |
@@ -5,3 +5,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
import { OPENLOGIN_NETWORK } from '@toruslabs/openlogin-utils'; | ||
export { OPENLOGIN_NETWORK } from '@toruslabs/openlogin-utils'; | ||
export { OPENLOGIN_NETWORK, UX_MODE } from '@toruslabs/openlogin-utils'; | ||
import { CustomError } from 'ts-custom-error'; | ||
@@ -8,0 +8,0 @@ import { jwtDecode } from 'jwt-decode'; |
@@ -16,3 +16,3 @@ import { JRPCRequest, JRPCResponse, Maybe, RequestArguments, SafeEventEmitter, SendCallBack } from "@toruslabs/openlogin-jrpc"; | ||
}; | ||
export { OPENLOGIN_NETWORK, type OPENLOGIN_NETWORK_TYPE } from "@toruslabs/openlogin-utils"; | ||
export { OPENLOGIN_NETWORK, type OPENLOGIN_NETWORK_TYPE, UX_MODE, type UX_MODE_TYPE } from "@toruslabs/openlogin-utils"; | ||
export declare const ADAPTER_CATEGORY: { | ||
@@ -19,0 +19,0 @@ readonly EXTERNAL: "external"; |
import { SafeEventEmitter } from "@toruslabs/openlogin-jrpc"; | ||
import { UX_MODE_TYPE, WhiteLabelData } from "@toruslabs/openlogin-utils"; | ||
import { WhiteLabelData } from "@toruslabs/openlogin-utils"; | ||
import { ADAPTER_STATUS_TYPE, IAdapter, IBaseProvider, IProvider, OPENLOGIN_NETWORK_TYPE, UserAuthInfo, UserInfo } from "../adapter/IAdapter"; | ||
@@ -76,8 +76,3 @@ import { CustomChainConfig } from "../chain/IChainInterface"; | ||
*/ | ||
uiConfig?: WhiteLabelData & { | ||
/** | ||
* UX Mode for the openlogin adapter | ||
*/ | ||
uxMode?: UX_MODE_TYPE; | ||
}; | ||
uiConfig?: WhiteLabelData; | ||
/** | ||
@@ -84,0 +79,0 @@ * Private key provider for your chain namespace |
{ | ||
"name": "@web3auth/base", | ||
"version": "8.0.0-alpha.12", | ||
"version": "8.0.0-alpha.13", | ||
"homepage": "https://github.com/Web3Auth/Web3Auth#readme", | ||
@@ -58,3 +58,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "17bf0adf6abb4b2ce0cfb3b71cb2cc317a2dcd9b" | ||
"gitHead": "0b0010beb307ef343690b39339040948664b1571" | ||
} |
@@ -14,3 +14,3 @@ import { JRPCRequest, JRPCResponse, Maybe, RequestArguments, SafeEventEmitter, SendCallBack } from "@toruslabs/openlogin-jrpc"; | ||
export const WEB3AUTH_NETWORK = OPENLOGIN_NETWORK; | ||
export { OPENLOGIN_NETWORK, type OPENLOGIN_NETWORK_TYPE } from "@toruslabs/openlogin-utils"; | ||
export { OPENLOGIN_NETWORK, type OPENLOGIN_NETWORK_TYPE, UX_MODE, type UX_MODE_TYPE } from "@toruslabs/openlogin-utils"; | ||
@@ -17,0 +17,0 @@ export const ADAPTER_CATEGORY = { |
import { SafeEventEmitter } from "@toruslabs/openlogin-jrpc"; | ||
import { UX_MODE_TYPE, WhiteLabelData } from "@toruslabs/openlogin-utils"; | ||
import { WhiteLabelData } from "@toruslabs/openlogin-utils"; | ||
@@ -79,8 +79,3 @@ import { ADAPTER_STATUS_TYPE, IAdapter, IBaseProvider, IProvider, OPENLOGIN_NETWORK_TYPE, UserAuthInfo, UserInfo } from "../adapter/IAdapter"; | ||
*/ | ||
uiConfig?: WhiteLabelData & { | ||
/** | ||
* UX Mode for the openlogin adapter | ||
*/ | ||
uxMode?: UX_MODE_TYPE; | ||
}; | ||
uiConfig?: WhiteLabelData; | ||
@@ -87,0 +82,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1523689
3972