@seasonkoh/webaz 0.1.7 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seasonkoh/webaz",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Agent-native decentralized commerce protocol. Humans and AI agents trade on the same protocol via MCP tools.",
5
5
  "main": "dist/mcp.js",
6
6
  "bin": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "mcpName": "io.github.seasonsagents-art/webaz",
10
10
  "scripts": {
11
- "build": "tsc",
11
+ "build": "tsc && cp -r src/pwa/public dist/pwa/",
12
12
  "prepare": "npm run build",
13
13
  "dev": "tsx src/index.ts",
14
14
  "mcp": "tsx src/mcp.ts",
@@ -42,9 +42,11 @@
42
42
  "README.md"
43
43
  ],
44
44
  "dependencies": {
45
+ "@anthropic-ai/sdk": "^0.95.2",
45
46
  "@modelcontextprotocol/sdk": "^1.29.0",
46
47
  "better-sqlite3": "^12.9.0",
47
48
  "express": "^5.2.1",
49
+ "viem": "^2.48.11",
48
50
  "zod": "^4.4.3"
49
51
  },
50
52
  "devDependencies": {