@sapiom/harness 0.1.0 → 0.1.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapiom/harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Sapiom Harness — a CLI-launched local web app that runs your coding agent (Claude Code, Codex) in a Sapiom-configured environment: MCP pre-wired, workflows tracked, one-click deploy/run, and a live canvas for previews.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sapiom",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"open": "^10.1.0",
|
|
37
37
|
"ws": "^8.18.0",
|
|
38
38
|
"zod": "^3.25.0",
|
|
39
|
-
"@sapiom/agent": "^0.6.
|
|
40
|
-
"@sapiom/
|
|
41
|
-
"@sapiom/
|
|
39
|
+
"@sapiom/agent": "^0.6.2",
|
|
40
|
+
"@sapiom/agent-core": "^0.9.0",
|
|
41
|
+
"@sapiom/mcp": "^0.11.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@playwright/test": "^1.61.0",
|