@tuwaio/nova-connect 0.5.5 → 0.5.6
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"@tuwaio/orbit-solana": "^0.2.13",
|
|
95
95
|
"@tuwaio/satellite-core": "^0.4.1",
|
|
96
96
|
"@tuwaio/satellite-evm": "^0.4.2",
|
|
97
|
-
"@tuwaio/satellite-solana": "^0.4.
|
|
98
|
-
"@tuwaio/satellite-react": "^0.4.
|
|
97
|
+
"@tuwaio/satellite-solana": "^0.4.5",
|
|
98
|
+
"@tuwaio/satellite-react": "^0.4.6",
|
|
99
99
|
"@tuwaio/siwx-react": "^0.1.0",
|
|
100
100
|
"@tuwaio/pulsar-core": "^0.6.11",
|
|
101
101
|
"@wallet-standard/react": "1.x.x",
|
|
@@ -208,10 +208,10 @@
|
|
|
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.6",
|
|
212
212
|
"@tuwaio/satellite-core": "^0.4.1",
|
|
213
213
|
"@tuwaio/satellite-evm": "^0.4.2",
|
|
214
|
-
"@tuwaio/satellite-solana": "^0.4.
|
|
214
|
+
"@tuwaio/satellite-solana": "^0.4.5",
|
|
215
215
|
"@tuwaio/siwx-react": "^0.1.1",
|
|
216
216
|
"@tuwaio/pulsar-core": "^0.6.12",
|
|
217
217
|
"@wallet-standard/react": "^1.0.3",
|
|
@@ -241,8 +241,8 @@
|
|
|
241
241
|
"tw-animate-css": "^1.4.0",
|
|
242
242
|
"typescript": "^6.0.3",
|
|
243
243
|
"tsup": "^8.5.1",
|
|
244
|
-
"@tuwaio/nova-
|
|
245
|
-
"@tuwaio/nova-
|
|
244
|
+
"@tuwaio/nova-transactions": "^0.5.2",
|
|
245
|
+
"@tuwaio/nova-core": "^0.5.0"
|
|
246
246
|
},
|
|
247
247
|
"scripts": {
|
|
248
248
|
"start": "tsup src/index.ts --watch",
|