@tuwaio/nova-connect 0.4.3 → 0.4.5
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.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -201,41 +201,41 @@
|
|
|
201
201
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
202
202
|
"@radix-ui/react-select": "^2.2.6",
|
|
203
203
|
"@tuwaio/orbit-core": "^0.2.8",
|
|
204
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
204
|
+
"@tuwaio/orbit-evm": "^0.2.13",
|
|
205
205
|
"@tuwaio/orbit-solana": "^0.2.6",
|
|
206
|
-
"@tuwaio/satellite-react": "^0.3.
|
|
206
|
+
"@tuwaio/satellite-react": "^0.3.5",
|
|
207
207
|
"@tuwaio/satellite-core": "^0.3.3",
|
|
208
|
-
"@tuwaio/satellite-evm": "^0.3.
|
|
209
|
-
"@tuwaio/satellite-solana": "^0.3.
|
|
210
|
-
"@tuwaio/pulsar-core": "^0.6.
|
|
208
|
+
"@tuwaio/satellite-evm": "^0.3.4",
|
|
209
|
+
"@tuwaio/satellite-solana": "^0.3.6",
|
|
210
|
+
"@tuwaio/pulsar-core": "^0.6.4",
|
|
211
211
|
"@wallet-standard/react": "^1.0.2",
|
|
212
|
-
"@wagmi/core": "^3.
|
|
212
|
+
"@wagmi/core": "^3.5.0",
|
|
213
213
|
"@web3icons/react": "^4.1.17",
|
|
214
214
|
"@web3icons/common": "^0.11.46",
|
|
215
215
|
"gill": "^0.14.0",
|
|
216
216
|
"clsx": "^2.1.1",
|
|
217
|
-
"dayjs": "^1.11.
|
|
217
|
+
"dayjs": "^1.11.21",
|
|
218
218
|
"immer": "^11.1.8",
|
|
219
219
|
"ethereum-blockies-base64": "^1.0.2",
|
|
220
|
-
"framer-motion": "^12.
|
|
220
|
+
"framer-motion": "^12.40.0",
|
|
221
221
|
"react": "^19.2.6",
|
|
222
222
|
"react-toastify": "^11.1.0",
|
|
223
|
-
"tailwind-merge": "^3.
|
|
224
|
-
"viem": "^2.
|
|
223
|
+
"tailwind-merge": "^3.6.0",
|
|
224
|
+
"viem": "^2.51.3",
|
|
225
225
|
"zustand": "^5.0.13",
|
|
226
226
|
"@tailwindcss/postcss": "^4.3.0",
|
|
227
227
|
"@tailwindcss/vite": "^4.3.0",
|
|
228
|
-
"@types/react": "^19.2.
|
|
228
|
+
"@types/react": "^19.2.15",
|
|
229
229
|
"autoprefixer": "^10.5.0",
|
|
230
|
-
"postcss": "^8.5.
|
|
230
|
+
"postcss": "^8.5.15",
|
|
231
231
|
"postcss-cli": "^11.0.1",
|
|
232
232
|
"tailwindcss": "^4.3.0",
|
|
233
233
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
234
234
|
"tw-animate-css": "^1.4.0",
|
|
235
235
|
"typescript": "^6.0.3",
|
|
236
236
|
"tsup": "^8.5.1",
|
|
237
|
-
"@tuwaio/nova-core": "^0.4.
|
|
238
|
-
"@tuwaio/nova-transactions": "^0.4.
|
|
237
|
+
"@tuwaio/nova-core": "^0.4.4",
|
|
238
|
+
"@tuwaio/nova-transactions": "^0.4.5"
|
|
239
239
|
},
|
|
240
240
|
"scripts": {
|
|
241
241
|
"start": "tsup src/index.ts --watch",
|