claude-sdk 0.1.10 → 0.1.12

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 +1 -1
  2. package/package.json +14 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![ClaudeSDK banner](assets/bannerclaudesdk.jpg)
1
+ ![ClaudeSDK banner](https://cdn.jsdelivr.net/npm/claude-sdk/assets/bannerclaudesdk.png)
2
2
  # Claude SDK
3
3
 
4
4
  SDK for managing Solana wallets with an AI agent (Claude).
package/package.json CHANGED
@@ -1,7 +1,20 @@
1
1
  {
2
2
  "name": "claude-sdk",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
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",