@cat-factory/worker 0.13.1 → 0.13.2
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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Reusable Cloudflare Worker library (Hono + D1) exposing the Agent Architecture Board core: the `createApp()` Hono factory, the default fetch/scheduled/queue handler, and the Durable Object + Workflow classes. Deployments (see deploy/backend) supply the wrangler.toml + config and re-export these.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"pino": "^10.3.1",
|
|
40
40
|
"valibot": "^1.4.1",
|
|
41
41
|
"workers-ai-provider": "^3.2.0",
|
|
42
|
-
"@cat-factory/
|
|
43
|
-
"@cat-factory/
|
|
42
|
+
"@cat-factory/agents": "0.11.11",
|
|
43
|
+
"@cat-factory/consensus": "0.7.21",
|
|
44
44
|
"@cat-factory/contracts": "0.16.0",
|
|
45
|
-
"@cat-factory/integrations": "0.12.
|
|
46
|
-
"@cat-factory/kernel": "0.
|
|
47
|
-
"@cat-factory/observability-langfuse": "0.7.
|
|
48
|
-
"@cat-factory/orchestration": "0.10.
|
|
45
|
+
"@cat-factory/integrations": "0.12.2",
|
|
46
|
+
"@cat-factory/kernel": "0.16.0",
|
|
47
|
+
"@cat-factory/observability-langfuse": "0.7.19",
|
|
48
|
+
"@cat-factory/orchestration": "0.10.9",
|
|
49
49
|
"@cat-factory/prompt-fragments": "0.7.12",
|
|
50
|
-
"@cat-factory/provider-cloudflare": "0.7.
|
|
51
|
-
"@cat-factory/server": "0.
|
|
52
|
-
"@cat-factory/spend": "0.8.
|
|
50
|
+
"@cat-factory/provider-cloudflare": "0.7.21",
|
|
51
|
+
"@cat-factory/server": "0.17.0",
|
|
52
|
+
"@cat-factory/spend": "0.8.13"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@cloudflare/vitest-pool-workers": "^0.16.19",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typescript": "7.0.1-rc",
|
|
58
58
|
"vitest": "^4.1.9",
|
|
59
59
|
"wrangler": "^4.104.0",
|
|
60
|
-
"@cat-factory/conformance": "0.7.
|
|
60
|
+
"@cat-factory/conformance": "0.7.21"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "tsc -b tsconfig.build.json",
|