@tuwaio/satellite-react 1.0.0-fix-test-alpha.65.ce03365 → 1.0.0-fix-test-alpha.66.83cea0e

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-react",
3
- "version": "1.0.0-fix-test-alpha.65.ce03365",
3
+ "version": "1.0.0-fix-test-alpha.66.83cea0e",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -59,9 +59,9 @@
59
59
  "@tuwaio/orbit-core": ">=0.1",
60
60
  "@tuwaio/orbit-evm": ">=0.1",
61
61
  "@tuwaio/orbit-solana": ">=0.1",
62
- "@tuwaio/satellite-core": ">=0",
63
- "@tuwaio/satellite-evm": ">=0",
64
- "@tuwaio/satellite-solana": ">=0",
62
+ "@tuwaio/satellite-core": ">=0.1",
63
+ "@tuwaio/satellite-evm": ">=0.1",
64
+ "@tuwaio/satellite-solana": ">=0.1",
65
65
  "@wagmi/core": "2.x.x",
66
66
  "@wagmi/connectors": "6.x.x",
67
67
  "viem": "2.x.x",
@@ -136,9 +136,9 @@
136
136
  "viem": "^2.38.3",
137
137
  "typescript": "^5.9.3",
138
138
  "zustand": "^5.0.8",
139
- "@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.65.ce03365",
140
- "@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.65.ce03365",
141
- "@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.65.ce03365"
139
+ "@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.66.83cea0e",
140
+ "@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.66.83cea0e",
141
+ "@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.66.83cea0e"
142
142
  },
143
143
  "scripts": {
144
144
  "start": "tsup src/index.ts --watch",