@cat-factory/server 0.29.0 → 0.29.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/server",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "Runtime-neutral HTTP layer for the Agent Architecture Board: the Hono controllers, middleware (auth/authz/CORS/error), request helpers and the gateway seams shared by every deployment facade (Cloudflare Worker, Node service).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,13 +28,13 @@
28
28
  "hono": "^4.12.27",
29
29
  "pino": "^10.3.1",
30
30
  "valibot": "^1.4.1",
31
- "@cat-factory/agents": "0.17.0",
32
- "@cat-factory/contracts": "0.31.0",
33
- "@cat-factory/integrations": "0.21.6",
34
- "@cat-factory/kernel": "0.34.0",
35
- "@cat-factory/orchestration": "0.26.0",
36
- "@cat-factory/prompt-fragments": "0.7.29",
37
- "@cat-factory/spend": "0.10.2"
31
+ "@cat-factory/agents": "0.17.1",
32
+ "@cat-factory/contracts": "0.32.0",
33
+ "@cat-factory/integrations": "0.21.7",
34
+ "@cat-factory/kernel": "0.35.0",
35
+ "@cat-factory/orchestration": "0.27.0",
36
+ "@cat-factory/prompt-fragments": "0.7.30",
37
+ "@cat-factory/spend": "0.10.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "7.0.1-rc",