@tuwaio/nova-connect 0.5.8 → 0.5.9

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -208,11 +208,11 @@
208
208
  "@tuwaio/orbit-core": "^0.2.15",
209
209
  "@tuwaio/orbit-evm": "^0.2.22",
210
210
  "@tuwaio/orbit-solana": "^0.2.13",
211
- "@tuwaio/satellite-react": "^0.4.7",
212
- "@tuwaio/satellite-core": "^0.4.2",
213
- "@tuwaio/satellite-evm": "^0.4.3",
214
- "@tuwaio/satellite-solana": "^0.4.7",
215
- "@tuwaio/siwx-react": "^0.2.0",
211
+ "@tuwaio/satellite-react": "^0.4.8",
212
+ "@tuwaio/satellite-core": "^0.4.3",
213
+ "@tuwaio/satellite-evm": "^0.4.4",
214
+ "@tuwaio/satellite-solana": "^0.4.8",
215
+ "@tuwaio/siwx-react": "^0.2.1",
216
216
  "@tuwaio/pulsar-core": "^0.6.12",
217
217
  "@wallet-standard/react": "^1.0.3",
218
218
  "@wagmi/core": "^3.6.4",
@@ -239,10 +239,10 @@
239
239
  "tailwindcss": "^4.3.3",
240
240
  "@emotion/is-prop-valid": "^1.4.0",
241
241
  "tw-animate-css": "^1.4.0",
242
- "typescript": "^6.0.3",
242
+ "typescript": "6.0.3",
243
243
  "tsup": "^8.5.1",
244
- "@tuwaio/nova-core": "^0.5.1",
245
- "@tuwaio/nova-transactions": "^0.5.3"
244
+ "@tuwaio/nova-transactions": "^0.5.3",
245
+ "@tuwaio/nova-core": "^0.5.1"
246
246
  },
247
247
  "scripts": {
248
248
  "start": "tsup src/index.ts --watch",