@cat-factory/node-server 0.153.2 → 0.154.0
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/config.d.ts.map +1 -1
- package/dist/config.js +4 -0
- package/dist/config.js.map +1 -1
- package/dist/container-core-deps.d.ts.map +1 -1
- package/dist/container-core-deps.js +9 -1
- package/dist/container-core-deps.js.map +1 -1
- package/dist/container-executor-deps.d.ts.map +1 -1
- package/dist/container-executor-deps.js +4 -1
- package/dist/container-executor-deps.js.map +1 -1
- package/dist/container-options.d.ts +15 -1
- package/dist/container-options.d.ts.map +1 -1
- package/dist/container-options.js.map +1 -1
- package/dist/db/schema-slack.d.ts +262 -0
- package/dist/db/schema-slack.d.ts.map +1 -0
- package/dist/db/schema-slack.js +42 -0
- package/dist/db/schema-slack.js.map +1 -0
- package/dist/db/schema.d.ts +16 -261
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/db/schema.js +7 -32
- package/dist/db/schema.js.map +1 -1
- package/dist/environments.d.ts +4 -2
- package/dist/environments.d.ts.map +1 -1
- package/dist/environments.js +4 -1
- package/dist/environments.js.map +1 -1
- package/dist/execution/bootstrapRunner.d.ts.map +1 -1
- package/dist/execution/bootstrapRunner.js +2 -1
- package/dist/execution/bootstrapRunner.js.map +1 -1
- package/dist/execution/deadLetter.d.ts +16 -0
- package/dist/execution/deadLetter.d.ts.map +1 -0
- package/dist/execution/deadLetter.js +40 -0
- package/dist/execution/deadLetter.js.map +1 -0
- package/dist/execution/envConfigRepairRunner.d.ts.map +1 -1
- package/dist/execution/envConfigRepairRunner.js +2 -1
- package/dist/execution/envConfigRepairRunner.js.map +1 -1
- package/dist/execution/envTestRunner.d.ts +10 -3
- package/dist/execution/envTestRunner.d.ts.map +1 -1
- package/dist/execution/envTestRunner.js +16 -2
- package/dist/execution/envTestRunner.js.map +1 -1
- package/dist/execution/githubSyncRunner.d.ts.map +1 -1
- package/dist/execution/githubSyncRunner.js +2 -1
- package/dist/execution/githubSyncRunner.js.map +1 -1
- package/dist/execution/pgBossRunner.d.ts +7 -3
- package/dist/execution/pgBossRunner.d.ts.map +1 -1
- package/dist/execution/pgBossRunner.js +31 -2
- package/dist/execution/pgBossRunner.js.map +1 -1
- package/dist/execution/trackerSyncRunner.d.ts.map +1 -1
- package/dist/execution/trackerSyncRunner.js +2 -1
- package/dist/execution/trackerSyncRunner.js.map +1 -1
- package/dist/foundationalServices.d.ts +4 -2
- package/dist/foundationalServices.d.ts.map +1 -1
- package/dist/foundationalServices.js +4 -1
- package/dist/foundationalServices.js.map +1 -1
- package/dist/githubReconcile.d.ts +4 -2
- package/dist/githubReconcile.d.ts.map +1 -1
- package/dist/githubReconcile.js +4 -1
- package/dist/githubReconcile.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/infraReachability.d.ts +4 -2
- package/dist/infraReachability.d.ts.map +1 -1
- package/dist/infraReachability.js +5 -2
- package/dist/infraReachability.js.map +1 -1
- package/dist/initiativeLoop.d.ts +4 -2
- package/dist/initiativeLoop.d.ts.map +1 -1
- package/dist/initiativeLoop.js +4 -1
- package/dist/initiativeLoop.js.map +1 -1
- package/dist/kaizen.d.ts +4 -2
- package/dist/kaizen.d.ts.map +1 -1
- package/dist/kaizen.js +4 -1
- package/dist/kaizen.js.map +1 -1
- package/dist/notifications.d.ts +4 -2
- package/dist/notifications.d.ts.map +1 -1
- package/dist/notifications.js +5 -2
- package/dist/notifications.js.map +1 -1
- package/dist/platformHealth.d.ts +4 -2
- package/dist/platformHealth.d.ts.map +1 -1
- package/dist/platformHealth.js +5 -2
- package/dist/platformHealth.js.map +1 -1
- package/dist/platformMetrics.d.ts +17 -3
- package/dist/platformMetrics.d.ts.map +1 -1
- package/dist/platformMetrics.js +23 -3
- package/dist/platformMetrics.js.map +1 -1
- package/dist/queueDepth.d.ts +38 -0
- package/dist/queueDepth.d.ts.map +1 -0
- package/dist/queueDepth.js +69 -0
- package/dist/queueDepth.js.map +1 -0
- package/dist/readiness.d.ts +16 -0
- package/dist/readiness.d.ts.map +1 -1
- package/dist/readiness.js +34 -9
- package/dist/readiness.js.map +1 -1
- package/dist/recurring.d.ts +4 -2
- package/dist/recurring.d.ts.map +1 -1
- package/dist/recurring.js +4 -1
- package/dist/recurring.js.map +1 -1
- package/dist/repositories/drizzle/execution.d.ts +1 -0
- package/dist/repositories/drizzle/execution.d.ts.map +1 -1
- package/dist/repositories/drizzle/execution.js +12 -0
- package/dist/repositories/drizzle/execution.js.map +1 -1
- package/dist/retention.d.ts +22 -6
- package/dist/retention.d.ts.map +1 -1
- package/dist/retention.js +37 -23
- package/dist/retention.js.map +1 -1
- package/dist/server.d.ts +9 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +54 -18
- package/dist/server.js.map +1 -1
- package/dist/sweeper.d.ts +10 -0
- package/dist/sweeper.d.ts.map +1 -1
- package/dist/sweeper.js +8 -2
- package/dist/sweeper.js.map +1 -1
- package/drizzle/20260803043617_bent_spitfire/migration.sql +1 -0
- package/drizzle/20260803043617_bent_spitfire/snapshot.json +18998 -0
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/node-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.154.0",
|
|
4
4
|
"description": "Node.js runtime facade for the Agent Architecture Board: serves the shared @cat-factory/server Hono app via @hono/node-server, wiring Node implementations of the runtime ports (persistence, gateways, model provisioning).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,24 +33,24 @@
|
|
|
33
33
|
"pg-boss": "^12.26.4",
|
|
34
34
|
"toad-scheduler": "^4.1.0",
|
|
35
35
|
"ws": "^8.21.1",
|
|
36
|
-
"@cat-factory/
|
|
37
|
-
"@cat-factory/
|
|
38
|
-
"@cat-factory/
|
|
39
|
-
"@cat-factory/
|
|
40
|
-
"@cat-factory/
|
|
41
|
-
"@cat-factory/
|
|
42
|
-
"@cat-factory/
|
|
43
|
-
"@cat-factory/
|
|
44
|
-
"@cat-factory/
|
|
45
|
-
"@cat-factory/observability-
|
|
46
|
-
"@cat-factory/
|
|
47
|
-
"@cat-factory/
|
|
48
|
-
"@cat-factory/
|
|
49
|
-
"@cat-factory/provider-
|
|
50
|
-
"@cat-factory/provider-
|
|
51
|
-
"@cat-factory/
|
|
52
|
-
"@cat-factory/
|
|
53
|
-
"@cat-factory/
|
|
36
|
+
"@cat-factory/agents": "0.105.0",
|
|
37
|
+
"@cat-factory/caching": "0.13.0",
|
|
38
|
+
"@cat-factory/consensus": "0.13.26",
|
|
39
|
+
"@cat-factory/contracts": "0.212.0",
|
|
40
|
+
"@cat-factory/eks": "0.1.200",
|
|
41
|
+
"@cat-factory/gates": "0.8.46",
|
|
42
|
+
"@cat-factory/gitlab": "0.15.5",
|
|
43
|
+
"@cat-factory/integrations": "0.117.0",
|
|
44
|
+
"@cat-factory/kernel": "0.215.0",
|
|
45
|
+
"@cat-factory/observability-langfuse": "0.9.43",
|
|
46
|
+
"@cat-factory/observability-otel": "0.5.0",
|
|
47
|
+
"@cat-factory/orchestration": "0.186.0",
|
|
48
|
+
"@cat-factory/prompt-fragments": "0.15.37",
|
|
49
|
+
"@cat-factory/provider-bedrock": "0.7.351",
|
|
50
|
+
"@cat-factory/provider-cloudflare": "0.7.352",
|
|
51
|
+
"@cat-factory/provider-s3": "0.2.271",
|
|
52
|
+
"@cat-factory/server": "0.195.0",
|
|
53
|
+
"@cat-factory/spend": "0.13.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^26.1.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"drizzle-kit": "1.0.0-rc.4",
|
|
60
60
|
"typescript": "7.0.2",
|
|
61
61
|
"vitest": "^4.1.10",
|
|
62
|
-
"@cat-factory/conformance": "0.20.
|
|
62
|
+
"@cat-factory/conformance": "0.20.11"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
65
|
"ioredis": "^6.0.0"
|