@cat-factory/worker 0.50.3 → 0.51.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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
-- Frontend-frame config (slice 2 of the frontend-preview + in-context UI-testing
|
|
2
|
+
-- initiative — see docs/initiatives/frontend-preview-ui-testing.md).
|
|
3
|
+
--
|
|
4
|
+
-- A `frontend`-type frame carries a serialized FrontendConfig: how to build, serve,
|
|
5
|
+
-- and mock the app for a self-contained UI test (+ an optional browsable preview on
|
|
6
|
+
-- local/node), plus its backend bindings (env-var → upstream), which double as the
|
|
7
|
+
-- board's frontend→service links. Stored as a JSON object, mirroring `provisioning`.
|
|
8
|
+
ALTER TABLE blocks ADD COLUMN frontend_config TEXT;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.51.0",
|
|
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",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"pino": "^10.3.1",
|
|
43
43
|
"valibot": "^1.4.2",
|
|
44
44
|
"workers-ai-provider": "^3.2.1",
|
|
45
|
-
"@cat-factory/agents": "0.24.
|
|
46
|
-
"@cat-factory/consensus": "0.7.
|
|
47
|
-
"@cat-factory/contracts": "0.
|
|
48
|
-
"@cat-factory/gates": "0.2.
|
|
49
|
-
"@cat-factory/gitlab": "0.4.
|
|
50
|
-
"@cat-factory/integrations": "0.51.
|
|
51
|
-
"@cat-factory/kernel": "0.66.
|
|
52
|
-
"@cat-factory/observability-langfuse": "0.7.
|
|
53
|
-
"@cat-factory/orchestration": "0.53.
|
|
54
|
-
"@cat-factory/prompt-fragments": "0.9.
|
|
55
|
-
"@cat-factory/provider-cloudflare": "0.7.
|
|
56
|
-
"@cat-factory/server": "0.
|
|
57
|
-
"@cat-factory/spend": "0.10.
|
|
45
|
+
"@cat-factory/agents": "0.24.16",
|
|
46
|
+
"@cat-factory/consensus": "0.7.104",
|
|
47
|
+
"@cat-factory/contracts": "0.76.0",
|
|
48
|
+
"@cat-factory/gates": "0.2.57",
|
|
49
|
+
"@cat-factory/gitlab": "0.4.27",
|
|
50
|
+
"@cat-factory/integrations": "0.51.4",
|
|
51
|
+
"@cat-factory/kernel": "0.66.1",
|
|
52
|
+
"@cat-factory/observability-langfuse": "0.7.100",
|
|
53
|
+
"@cat-factory/orchestration": "0.53.2",
|
|
54
|
+
"@cat-factory/prompt-fragments": "0.9.31",
|
|
55
|
+
"@cat-factory/provider-cloudflare": "0.7.104",
|
|
56
|
+
"@cat-factory/server": "0.63.0",
|
|
57
|
+
"@cat-factory/spend": "0.10.61"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@cloudflare/vitest-pool-workers": "^0.16.20",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"typescript": "7.0.1-rc",
|
|
63
63
|
"vitest": "^4.1.9",
|
|
64
64
|
"wrangler": "^4.105.0",
|
|
65
|
-
"@cat-factory/conformance": "0.9.
|
|
65
|
+
"@cat-factory/conformance": "0.9.73"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsc -b tsconfig.build.json",
|