@tuwaio/satellite-react 1.0.0-fix-test-alpha.64.b02d4b2 → 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.
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-react",
|
|
3
|
-
"version": "1.0.0-fix-test-alpha.
|
|
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",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@tuwaio/orbit-core": ">=0",
|
|
60
|
-
"@tuwaio/orbit-evm": ">=0",
|
|
61
|
-
"@tuwaio/orbit-solana": ">=0",
|
|
62
|
-
"@tuwaio/satellite-core": ">=0",
|
|
63
|
-
"@tuwaio/satellite-evm": ">=0",
|
|
64
|
-
"@tuwaio/satellite-solana": ">=0",
|
|
59
|
+
"@tuwaio/orbit-core": ">=0.1",
|
|
60
|
+
"@tuwaio/orbit-evm": ">=0.1",
|
|
61
|
+
"@tuwaio/orbit-solana": ">=0.1",
|
|
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",
|
|
@@ -117,6 +117,9 @@
|
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@types/react": "^19.2.2",
|
|
120
|
+
"@tuwaio/orbit-core": "^0.1.0",
|
|
121
|
+
"@tuwaio/orbit-evm": "^0.1.0",
|
|
122
|
+
"@tuwaio/orbit-solana": "^0.1.0",
|
|
120
123
|
"@wagmi/core": "^2.22.1",
|
|
121
124
|
"@wagmi/connectors": "^6.0.1",
|
|
122
125
|
"@wallet-standard/react": "^1.0.1",
|
|
@@ -130,15 +133,12 @@
|
|
|
130
133
|
"immer": "^10.1.3",
|
|
131
134
|
"react": "^19.2.0",
|
|
132
135
|
"tsup": "^8.5.0",
|
|
133
|
-
"viem": "^2.38.
|
|
136
|
+
"viem": "^2.38.3",
|
|
134
137
|
"typescript": "^5.9.3",
|
|
135
138
|
"zustand": "^5.0.8",
|
|
136
|
-
"@tuwaio/
|
|
137
|
-
"@tuwaio/
|
|
138
|
-
"@tuwaio/
|
|
139
|
-
"@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
140
|
-
"@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
141
|
-
"@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.64.b02d4b2"
|
|
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",
|