@web3auth/modal 8.3.0 → 8.4.0
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IBaseProvider, IProvider,
|
|
1
|
+
import { IBaseProvider, IProvider, IWeb3AuthCoreOptions, WALLET_ADAPTER_TYPE } from "@web3auth/base";
|
|
2
2
|
import { Web3AuthNoModal } from "@web3auth/no-modal";
|
|
3
3
|
import { LoginModal, UIConfig } from "@web3auth/ui";
|
|
4
4
|
import { AdaptersModalConfig, IWeb3AuthModal, ModalConfig } from "./interface";
|
|
5
|
-
export interface Web3AuthOptions extends
|
|
5
|
+
export interface Web3AuthOptions extends IWeb3AuthCoreOptions {
|
|
6
6
|
/**
|
|
7
7
|
* Config for configuring modal ui display properties
|
|
8
8
|
*/
|
package/package.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"url": "https://github.com/Web3Auth/Web3Auth/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@web3auth/base": "^8.
|
|
8
|
-
"@web3auth/base-provider": "^8.
|
|
9
|
-
"@web3auth/no-modal": "^8.
|
|
10
|
-
"@web3auth/openlogin-adapter": "^8.
|
|
11
|
-
"@web3auth/ui": "^8.
|
|
7
|
+
"@web3auth/base": "^8.4.0",
|
|
8
|
+
"@web3auth/base-provider": "^8.4.0",
|
|
9
|
+
"@web3auth/no-modal": "^8.4.0",
|
|
10
|
+
"@web3auth/openlogin-adapter": "^8.4.0",
|
|
11
|
+
"@web3auth/ui": "^8.4.0",
|
|
12
12
|
"lodash.clonedeep": "^4.5.0",
|
|
13
13
|
"lodash.merge": "^4.6.2"
|
|
14
14
|
},
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@svgr/webpack": "^8.1.0",
|
|
17
17
|
"@toruslabs/isomorphic-style-loader": "^5.3.3",
|
|
18
18
|
"@toruslabs/openlogin-utils": "^8.1.0",
|
|
19
|
-
"@web3auth/wallet-connect-v2-adapter": "^8.
|
|
19
|
+
"@web3auth/wallet-connect-v2-adapter": "^8.4.0",
|
|
20
20
|
"css-loader": "^7.1.1",
|
|
21
|
-
"postcss-prefix-selector": "^1.16.
|
|
21
|
+
"postcss-prefix-selector": "^1.16.1",
|
|
22
22
|
"style-loader": "^4.0.0",
|
|
23
23
|
"url-loader": "^4.1.1"
|
|
24
24
|
},
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
},
|
|
70
70
|
"types": "dist/types/index.d.ts",
|
|
71
71
|
"unpkg": "dist/modal.umd.min.js",
|
|
72
|
-
"version": "8.
|
|
73
|
-
"gitHead": "
|
|
72
|
+
"version": "8.4.0",
|
|
73
|
+
"gitHead": "38e509aea9900878fc6e2f25431a32dc112d778f"
|
|
74
74
|
}
|