memeputer 1.3.0 → 1.4.0
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/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# memeputer
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @memeputer/sdk@1.5.0
|
|
9
|
+
|
|
10
|
+
**New Features:**
|
|
11
|
+
- Base/EVM wallet support with auto-detection
|
|
12
|
+
- EIP-3009 payment format for gasless Base transactions
|
|
13
|
+
- Base USDC balance checking
|
|
14
|
+
- Improved transaction hash and payer address handling
|
|
15
|
+
|
|
3
16
|
## 1.3.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memeputer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "CLI tool for interacting with Memeputer AI agents via x402 payments",
|
|
5
5
|
"bin": {
|
|
6
6
|
"memeputer": "./dist/index.js"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"commander": "^11.1.0",
|
|
36
36
|
"dotenv": "^16.3.1",
|
|
37
37
|
"ora": "^8.0.1",
|
|
38
|
-
"@memeputer/sdk": "1.
|
|
38
|
+
"@memeputer/sdk": "1.5.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "^20.10.6",
|