@tuwaio/nova-connect 1.0.0-fix-optimization-alpha.2.03ef94c → 1.0.0-fix-optimization-alpha.3.6c41281

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "1.0.0-fix-optimization-alpha.2.03ef94c",
3
+ "version": "1.0.0-fix-optimization-alpha.3.6c41281",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -197,26 +197,26 @@
197
197
  "@heroicons/react": "^2.2.0",
198
198
  "@radix-ui/react-dialog": "^1.1.15",
199
199
  "@radix-ui/react-select": "^2.2.6",
200
- "@tuwaio/orbit-core": "^0.2.1",
201
- "@tuwaio/orbit-evm": "^0.2.3",
202
- "@tuwaio/orbit-solana": "^0.2.1",
200
+ "@tuwaio/orbit-core": "^0.2.2",
201
+ "@tuwaio/orbit-evm": "^0.2.5",
202
+ "@tuwaio/orbit-solana": "^0.2.2",
203
203
  "@tuwaio/satellite-react": "1.0.0-fix-optimization-alpha.1.d6a8b2d",
204
204
  "@tuwaio/satellite-core": "1.0.0-fix-optimization-alpha.1.d6a8b2d",
205
205
  "@tuwaio/satellite-evm": "1.0.0-fix-optimization-alpha.1.d6a8b2d",
206
206
  "@tuwaio/satellite-solana": "1.0.0-fix-optimization-alpha.1.d6a8b2d",
207
- "@tuwaio/pulsar-core": "^0.3.1",
207
+ "@tuwaio/pulsar-core": "^0.3.2",
208
208
  "@wallet-standard/react": "^1.0.1",
209
- "@wagmi/core": "^3.0.1",
209
+ "@wagmi/core": "^3.1.0",
210
210
  "gill": "^0.14.0",
211
211
  "clsx": "^2.1.1",
212
212
  "dayjs": "^1.11.19",
213
- "immer": "^11.1.0",
213
+ "immer": "^11.1.3",
214
214
  "ethereum-blockies-base64": "^1.0.2",
215
- "framer-motion": "^12.23.26",
215
+ "framer-motion": "^12.24.8",
216
216
  "react": "^19.2.3",
217
217
  "react-toastify": "^11.0.5",
218
218
  "tailwind-merge": "^3.4.0",
219
- "viem": "^2.43.3",
219
+ "viem": "^2.43.5",
220
220
  "zustand": "^5.0.9",
221
221
  "@tailwindcss/postcss": "^4.1.18",
222
222
  "@tailwindcss/vite": "^4.1.18",
@@ -229,8 +229,8 @@
229
229
  "tw-animate-css": "^1.4.0",
230
230
  "typescript": "^5.9.3",
231
231
  "tsup": "^8.5.1",
232
- "@tuwaio/nova-transactions": "^1.0.0-fix-optimization-alpha.2.03ef94c",
233
- "@tuwaio/nova-core": "^1.0.0-fix-optimization-alpha.2.03ef94c"
232
+ "@tuwaio/nova-core": "^1.0.0-fix-optimization-alpha.3.6c41281",
233
+ "@tuwaio/nova-transactions": "^1.0.0-fix-optimization-alpha.3.6c41281"
234
234
  },
235
235
  "scripts": {
236
236
  "start": "tsup src/index.ts --watch",