@tuwaio/satellite-react 1.0.0-fix-evm-connectors-alpha.2.fa4ec56 → 1.0.0-fix-gemini-alpha.1.81f88ab

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-react",
3
- "version": "1.0.0-fix-evm-connectors-alpha.2.fa4ec56",
3
+ "version": "1.0.0-fix-gemini-alpha.1.81f88ab",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -117,11 +117,11 @@
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
+ "@tuwaio/orbit-core": "^0.1.2",
121
+ "@tuwaio/orbit-evm": "^0.1.2",
122
+ "@tuwaio/orbit-solana": "^0.1.1",
123
123
  "@wagmi/core": "^2.22.1",
124
- "@wagmi/connectors": "^6.0.1",
124
+ "@wagmi/connectors": "^6.1.2",
125
125
  "@wallet-standard/react": "^1.0.1",
126
126
  "@wallet-standard/app": "^1.1.0",
127
127
  "@wallet-standard/base": "^1.1.0",
@@ -130,15 +130,15 @@
130
130
  "@wallet-standard/ui": "^1.0.1",
131
131
  "@wallet-standard/ui-registry": "^1.0.1",
132
132
  "gill": "^0.12.0",
133
- "immer": "^10.1.3",
133
+ "immer": "^10.2.0",
134
134
  "react": "^19.2.0",
135
135
  "tsup": "^8.5.0",
136
- "viem": "^2.38.3",
136
+ "viem": "^2.38.5",
137
137
  "typescript": "^5.9.3",
138
138
  "zustand": "^5.0.8",
139
- "@tuwaio/satellite-core": "^1.0.0-fix-evm-connectors-alpha.2.fa4ec56",
140
- "@tuwaio/satellite-evm": "^1.0.0-fix-evm-connectors-alpha.2.fa4ec56",
141
- "@tuwaio/satellite-solana": "^1.0.0-fix-evm-connectors-alpha.2.fa4ec56"
139
+ "@tuwaio/satellite-solana": "^1.0.0-fix-gemini-alpha.1.81f88ab",
140
+ "@tuwaio/satellite-core": "^1.0.0-fix-gemini-alpha.1.81f88ab",
141
+ "@tuwaio/satellite-evm": "^1.0.0-fix-gemini-alpha.1.81f88ab"
142
142
  },
143
143
  "scripts": {
144
144
  "start": "tsup src/index.ts --watch",