@cat-factory/local-server 0.65.8 → 0.65.9
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
|
@@ -21,7 +21,7 @@ export declare function startLocal(options?: {
|
|
|
21
21
|
* App-owned backend registries (environment + runner kind → provider), registered BY
|
|
22
22
|
* REFERENCE — the same seam the Node facade exposes on `buildContainer.backendRegistries`.
|
|
23
23
|
* A deployment builds `createBackendRegistries()`, registers its custom backend(s) onto it
|
|
24
|
-
* (e.g. a
|
|
24
|
+
* (e.g. a custom ephemeral-environment provider), and passes it here; it is threaded into
|
|
25
25
|
* `buildLocalContainer` on both the Postgres and mothership paths. Absent → the built-in-only
|
|
26
26
|
* default (`manifest` + `kubernetes`).
|
|
27
27
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/local-server",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.9",
|
|
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.8",
|
|
28
28
|
"drizzle-orm": "1.0.0-rc.4",
|
|
29
|
-
"@cat-factory/agents": "0.54.
|
|
30
|
-
"@cat-factory/contracts": "0.128.
|
|
29
|
+
"@cat-factory/agents": "0.54.11",
|
|
30
|
+
"@cat-factory/contracts": "0.128.2",
|
|
31
31
|
"@cat-factory/executor-harness": "1.43.6",
|
|
32
|
-
"@cat-factory/gitlab": "0.7.
|
|
33
|
-
"@cat-factory/integrations": "0.81.
|
|
34
|
-
"@cat-factory/kernel": "0.123.
|
|
35
|
-
"@cat-factory/
|
|
36
|
-
"@cat-factory/
|
|
37
|
-
"@cat-factory/
|
|
32
|
+
"@cat-factory/gitlab": "0.7.69",
|
|
33
|
+
"@cat-factory/integrations": "0.81.20",
|
|
34
|
+
"@cat-factory/kernel": "0.123.3",
|
|
35
|
+
"@cat-factory/server": "0.113.9",
|
|
36
|
+
"@cat-factory/node-server": "0.93.9",
|
|
37
|
+
"@cat-factory/orchestration": "0.107.7"
|
|
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.10.
|
|
44
|
-
"@cat-factory/gates": "0.5.
|
|
43
|
+
"@cat-factory/conformance": "0.10.119",
|
|
44
|
+
"@cat-factory/gates": "0.5.31"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc -b tsconfig.build.json",
|