@tuwaio/nova-connect 0.2.0 → 0.2.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@tuwaio/satellite-react": "^0.2.
|
|
88
|
+
"@tuwaio/satellite-react": "^0.2.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@bgd-labs/react-web3-icons": ">=1.5",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"ethereum-blockies-base64": "1.x.x",
|
|
110
110
|
"framer-motion": "12.x.x",
|
|
111
111
|
"@emotion/is-prop-valid": "1.x.x",
|
|
112
|
-
"react": "19.
|
|
112
|
+
"react": ">=19.2.1",
|
|
113
113
|
"react-toastify": "11.x.x",
|
|
114
114
|
"viem": "2.x.x",
|
|
115
115
|
"zustand": "5.x.x"
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
198
198
|
"@radix-ui/react-select": "^2.2.6",
|
|
199
199
|
"@tuwaio/orbit-core": "^0.2.0",
|
|
200
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
200
|
+
"@tuwaio/orbit-evm": "^0.2.1",
|
|
201
201
|
"@tuwaio/orbit-solana": "^0.2.0",
|
|
202
202
|
"@tuwaio/satellite-core": "^0.2.0",
|
|
203
|
-
"@tuwaio/satellite-evm": "^0.2.
|
|
204
|
-
"@tuwaio/satellite-solana": "^0.2.
|
|
203
|
+
"@tuwaio/satellite-evm": "^0.2.1",
|
|
204
|
+
"@tuwaio/satellite-solana": "^0.2.1",
|
|
205
205
|
"@tuwaio/pulsar-core": "^0.3.0",
|
|
206
206
|
"@wallet-standard/react": "^1.0.1",
|
|
207
207
|
"@wagmi/core": "^3.0.0",
|
|
@@ -211,10 +211,10 @@
|
|
|
211
211
|
"immer": "^11.0.1",
|
|
212
212
|
"ethereum-blockies-base64": "^1.0.2",
|
|
213
213
|
"framer-motion": "^12.23.25",
|
|
214
|
-
"react": "^19.2.
|
|
214
|
+
"react": "^19.2.1",
|
|
215
215
|
"react-toastify": "^11.0.5",
|
|
216
216
|
"tailwind-merge": "^3.4.0",
|
|
217
|
-
"viem": "^2.
|
|
217
|
+
"viem": "^2.41.2",
|
|
218
218
|
"zustand": "^5.0.9",
|
|
219
219
|
"@tailwindcss/postcss": "^4.1.17",
|
|
220
220
|
"@tailwindcss/vite": "^4.1.17",
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"tw-animate-css": "^1.4.0",
|
|
228
228
|
"typescript": "^5.9.3",
|
|
229
229
|
"tsup": "^8.5.1",
|
|
230
|
-
"@tuwaio/nova-transactions": "^0.2.
|
|
231
|
-
"@tuwaio/nova-core": "^0.2.
|
|
230
|
+
"@tuwaio/nova-transactions": "^0.2.1",
|
|
231
|
+
"@tuwaio/nova-core": "^0.2.1"
|
|
232
232
|
},
|
|
233
233
|
"scripts": {
|
|
234
234
|
"start": "tsup src/index.ts --watch",
|