@cat-factory/local-server 0.10.1 → 0.10.2
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/local-server",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "Local-mode runtime facade for the Agent Architecture Board: the @cat-factory/node-server stack with agent jobs run as local Docker/Podman containers and GitHub accessed via a personal access token — a developer can run the whole product on their own machine.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"drizzle-orm": "1.0.0-rc.3",
|
|
28
|
-
"@cat-factory/agents": "0.11.
|
|
29
|
-
"@cat-factory/contracts": "0.13.
|
|
30
|
-
"@cat-factory/kernel": "0.13.
|
|
31
|
-
"@cat-factory/node-server": "0.11.
|
|
32
|
-
"@cat-factory/orchestration": "0.10.
|
|
33
|
-
"@cat-factory/server": "0.13.
|
|
28
|
+
"@cat-factory/agents": "0.11.4",
|
|
29
|
+
"@cat-factory/contracts": "0.13.1",
|
|
30
|
+
"@cat-factory/kernel": "0.13.2",
|
|
31
|
+
"@cat-factory/node-server": "0.11.2",
|
|
32
|
+
"@cat-factory/orchestration": "0.10.2",
|
|
33
|
+
"@cat-factory/server": "0.13.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^26.0.0",
|
|
37
37
|
"typescript": "7.0.1-rc",
|
|
38
38
|
"vitest": "^4.1.9",
|
|
39
|
-
"@cat-factory/conformance": "0.7.
|
|
39
|
+
"@cat-factory/conformance": "0.7.14"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsc -b tsconfig.build.json",
|