@web3auth/modal 7.0.5 → 7.1.1
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/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@web3auth/modal",
|
|
3
|
-
"version": "7.0.5",
|
|
4
|
-
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
|
|
5
|
-
"license": "ISC",
|
|
6
|
-
"main": "dist/modal.cjs.js",
|
|
7
|
-
"module": "dist/modal.esm.js",
|
|
8
|
-
"unpkg": "dist/modal.umd.min.js",
|
|
9
|
-
"jsdelivr": "dist/modal.umd.min.js",
|
|
10
|
-
"types": "dist/types/index.d.ts",
|
|
11
2
|
"author": "Torus Labs",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts",
|
|
15
|
-
"dev": "torus-scripts start",
|
|
16
|
-
"build": "torus-scripts build",
|
|
17
|
-
"lint": "eslint --fix 'src/**/*.ts'",
|
|
18
|
-
"prepack": "npm run build",
|
|
19
|
-
"pre-commit": "lint-staged --cwd ."
|
|
3
|
+
"bugs": {
|
|
4
|
+
"url": "https://github.com/Web3Auth/Web3Auth/issues"
|
|
20
5
|
},
|
|
21
6
|
"dependencies": {
|
|
22
|
-
"@web3auth/base": "^7.0
|
|
23
|
-
"@web3auth/base-provider": "^7.
|
|
24
|
-
"@web3auth/ethereum-provider": "^7.
|
|
25
|
-
"@web3auth/metamask-adapter": "^7.0
|
|
26
|
-
"@web3auth/no-modal": "^7.
|
|
27
|
-
"@web3auth/openlogin-adapter": "^7.
|
|
28
|
-
"@web3auth/phantom-adapter": "^7.
|
|
29
|
-
"@web3auth/solana-provider": "^7.
|
|
30
|
-
"@web3auth/torus-evm-adapter": "^7.0
|
|
31
|
-
"@web3auth/torus-solana-adapter": "^7.
|
|
32
|
-
"@web3auth/ui": "^7.0
|
|
33
|
-
"@web3auth/wallet-connect-v2-adapter": "^7.
|
|
7
|
+
"@web3auth/base": "^7.1.0",
|
|
8
|
+
"@web3auth/base-provider": "^7.1.1",
|
|
9
|
+
"@web3auth/ethereum-provider": "^7.1.1",
|
|
10
|
+
"@web3auth/metamask-adapter": "^7.1.0",
|
|
11
|
+
"@web3auth/no-modal": "^7.1.1",
|
|
12
|
+
"@web3auth/openlogin-adapter": "^7.1.1",
|
|
13
|
+
"@web3auth/phantom-adapter": "^7.1.1",
|
|
14
|
+
"@web3auth/solana-provider": "^7.1.1",
|
|
15
|
+
"@web3auth/torus-evm-adapter": "^7.1.0",
|
|
16
|
+
"@web3auth/torus-solana-adapter": "^7.1.1",
|
|
17
|
+
"@web3auth/ui": "^7.1.0",
|
|
18
|
+
"@web3auth/wallet-connect-v2-adapter": "^7.1.1"
|
|
34
19
|
},
|
|
35
20
|
"devDependencies": {
|
|
36
21
|
"@svgr/webpack": "^8.1.0",
|
|
37
22
|
"@toruslabs/isomorphic-style-loader": "^5.3.3",
|
|
38
|
-
"@toruslabs/openlogin-utils": "^
|
|
23
|
+
"@toruslabs/openlogin-utils": "^6.0.0",
|
|
39
24
|
"css-loader": "^6.8.1",
|
|
40
25
|
"postcss-prefix-selector": "^1.16.0",
|
|
41
26
|
"style-loader": "^3.3.3",
|
|
42
|
-
"tailwindcss": "^3.3.
|
|
27
|
+
"tailwindcss": "^3.3.5",
|
|
43
28
|
"url-loader": "^4.1.1"
|
|
44
29
|
},
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">=18.x",
|
|
32
|
+
"npm": ">=9.x"
|
|
48
33
|
},
|
|
49
34
|
"files": [
|
|
50
35
|
"dist",
|
|
51
36
|
"src"
|
|
52
37
|
],
|
|
38
|
+
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
|
|
39
|
+
"jsdelivr": "dist/modal.umd.min.js",
|
|
40
|
+
"keywords": [],
|
|
41
|
+
"license": "ISC",
|
|
53
42
|
"lint-staged": {
|
|
54
43
|
"!(*d).ts": [
|
|
55
44
|
"eslint --cache --fix",
|
|
56
45
|
"prettier --write"
|
|
57
46
|
]
|
|
58
47
|
},
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
48
|
+
"main": "dist/modal.cjs.js",
|
|
49
|
+
"module": "dist/modal.esm.js",
|
|
50
|
+
"name": "@web3auth/modal",
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@babel/runtime": "7.x",
|
|
53
|
+
"@solana/web3.js": "^1.x"
|
|
65
54
|
},
|
|
66
|
-
"keywords": [],
|
|
67
55
|
"publishConfig": {
|
|
68
56
|
"access": "public"
|
|
69
57
|
},
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
58
|
+
"repository": {
|
|
59
|
+
"type": "git",
|
|
60
|
+
"url": "git+https://github.com/Web3Auth/Web3Auth.git"
|
|
73
61
|
},
|
|
74
|
-
"
|
|
62
|
+
"scripts": {
|
|
63
|
+
"build": "torus-scripts build",
|
|
64
|
+
"dev": "torus-scripts start",
|
|
65
|
+
"lint": "eslint --fix 'src/**/*.ts'",
|
|
66
|
+
"pre-commit": "lint-staged --cwd .",
|
|
67
|
+
"prepack": "npm run build",
|
|
68
|
+
"test": "mocha --config ../../.mocharc.json test/**.ts",
|
|
69
|
+
"test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts"
|
|
70
|
+
},
|
|
71
|
+
"types": "dist/types/index.d.ts",
|
|
72
|
+
"unpkg": "dist/modal.umd.min.js",
|
|
73
|
+
"version": "7.1.1",
|
|
74
|
+
"gitHead": "e4e9c5dec1eb35cbf1e2e1fb604121ff23d04066"
|
|
75
75
|
}
|