aixyz 0.2.4 → 0.4.2

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 +7 -12
package/package.json CHANGED
@@ -1,20 +1,15 @@
1
1
  {
2
2
  "name": "aixyz",
3
- "version": "0.2.4",
4
- "description": "AI agent framework for building autonomous agents with X402 and ERC-8004 support.",
3
+ "version": "0.4.2",
4
+ "description": "Payment-native SDK for AI Agent",
5
5
  "keywords": [
6
6
  "ai",
7
+ "payments",
7
8
  "agent",
8
- "a2a",
9
- "mcp",
10
- "x402",
11
- "erc-8004",
12
- "framework"
9
+ "aixyz"
13
10
  ],
14
11
  "homepage": "https://ai-xyz.dev",
15
- "bugs": {
16
- "url": "https://github.com/AgentlyHQ/aixyz/issues"
17
- },
12
+ "bugs": "https://github.com/AgentlyHQ/aixyz/issues",
18
13
  "repository": {
19
14
  "type": "git",
20
15
  "url": "git+https://github.com/AgentlyHQ/aixyz.git"
@@ -28,8 +23,8 @@
28
23
  ],
29
24
  "dependencies": {
30
25
  "@a2a-js/sdk": "^0.3.10",
31
- "@aixyz/cli": "0.0.0",
32
- "@aixyz/config": "0.0.0",
26
+ "@aixyz/cli": "0.4.2",
27
+ "@aixyz/config": "0.4.2",
33
28
  "@modelcontextprotocol/sdk": "^1.26.0",
34
29
  "@x402/core": "^2.3.1",
35
30
  "@x402/evm": "^2.3.1",