@tuwaio/satellite-react 1.0.0-fix-watcher-alpha.3.b979b45 → 1.0.0-fix-error-handling-alpha.1.904199
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/README.md +2 -8
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -31,18 +31,12 @@ Built on top of `@tuwaio/satellite-core`, this package offers a seamless develop
|
|
|
31
31
|
### Requirements
|
|
32
32
|
|
|
33
33
|
- React 19+
|
|
34
|
-
- Node.js 20
|
|
34
|
+
- Node.js 20-24
|
|
35
35
|
- TypeScript 5.9+
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
# Using pnpm (recommended)
|
|
38
|
+
# Using pnpm (recommended), but you can use npm, yarn or bun as well
|
|
39
39
|
pnpm add @tuwaio/satellite-react @tuwaio/satellite-core @tuwaio/orbit-core @wagmi/core @wallet-standard/react gill react immer zustand
|
|
40
|
-
|
|
41
|
-
# Using npm
|
|
42
|
-
npm install @tuwaio/satellite-react @tuwaio/satellite-core @tuwaio/orbit-core @wagmi/core @wallet-standard/react gill react immer zustand
|
|
43
|
-
|
|
44
|
-
# Using yarn
|
|
45
|
-
yarn add @tuwaio/satellite-react @tuwaio/satellite-core @tuwaio/orbit-core @wagmi/core @wallet-standard/react gill react immer zustand
|
|
46
40
|
```
|
|
47
41
|
|
|
48
42
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-react",
|
|
3
|
-
"version": "1.0.0-fix-
|
|
3
|
+
"version": "1.0.0-fix-error-handling-alpha.1.0904199",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -112,11 +112,11 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@types/react": "^19.2.
|
|
116
|
-
"@tuwaio/orbit-core": "^0.2.
|
|
117
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
118
|
-
"@tuwaio/orbit-solana": "^0.2.
|
|
119
|
-
"@wagmi/core": "^3.1
|
|
115
|
+
"@types/react": "^19.2.10",
|
|
116
|
+
"@tuwaio/orbit-core": "^0.2.5",
|
|
117
|
+
"@tuwaio/orbit-evm": "^0.2.8",
|
|
118
|
+
"@tuwaio/orbit-solana": "^0.2.3",
|
|
119
|
+
"@wagmi/core": "^3.3.1",
|
|
120
120
|
"@wallet-standard/react": "^1.0.1",
|
|
121
121
|
"@wallet-standard/app": "^1.1.0",
|
|
122
122
|
"@wallet-standard/base": "^1.1.0",
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
"@wallet-standard/ui-registry": "^1.0.1",
|
|
127
127
|
"gill": "^0.14.0",
|
|
128
128
|
"immer": "^11.1.3",
|
|
129
|
-
"react": "^19.2.
|
|
129
|
+
"react": "^19.2.4",
|
|
130
130
|
"tsup": "^8.5.1",
|
|
131
|
-
"viem": "^2.
|
|
131
|
+
"viem": "^2.45.0",
|
|
132
132
|
"typescript": "^5.9.3",
|
|
133
|
-
"zustand": "^5.0.
|
|
134
|
-
"@tuwaio/satellite-core": "^1.0.0-fix-
|
|
135
|
-
"@tuwaio/satellite-solana": "^1.0.0-fix-
|
|
136
|
-
"@tuwaio/satellite-evm": "^1.0.0-fix-
|
|
133
|
+
"zustand": "^5.0.10",
|
|
134
|
+
"@tuwaio/satellite-core": "^1.0.0-fix-error-handling-alpha.1.0904199",
|
|
135
|
+
"@tuwaio/satellite-solana": "^1.0.0-fix-error-handling-alpha.1.0904199",
|
|
136
|
+
"@tuwaio/satellite-evm": "^1.0.0-fix-error-handling-alpha.1.0904199"
|
|
137
137
|
},
|
|
138
138
|
"scripts": {
|
|
139
139
|
"start": "tsup src/index.ts --watch",
|