@tuwaio/nova-connect 0.5.2 → 0.5.3
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -89,17 +89,15 @@
|
|
|
89
89
|
"@heroicons/react": "2.x.x",
|
|
90
90
|
"@radix-ui/react-dialog": "1.x.x",
|
|
91
91
|
"@radix-ui/react-select": "2.x.x",
|
|
92
|
-
"@tuwaio/orbit-core": "
|
|
93
|
-
"@tuwaio/orbit-evm": "
|
|
94
|
-
"@tuwaio/orbit-solana": "
|
|
95
|
-
"@tuwaio/satellite-core": "
|
|
96
|
-
"@tuwaio/satellite-evm": "
|
|
97
|
-
"@tuwaio/satellite-solana": "
|
|
98
|
-
"@tuwaio/satellite-react": "
|
|
99
|
-
"@tuwaio/siwx-react": "
|
|
100
|
-
"@tuwaio/pulsar-core": "
|
|
101
|
-
"@tuwaio/nova-core": ">=0.3",
|
|
102
|
-
"@tuwaio/nova-transactions": ">=0.3",
|
|
92
|
+
"@tuwaio/orbit-core": "^0.2.15",
|
|
93
|
+
"@tuwaio/orbit-evm": "^0.2.22",
|
|
94
|
+
"@tuwaio/orbit-solana": "^0.2.13",
|
|
95
|
+
"@tuwaio/satellite-core": "^0.4.1",
|
|
96
|
+
"@tuwaio/satellite-evm": "^0.4.2",
|
|
97
|
+
"@tuwaio/satellite-solana": "^0.4.2",
|
|
98
|
+
"@tuwaio/satellite-react": "^0.4.3",
|
|
99
|
+
"@tuwaio/siwx-react": "^0.1.0",
|
|
100
|
+
"@tuwaio/pulsar-core": "^0.6.11",
|
|
103
101
|
"@wallet-standard/react": "1.x.x",
|
|
104
102
|
"@wagmi/core": "3.x.x",
|
|
105
103
|
"@web3icons/react": ">=4",
|
|
@@ -113,7 +111,9 @@
|
|
|
113
111
|
"react": ">=19.2.3",
|
|
114
112
|
"react-toastify": "11.x.x",
|
|
115
113
|
"viem": "2.x.x",
|
|
116
|
-
"zustand": "5.x.x"
|
|
114
|
+
"zustand": "5.x.x",
|
|
115
|
+
"@tuwaio/nova-core": "^0.5.0",
|
|
116
|
+
"@tuwaio/nova-transactions": "^0.5.1"
|
|
117
117
|
},
|
|
118
118
|
"peerDependenciesMeta": {
|
|
119
119
|
"@web3icons/react": {
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"@tuwaio/orbit-core": "^0.2.15",
|
|
209
209
|
"@tuwaio/orbit-evm": "^0.2.22",
|
|
210
210
|
"@tuwaio/orbit-solana": "^0.2.13",
|
|
211
|
-
"@tuwaio/satellite-react": "^0.4.
|
|
211
|
+
"@tuwaio/satellite-react": "^0.4.3",
|
|
212
212
|
"@tuwaio/satellite-core": "^0.4.1",
|
|
213
213
|
"@tuwaio/satellite-evm": "^0.4.2",
|
|
214
214
|
"@tuwaio/satellite-solana": "^0.4.2",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"typescript": "^6.0.3",
|
|
243
243
|
"tsup": "^8.5.1",
|
|
244
244
|
"@tuwaio/nova-core": "^0.5.0",
|
|
245
|
-
"@tuwaio/nova-transactions": "^0.5.
|
|
245
|
+
"@tuwaio/nova-transactions": "^0.5.1"
|
|
246
246
|
},
|
|
247
247
|
"scripts": {
|
|
248
248
|
"start": "tsup src/index.ts --watch",
|