@tuwaio/nova-connect 1.0.0-fix-test-alpha.65.ce03365 → 1.0.0-fix-integrate-orbit-alpha.30.3d6b687
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "1.0.0-fix-
|
|
3
|
+
"version": "1.0.0-fix-integrate-orbit-alpha.30.3d6b687",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"@tuwaio/orbit-core": ">=0.1",
|
|
83
83
|
"@tuwaio/orbit-evm": ">=0.1",
|
|
84
84
|
"@tuwaio/orbit-solana": ">=0.1",
|
|
85
|
-
"@tuwaio/satellite-core": ">=0",
|
|
86
|
-
"@tuwaio/satellite-evm": ">=0",
|
|
87
|
-
"@tuwaio/satellite-react": ">=0",
|
|
88
|
-
"@tuwaio/satellite-solana": ">=0",
|
|
89
|
-
"@tuwaio/pulsar-core": ">=0",
|
|
85
|
+
"@tuwaio/satellite-core": ">=0.1",
|
|
86
|
+
"@tuwaio/satellite-evm": ">=0.1",
|
|
87
|
+
"@tuwaio/satellite-react": ">=0.1",
|
|
88
|
+
"@tuwaio/satellite-solana": ">=0.1",
|
|
89
|
+
"@tuwaio/pulsar-core": ">=0.2",
|
|
90
90
|
"@tuwaio/nova-core": ">=0",
|
|
91
91
|
"@tuwaio/nova-transactions": ">=0",
|
|
92
92
|
"@wallet-standard/react": "1.x.x",
|
|
@@ -194,9 +194,11 @@
|
|
|
194
194
|
"@tuwaio/orbit-core": "^0.1.0",
|
|
195
195
|
"@tuwaio/orbit-evm": "^0.1.0",
|
|
196
196
|
"@tuwaio/orbit-solana": "^0.1.0",
|
|
197
|
-
"@tuwaio/
|
|
198
|
-
"@tuwaio/
|
|
199
|
-
"@tuwaio/
|
|
197
|
+
"@tuwaio/satellite-core": "^0.1.0",
|
|
198
|
+
"@tuwaio/satellite-evm": "^0.1.0",
|
|
199
|
+
"@tuwaio/satellite-react": "^0.1.0",
|
|
200
|
+
"@tuwaio/satellite-solana": "^0.1.0",
|
|
201
|
+
"@tuwaio/pulsar-core": "^0.2.0",
|
|
200
202
|
"@wallet-standard/react": "^1.0.1",
|
|
201
203
|
"@wagmi/core": "^2.22.1",
|
|
202
204
|
"@wagmi/connectors": "^6.0.1",
|
|
@@ -222,10 +224,8 @@
|
|
|
222
224
|
"tw-animate-css": "^1.4.0",
|
|
223
225
|
"typescript": "^5.9.3",
|
|
224
226
|
"tsup": "^8.5.0",
|
|
225
|
-
"@tuwaio/
|
|
226
|
-
"@tuwaio/
|
|
227
|
-
"@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.65.ce03365",
|
|
228
|
-
"@tuwaio/satellite-react": "^1.0.0-fix-test-alpha.65.ce03365"
|
|
227
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687",
|
|
228
|
+
"@tuwaio/nova-transactions": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687"
|
|
229
229
|
},
|
|
230
230
|
"scripts": {
|
|
231
231
|
"start": "tsup src/index.ts --watch",
|