@liy/agent-runner 0.3.1 → 0.3.3
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/bin/agent-runner.js +1 -34
- package/dist/bin/agent-runner.js.map +3 -3
- package/dist/index.js +1 -34
- package/dist/index.js.map +3 -3
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liy/agent-runner",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sprite-local Task Agent runner for Mote remote task execution.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -42,17 +42,6 @@
|
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=24.0.0"
|
|
44
44
|
},
|
|
45
|
-
"dependencies": {},
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"@earendil-works/pi-coding-agent": "0.74.0"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@earendil-works/pi-coding-agent": "0.74.0",
|
|
51
|
-
"@types/node": "^24.5.2",
|
|
52
|
-
"typescript": "^5.9.3",
|
|
53
|
-
"vitest": "^3.2.4",
|
|
54
|
-
"@liy/mote-core": "0.1.3"
|
|
55
|
-
},
|
|
56
45
|
"scripts": {
|
|
57
46
|
"agent-runner": "node ./dist/bin/agent-runner.js",
|
|
58
47
|
"start": "node ./dist/bin/agent-runner.js",
|
|
@@ -62,5 +51,16 @@
|
|
|
62
51
|
"test": "pnpm --dir ../mote-core build && pnpm test:local",
|
|
63
52
|
"typecheck:local": "tsc --noEmit -p tsconfig.json",
|
|
64
53
|
"typecheck": "pnpm --dir ../mote-core build && pnpm typecheck:local"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"@earendil-works/pi-coding-agent": "0.74.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@earendil-works/pi-coding-agent": "0.74.0",
|
|
61
|
+
"@liy/mote-core": "workspace:*",
|
|
62
|
+
"@types/node": "^24.5.2",
|
|
63
|
+
"typescript": "^5.9.3",
|
|
64
|
+
"vitest": "^3.2.4"
|
|
65
65
|
}
|
|
66
|
-
}
|
|
66
|
+
}
|