@cat-factory/local-server 0.65.7 → 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.
@@ -3,7 +3,7 @@
3
3
  * `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
4
4
  * the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
5
5
  */
6
- export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.43.4";
6
+ export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.43.6";
7
7
  /**
8
8
  * The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
9
9
  * different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
@@ -22,7 +22,7 @@ import { isOffValue } from './envFlags.js';
22
22
  * `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
23
23
  * the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
24
24
  */
25
- export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.43.4';
25
+ export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.43.6';
26
26
  /**
27
27
  * The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
28
28
  * different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
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 Kargo ephemeral-environment provider), and passes it here; it is threaded into
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.7",
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.10",
30
- "@cat-factory/contracts": "0.128.1",
31
- "@cat-factory/executor-harness": "1.43.4",
32
- "@cat-factory/gitlab": "0.7.68",
33
- "@cat-factory/integrations": "0.81.19",
34
- "@cat-factory/kernel": "0.123.2",
35
- "@cat-factory/node-server": "0.93.7",
36
- "@cat-factory/orchestration": "0.107.5",
37
- "@cat-factory/server": "0.113.7"
29
+ "@cat-factory/agents": "0.54.11",
30
+ "@cat-factory/contracts": "0.128.2",
31
+ "@cat-factory/executor-harness": "1.43.6",
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.117",
44
- "@cat-factory/gates": "0.5.30"
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",