@web3auth/no-modal 10.2.0 → 10.3.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.
- package/dist/lib.cjs/base/utils.js +1 -1
- package/dist/lib.cjs/connectors/auth-connector/authConnector.js +1 -9
- package/dist/lib.cjs/noModal.js +1 -4
- package/dist/lib.cjs/types/connectors/injected-solana-connector/utils.d.ts +3 -0
- package/dist/lib.cjs/types/connectors/wallet-connect-v2-connector/utils.d.ts +3 -0
- package/dist/lib.cjs/types/providers/account-abstraction-provider/rpc/index.d.ts +1 -0
- package/dist/lib.cjs/types/react/wagmi/constants.d.ts +3 -6
- package/dist/lib.cjs/types/vue/wagmi/constants.d.ts +3 -6
- package/dist/lib.esm/base/utils.js +1 -1
- package/dist/lib.esm/connectors/auth-connector/authConnector.js +1 -9
- package/dist/lib.esm/noModal.js +1 -4
- package/dist/noModal.umd.min.js +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web3auth/no-modal",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.0",
|
|
4
4
|
"description": "Multi chain wallet aggregator for web3Auth",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web3Auth/no-modal",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"@walletconnect/types": "^2.21.8",
|
|
75
75
|
"@walletconnect/utils": "^2.21.8",
|
|
76
76
|
"@web3auth/auth": "^10.5.0",
|
|
77
|
-
"@web3auth/ws-embed": "^5.0.
|
|
77
|
+
"@web3auth/ws-embed": "^5.0.23",
|
|
78
78
|
"assert": "^2.1.0",
|
|
79
79
|
"bignumber.js": "~9.3.1",
|
|
80
80
|
"bn.js": "^5.2.2",
|
|
81
|
-
"bowser": "^2.12.
|
|
81
|
+
"bowser": "^2.12.1",
|
|
82
82
|
"deepmerge": "^4.3.1",
|
|
83
83
|
"ethers": "^6.15.0",
|
|
84
84
|
"json-rpc-random-id": "^1.0.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"jwt-decode": "^4.0.0",
|
|
87
87
|
"loglevel": "^1.9.2",
|
|
88
88
|
"mipd": "^0.0.7",
|
|
89
|
-
"permissionless": "^0.2.
|
|
89
|
+
"permissionless": "^0.2.54",
|
|
90
90
|
"ripple-keypairs": "^1.3.1",
|
|
91
91
|
"ts-custom-error": "^3.3.1",
|
|
92
92
|
"xrpl": "^2.14.0"
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@coinbase/wallet-sdk": "^4.3.7",
|
|
96
96
|
"@types/elliptic": "6.4.18",
|
|
97
97
|
"@types/json-rpc-random-id": "^1.0.3",
|
|
98
|
-
"@types/react": "^19.1.
|
|
99
|
-
"@wagmi/core": "^2.
|
|
100
|
-
"@wagmi/vue": "^0.
|
|
98
|
+
"@types/react": "^19.1.11",
|
|
99
|
+
"@wagmi/core": "^2.20.1",
|
|
100
|
+
"@wagmi/vue": "^0.2.2",
|
|
101
101
|
"react": "^19.1.1",
|
|
102
|
-
"viem": "^2.
|
|
102
|
+
"viem": "^2.35.1",
|
|
103
103
|
"vue": "^3.x",
|
|
104
|
-
"wagmi": "^2.16.
|
|
104
|
+
"wagmi": "^2.16.6"
|
|
105
105
|
},
|
|
106
106
|
"exports": {
|
|
107
107
|
".": {
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
"node": ">=20.x",
|
|
204
204
|
"npm": ">=9.x"
|
|
205
205
|
},
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "477de116a42504114f6d1670a97014616abf87cc"
|
|
207
207
|
}
|