@web3auth/base
Advanced tools
Comparing version 7.3.1 to 7.3.2
@@ -606,2 +606,3 @@ /******/ (() => { // webpackBootstrap | ||
defineProperty_default()(this, "web3AuthNetwork", openlogin_utils_namespaceObject.OPENLOGIN_NETWORK.MAINNET); | ||
defineProperty_default()(this, "useCoreKitKey", undefined); | ||
defineProperty_default()(this, "rehydrated", false); | ||
@@ -636,2 +637,5 @@ // should be added in constructor or from setAdapterSettings function | ||
} | ||
if ((options === null || options === void 0 ? void 0 : options.useCoreKitKey) !== undefined) { | ||
this.useCoreKitKey = options.useCoreKitKey; | ||
} | ||
const customChainConfig = options.chainConfig; | ||
@@ -638,0 +642,0 @@ if (customChainConfig) { |
@@ -501,2 +501,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
_defineProperty(this, "web3AuthNetwork", OPENLOGIN_NETWORK.MAINNET); | ||
_defineProperty(this, "useCoreKitKey", undefined); | ||
_defineProperty(this, "rehydrated", false); | ||
@@ -531,2 +532,5 @@ // should be added in constructor or from setAdapterSettings function | ||
} | ||
if ((options === null || options === void 0 ? void 0 : options.useCoreKitKey) !== undefined) { | ||
this.useCoreKitKey = options.useCoreKitKey; | ||
} | ||
const customChainConfig = options.chainConfig; | ||
@@ -533,0 +537,0 @@ if (customChainConfig) { |
@@ -86,2 +86,3 @@ import { JRPCRequest, JRPCResponse, Maybe, RequestArguments, SafeEventEmitter, SendCallBack } from "@toruslabs/openlogin-jrpc"; | ||
web3AuthNetwork: OPENLOGIN_NETWORK_TYPE; | ||
useCoreKitKey: boolean | undefined; | ||
clientId: string; | ||
@@ -110,2 +111,3 @@ status: ADAPTER_STATUS_TYPE; | ||
web3AuthNetwork: OPENLOGIN_NETWORK_TYPE; | ||
useCoreKitKey: boolean; | ||
protected rehydrated: boolean; | ||
@@ -112,0 +114,0 @@ protected chainConfig: CustomChainConfig | null; |
{ | ||
"name": "@web3auth/base", | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"homepage": "https://github.com/Web3Auth/Web3Auth#readme", | ||
@@ -23,5 +23,5 @@ "license": "ISC", | ||
"@toruslabs/http-helpers": "^6.0.0", | ||
"@toruslabs/openlogin": "^6.2.2", | ||
"@toruslabs/openlogin-jrpc": "^6.2.2", | ||
"@toruslabs/openlogin-utils": "^6.2.2", | ||
"@toruslabs/openlogin": "^6.2.11", | ||
"@toruslabs/openlogin-jrpc": "^6.2.11", | ||
"@toruslabs/openlogin-utils": "^6.2.11", | ||
"jwt-decode": "^4.0.0", | ||
@@ -59,3 +59,3 @@ "loglevel": "^1.8.1", | ||
}, | ||
"gitHead": "ef1b6198d0ee045bf63ef3338affbccdeb473d42" | ||
"gitHead": "f4e12b17c3e54c95b0ec9c22c62a4e5489e4a95c" | ||
} |
@@ -85,2 +85,3 @@ import { JRPCRequest, JRPCResponse, Maybe, RequestArguments, SafeEventEmitter, SendCallBack } from "@toruslabs/openlogin-jrpc"; | ||
web3AuthNetwork: OPENLOGIN_NETWORK_TYPE; | ||
useCoreKitKey: boolean | undefined; | ||
clientId: string; | ||
@@ -110,2 +111,4 @@ status: ADAPTER_STATUS_TYPE; | ||
public useCoreKitKey: boolean = undefined; | ||
protected rehydrated = false; | ||
@@ -155,2 +158,5 @@ | ||
} | ||
if (options?.useCoreKitKey !== undefined) { | ||
this.useCoreKitKey = options.useCoreKitKey; | ||
} | ||
const customChainConfig = options.chainConfig; | ||
@@ -157,0 +163,0 @@ if (customChainConfig) { |
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
1608062
3839