@myagentroam/node 0.9.61 → 0.9.62

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/dist/main.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myagentroam/node",
3
- "version": "0.9.61",
3
+ "version": "0.9.62",
4
4
  "description": "MyAgentRoam Node runtime CLI.",
5
5
  "type": "module",
6
6
  "files": [
@@ -17,24 +17,24 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "scripts": {
21
- "build": "tsc -p tsconfig.json",
22
- "typecheck": "tsc -p tsconfig.json --noEmit",
23
- "dev": "tsx watch src/main.ts",
24
- "start": "node dist/main.js"
25
- },
26
20
  "dependencies": {
27
- "@myagentroam/agent": "workspace:^",
28
21
  "@anthropic-ai/claude-agent-sdk": "0.3.233",
29
22
  "@modelcontextprotocol/sdk": "1.30.0",
30
- "@myagentroam/protocol": "workspace:^",
31
23
  "@opencode-ai/sdk": "1.18.20",
32
24
  "minimatch": "^10.2.6",
33
25
  "node-pty": "1.1.0",
34
26
  "ws": "^8.21.3",
35
- "zod": "4.4.3"
27
+ "zod": "4.4.3",
28
+ "@myagentroam/agent": "^0.9.62",
29
+ "@myagentroam/protocol": "^0.9.62"
36
30
  },
37
31
  "devDependencies": {
38
32
  "@types/ws": "^8.18.1"
33
+ },
34
+ "scripts": {
35
+ "build": "tsc -p tsconfig.json",
36
+ "typecheck": "tsc -p tsconfig.json --noEmit",
37
+ "dev": "tsx watch src/main.ts",
38
+ "start": "node dist/main.js"
39
39
  }
40
- }
40
+ }
File without changes
File without changes