@tuwaio/nova-connect 1.0.0-fix-test-alpha.63.15a38cd → 1.0.0-fix-test-alpha.65.ce03365

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "1.0.0-fix-test-alpha.63.15a38cd",
3
+ "version": "1.0.0-fix-test-alpha.65.ce03365",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -79,9 +79,9 @@
79
79
  "@heroicons/react": "2.x.x",
80
80
  "@radix-ui/react-dialog": "1.x.x",
81
81
  "@radix-ui/react-select": "2.x.x",
82
- "@tuwaio/orbit-core": ">=0",
83
- "@tuwaio/orbit-evm": ">=0",
84
- "@tuwaio/orbit-solana": ">=0",
82
+ "@tuwaio/orbit-core": ">=0.1",
83
+ "@tuwaio/orbit-evm": ">=0.1",
84
+ "@tuwaio/orbit-solana": ">=0.1",
85
85
  "@tuwaio/satellite-core": ">=0",
86
86
  "@tuwaio/satellite-evm": ">=0",
87
87
  "@tuwaio/satellite-react": ">=0",
@@ -191,6 +191,9 @@
191
191
  "@heroicons/react": "^2.2.0",
192
192
  "@radix-ui/react-dialog": "^1.1.15",
193
193
  "@radix-ui/react-select": "^2.2.6",
194
+ "@tuwaio/orbit-core": "^0.1.0",
195
+ "@tuwaio/orbit-evm": "^0.1.0",
196
+ "@tuwaio/orbit-solana": "^0.1.0",
194
197
  "@tuwaio/pulsar-core": "1.0.0-fix-orbit-integration-alpha.18.e3594e7",
195
198
  "@tuwaio/nova-core": "1.0.0-fix-integrate-orbit-alpha.29.3fe83b3",
196
199
  "@tuwaio/nova-transactions": "1.0.0-fix-integrate-orbit-alpha.29.3fe83b3",
@@ -206,26 +209,23 @@
206
209
  "react": "^19.2.0",
207
210
  "react-toastify": "^11.0.5",
208
211
  "tailwind-merge": "^3.3.1",
209
- "viem": "^2.38.2",
212
+ "viem": "^2.38.3",
210
213
  "zustand": "^5.0.8",
211
- "@tailwindcss/postcss": "^4.1.14",
212
- "@tailwindcss/vite": "^4.1.14",
214
+ "@tailwindcss/postcss": "^4.1.15",
215
+ "@tailwindcss/vite": "^4.1.15",
213
216
  "@types/react": "^19.2.2",
214
217
  "autoprefixer": "^10.4.21",
215
218
  "postcss": "^8.5.6",
216
219
  "postcss-cli": "^11.0.1",
217
- "tailwindcss": "^4.1.14",
220
+ "tailwindcss": "^4.1.15",
218
221
  "@emotion/is-prop-valid": "^1.4.0",
219
222
  "tw-animate-css": "^1.4.0",
220
223
  "typescript": "^5.9.3",
221
224
  "tsup": "^8.5.0",
222
- "@tuwaio/orbit-core": "^1.0.0-fix-test-alpha.63.15a38cd",
223
- "@tuwaio/orbit-solana": "^1.0.0-fix-test-alpha.63.15a38cd",
224
- "@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.63.15a38cd",
225
- "@tuwaio/orbit-evm": "^1.0.0-fix-test-alpha.63.15a38cd",
226
- "@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.63.15a38cd",
227
- "@tuwaio/satellite-react": "^1.0.0-fix-test-alpha.63.15a38cd",
228
- "@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.63.15a38cd"
225
+ "@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.65.ce03365",
226
+ "@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.65.ce03365",
227
+ "@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.65.ce03365",
228
+ "@tuwaio/satellite-react": "^1.0.0-fix-test-alpha.65.ce03365"
229
229
  },
230
230
  "scripts": {
231
231
  "start": "tsup src/index.ts --watch",