@agimon-ai/doompi-runner 0.0.1-alpha.2 → 0.0.1-alpha.4
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-runner",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.4",
|
|
4
4
|
"description": "Pi bash tool replacement with background process supervision",
|
|
5
5
|
"homepage": "https://agimon.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -285,10 +285,10 @@
|
|
|
285
285
|
"node-pty": "1.1.0",
|
|
286
286
|
"reflect-metadata": "0.2.2",
|
|
287
287
|
"typebox": "1.1.38",
|
|
288
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
289
|
-
"@agimon-ai/doompi-
|
|
290
|
-
"@agimon-ai/foundation-process-registry": "0.28.
|
|
291
|
-
"@agimon-ai/doompi-
|
|
288
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.4",
|
|
289
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.4",
|
|
290
|
+
"@agimon-ai/foundation-process-registry": "0.28.13",
|
|
291
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.4"
|
|
292
292
|
},
|
|
293
293
|
"devDependencies": {
|
|
294
294
|
"@earendil-works/pi-coding-agent": "0.84.1",
|
|
@@ -312,10 +312,10 @@
|
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
"optionalDependencies": {
|
|
315
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
316
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
317
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
318
|
-
"@agimon-ai/doompi-runner-rmux-
|
|
315
|
+
"@agimon-ai/doompi-runner-rmux-darwin-x64": "0.0.1-alpha.4",
|
|
316
|
+
"@agimon-ai/doompi-runner-rmux-linux-x64": "0.0.1-alpha.4",
|
|
317
|
+
"@agimon-ai/doompi-runner-rmux-darwin-arm64": "0.0.1-alpha.4",
|
|
318
|
+
"@agimon-ai/doompi-runner-rmux-linux-arm64": "0.0.1-alpha.4"
|
|
319
319
|
},
|
|
320
320
|
"engines": {
|
|
321
321
|
"node": ">=22.19.0"
|