@tuwaio/satellite-react 1.0.0-fix-optimization-alpha.1.d6a8b2d → 1.0.0-fix-optimization-alpha.2.80df34b
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-react",
|
|
3
|
-
"version": "1.0.0-fix-optimization-alpha.
|
|
3
|
+
"version": "1.0.0-fix-optimization-alpha.2.80df34b",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@types/react": "^19.2.7",
|
|
116
|
-
"@tuwaio/orbit-core": "^0.2.
|
|
117
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
118
|
-
"@tuwaio/orbit-solana": "^0.2.
|
|
119
|
-
"@wagmi/core": "^3.0
|
|
116
|
+
"@tuwaio/orbit-core": "^0.2.2",
|
|
117
|
+
"@tuwaio/orbit-evm": "^0.2.5",
|
|
118
|
+
"@tuwaio/orbit-solana": "^0.2.2",
|
|
119
|
+
"@wagmi/core": "^3.1.0",
|
|
120
120
|
"@wallet-standard/react": "^1.0.1",
|
|
121
121
|
"@wallet-standard/app": "^1.1.0",
|
|
122
122
|
"@wallet-standard/base": "^1.1.0",
|
|
@@ -125,15 +125,15 @@
|
|
|
125
125
|
"@wallet-standard/ui": "^1.0.1",
|
|
126
126
|
"@wallet-standard/ui-registry": "^1.0.1",
|
|
127
127
|
"gill": "^0.14.0",
|
|
128
|
-
"immer": "^11.1.
|
|
128
|
+
"immer": "^11.1.3",
|
|
129
129
|
"react": "^19.2.3",
|
|
130
130
|
"tsup": "^8.5.1",
|
|
131
|
-
"viem": "^2.43.
|
|
131
|
+
"viem": "^2.43.5",
|
|
132
132
|
"typescript": "^5.9.3",
|
|
133
133
|
"zustand": "^5.0.9",
|
|
134
|
-
"@tuwaio/satellite-
|
|
135
|
-
"@tuwaio/satellite-solana": "^1.0.0-fix-optimization-alpha.
|
|
136
|
-
"@tuwaio/satellite-
|
|
134
|
+
"@tuwaio/satellite-evm": "^1.0.0-fix-optimization-alpha.2.80df34b",
|
|
135
|
+
"@tuwaio/satellite-solana": "^1.0.0-fix-optimization-alpha.2.80df34b",
|
|
136
|
+
"@tuwaio/satellite-core": "^1.0.0-fix-optimization-alpha.2.80df34b"
|
|
137
137
|
},
|
|
138
138
|
"scripts": {
|
|
139
139
|
"start": "tsup src/index.ts --watch",
|