@tuwaio/satellite-solana 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.
Files changed (2) hide show
  1. package/README.md +3 -15
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -29,18 +29,12 @@ Built on top of `@tuwaio/satellite-core` and leveraging `@tuwaio/orbit-solana` f
29
29
 
30
30
  ### Requirements
31
31
 
32
- - Node.js 20+
32
+ - Node.js 20-24
33
33
  - TypeScript 5.9+
34
34
 
35
35
  ```bash
36
- # Using pnpm (recommended)
36
+ # Using pnpm (recommended), but you can use npm, yarn or bun as well
37
37
  pnpm add @tuwaio/satellite-solana @tuwaio/satellite-core @tuwaio/orbit-core @tuwaio/orbit-solana gill immer zustand wagmi/core @wallet-standard/app @wallet-standard/base @wallet-standard/features @wallet-standard/ui @wallet-standard/ui-registry
38
-
39
- # Using npm
40
- npm install @tuwaio/satellite-solana @tuwaio/satellite-core @tuwaio/orbit-core @tuwaio/orbit-solana gill immer zustand wagmi/core @wallet-standard/app @wallet-standard/base @wallet-standard/features @wallet-standard/ui @wallet-standard/ui-registry
41
-
42
- # Using yarn
43
- yarn add @tuwaio/satellite-solana @tuwaio/satellite-core @tuwaio/orbit-core @tuwaio/orbit-solana gill immer zustand wagmi/core @wallet-standard/app @wallet-standard/base @wallet-standard/features @wallet-standard/ui @wallet-standard/ui-registry
44
38
  ```
45
39
  ---
46
40
 
@@ -69,14 +63,8 @@ const adapter = satelliteSolanaAdapter({
69
63
 
70
64
  1. **Adapters**
71
65
  - Wallet-specific implementations
72
- - Mobile wallet adapters
73
-
74
- 2. **Mobile Support**
75
- - Mobile wallet detection
76
- - Mobile-specific connection flows
77
- - Universal link handlers
78
66
 
79
- 3. **Utils**
67
+ 2. **Utils**
80
68
  - Connection utilities
81
69
 
82
70
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-solana",
3
- "version": "1.0.0-fix-watcher-alpha.3.b979b45",
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",
@@ -52,8 +52,8 @@
52
52
  "@wallet-standard/ui-registry": "1.x.x"
53
53
  },
54
54
  "devDependencies": {
55
- "@tuwaio/orbit-core": "^0.2.2",
56
- "@tuwaio/orbit-solana": "^0.2.2",
55
+ "@tuwaio/orbit-core": "^0.2.5",
56
+ "@tuwaio/orbit-solana": "^0.2.3",
57
57
  "@wallet-standard/app": "^1.1.0",
58
58
  "@wallet-standard/base": "^1.1.0",
59
59
  "@wallet-standard/features": "^1.1.0",
@@ -65,9 +65,9 @@
65
65
  "jsdom": "^27.4.0",
66
66
  "tsup": "^8.5.1",
67
67
  "typescript": "^5.9.3",
68
- "vitest": "^4.0.16",
69
- "zustand": "^5.0.9",
70
- "@tuwaio/satellite-core": "^1.0.0-fix-watcher-alpha.3.b979b45"
68
+ "vitest": "^4.0.18",
69
+ "zustand": "^5.0.10",
70
+ "@tuwaio/satellite-core": "^1.0.0-fix-error-handling-alpha.1.0904199"
71
71
  },
72
72
  "scripts": {
73
73
  "start": "tsup src/index.ts --watch",