@cat-factory/local-server 0.79.1 → 0.80.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/dist/server.d.ts +1 -1
- package/package.json +11 -11
package/dist/server.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare function startLocal(options?: {
|
|
|
49
49
|
defaultModelPresetId?: string;
|
|
50
50
|
/**
|
|
51
51
|
* A deployment's pre-declared environment-handler seeds (each a `RegisterHandlerInput`). A
|
|
52
|
-
* local deploy-app wrapper
|
|
52
|
+
* local deploy-app wrapper passes this so the server auto-registers its
|
|
53
53
|
* infra handler per workspace with no manual SPA step. Threaded into `buildLocalContainer` on
|
|
54
54
|
* BOTH the Postgres path (through `start()` → `o`) and the mothership path, and used to
|
|
55
55
|
* boot-backfill every existing workspace; new workspaces are seeded by `WorkspaceService.create`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/local-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.1",
|
|
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",
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@hono/node-server": "^2.0.12",
|
|
28
28
|
"drizzle-orm": "1.0.0-rc.4",
|
|
29
|
-
"@cat-factory/agents": "0.
|
|
30
|
-
"@cat-factory/contracts": "0.
|
|
29
|
+
"@cat-factory/agents": "0.73.0",
|
|
30
|
+
"@cat-factory/contracts": "0.173.0",
|
|
31
31
|
"@cat-factory/executor-harness": "1.60.0",
|
|
32
|
-
"@cat-factory/
|
|
33
|
-
"@cat-factory/
|
|
34
|
-
"@cat-factory/
|
|
35
|
-
"@cat-factory/
|
|
36
|
-
"@cat-factory/
|
|
37
|
-
"@cat-factory/
|
|
32
|
+
"@cat-factory/kernel": "0.167.0",
|
|
33
|
+
"@cat-factory/gitlab": "0.13.14",
|
|
34
|
+
"@cat-factory/node-server": "0.122.1",
|
|
35
|
+
"@cat-factory/integrations": "0.102.1",
|
|
36
|
+
"@cat-factory/server": "0.157.1",
|
|
37
|
+
"@cat-factory/orchestration": "0.148.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^26.1.1",
|
|
41
41
|
"typescript": "7.0.2",
|
|
42
42
|
"vitest": "^4.1.10",
|
|
43
|
-
"@cat-factory/conformance": "0.12.
|
|
44
|
-
"@cat-factory/gates": "0.7.
|
|
43
|
+
"@cat-factory/conformance": "0.12.8",
|
|
44
|
+
"@cat-factory/gates": "0.7.38"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc -b tsconfig.build.json",
|