claude-sdk 0.1.11 → 0.1.13

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 CHANGED
@@ -44,7 +44,10 @@ SDK for managing Solana wallets with an AI agent (Claude).
44
44
  console.log("balance lamports:", bal);
45
45
 
46
46
  ---
47
+ ## Architecture
47
48
 
49
+ ![ClaudeSDK architecture](https://cdn.jsdelivr.net/npm/claude-sdk/assets/architectureclaude.png)
50
+ ---
48
51
  ## What this package provides
49
52
 
50
53
  ### Solana helpers (local signing)
Binary file
package/package.json CHANGED
@@ -1,7 +1,20 @@
1
1
  {
2
2
  "name": "claude-sdk",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Claude SDK: manage Solana wallets with an AI agent",
5
+ "keywords": [
6
+ "claude",
7
+ "ai",
8
+ "agent",
9
+ "solana",
10
+ "wallet",
11
+ "web3",
12
+ "trading",
13
+ "memecoin",
14
+ "jupiter",
15
+ "swap",
16
+ "dex"
17
+ ],
5
18
  "license": "MIT",
6
19
  "type": "module",
7
20
  "main": "./dist/index.cjs",