@cat-factory/node-server 0.58.3 → 0.58.5
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/db/schema.d.ts +15 -0
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/db/schema.js +5 -0
- package/dist/db/schema.js.map +1 -1
- package/dist/repositories/drizzle.d.ts.map +1 -1
- package/dist/repositories/drizzle.js +16 -4
- package/dist/repositories/drizzle.js.map +1 -1
- package/drizzle/20260702071427_skinny_hobgoblin/migration.sql +1 -0
- package/drizzle/20260702071427_skinny_hobgoblin/snapshot.json +13298 -0
- package/drizzle/20260702071903_uneven_ironclad/snapshot.json +16 -3
- package/package.json +17 -17
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "8",
|
|
3
2
|
"dialect": "postgres",
|
|
4
|
-
"id": "
|
|
3
|
+
"id": "b94f60db-f390-4854-b9b0-2c58fcd50ff2",
|
|
5
4
|
"prevIds": [
|
|
6
|
-
"
|
|
5
|
+
"78093022-a35b-4877-a09f-307613e8b223"
|
|
7
6
|
],
|
|
7
|
+
"version": "8",
|
|
8
8
|
"ddl": [
|
|
9
9
|
{
|
|
10
10
|
"name": "provisioning",
|
|
@@ -1801,6 +1801,19 @@
|
|
|
1801
1801
|
"schema": "public",
|
|
1802
1802
|
"table": "blocks"
|
|
1803
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"type": "serial",
|
|
1806
|
+
"typeSchema": null,
|
|
1807
|
+
"notNull": true,
|
|
1808
|
+
"dimensions": 0,
|
|
1809
|
+
"default": null,
|
|
1810
|
+
"generated": null,
|
|
1811
|
+
"identity": null,
|
|
1812
|
+
"name": "seq",
|
|
1813
|
+
"entityType": "columns",
|
|
1814
|
+
"schema": "public",
|
|
1815
|
+
"table": "blocks"
|
|
1816
|
+
},
|
|
1804
1817
|
{
|
|
1805
1818
|
"type": "text",
|
|
1806
1819
|
"typeSchema": null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/node-server",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.5",
|
|
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",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"pg": "^8.22.0",
|
|
32
32
|
"pg-boss": "^12.23.0",
|
|
33
33
|
"ws": "^8.21.0",
|
|
34
|
-
"@cat-factory/agents": "0.26.
|
|
35
|
-
"@cat-factory/consensus": "0.8.
|
|
36
|
-
"@cat-factory/contracts": "0.81.
|
|
37
|
-
"@cat-factory/gates": "0.2.
|
|
38
|
-
"@cat-factory/gitlab": "0.4.
|
|
39
|
-
"@cat-factory/integrations": "0.54.
|
|
40
|
-
"@cat-factory/
|
|
41
|
-
"@cat-factory/
|
|
42
|
-
"@cat-factory/
|
|
43
|
-
"@cat-factory/
|
|
44
|
-
"@cat-factory/provider-
|
|
45
|
-
"@cat-factory/
|
|
46
|
-
"@cat-factory/provider-s3": "0.2.
|
|
47
|
-
"@cat-factory/server": "0.66.
|
|
48
|
-
"@cat-factory/spend": "0.10.
|
|
34
|
+
"@cat-factory/agents": "0.26.7",
|
|
35
|
+
"@cat-factory/consensus": "0.8.8",
|
|
36
|
+
"@cat-factory/contracts": "0.81.1",
|
|
37
|
+
"@cat-factory/gates": "0.2.65",
|
|
38
|
+
"@cat-factory/gitlab": "0.4.36",
|
|
39
|
+
"@cat-factory/integrations": "0.54.1",
|
|
40
|
+
"@cat-factory/kernel": "0.69.4",
|
|
41
|
+
"@cat-factory/observability-langfuse": "0.7.108",
|
|
42
|
+
"@cat-factory/orchestration": "0.57.4",
|
|
43
|
+
"@cat-factory/prompt-fragments": "0.9.39",
|
|
44
|
+
"@cat-factory/provider-bedrock": "0.7.113",
|
|
45
|
+
"@cat-factory/provider-cloudflare": "0.7.113",
|
|
46
|
+
"@cat-factory/provider-s3": "0.2.58",
|
|
47
|
+
"@cat-factory/server": "0.66.2",
|
|
48
|
+
"@cat-factory/spend": "0.10.69"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^26.0.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"drizzle-kit": "1.0.0-rc.4",
|
|
55
55
|
"typescript": "7.0.1-rc",
|
|
56
56
|
"vitest": "^4.1.9",
|
|
57
|
-
"@cat-factory/conformance": "0.9.
|
|
57
|
+
"@cat-factory/conformance": "0.9.87"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsc -b tsconfig.build.json",
|