@cat-factory/worker 0.174.1 → 0.176.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/infrastructure/config/execution.d.ts +1 -1
- package/dist/infrastructure/config/execution.d.ts.map +1 -1
- package/dist/infrastructure/config/execution.js +12 -3
- package/dist/infrastructure/config/execution.js.map +1 -1
- package/dist/infrastructure/config/gitlab.d.ts +10 -5
- package/dist/infrastructure/config/gitlab.d.ts.map +1 -1
- package/dist/infrastructure/config/gitlab.js +10 -7
- package/dist/infrastructure/config/gitlab.js.map +1 -1
- package/dist/infrastructure/container-assembly.d.ts.map +1 -1
- package/dist/infrastructure/container-assembly.js +5 -1
- package/dist/infrastructure/container-assembly.js.map +1 -1
- package/dist/infrastructure/container-documents-deps.d.ts.map +1 -1
- package/dist/infrastructure/container-documents-deps.js +9 -6
- package/dist/infrastructure/container-documents-deps.js.map +1 -1
- package/dist/infrastructure/container-tracker-deps.d.ts.map +1 -1
- package/dist/infrastructure/container-tracker-deps.js +7 -7
- package/dist/infrastructure/container-tracker-deps.js.map +1 -1
- package/dist/infrastructure/container.js +3 -3
- package/dist/infrastructure/container.js.map +1 -1
- package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts +15 -1
- package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts.map +1 -1
- package/dist/infrastructure/containers/CloudflareContainerTransport.js +55 -16
- package/dist/infrastructure/containers/CloudflareContainerTransport.js.map +1 -1
- package/dist/infrastructure/containers/DeployContainer.d.ts +2 -20
- package/dist/infrastructure/containers/DeployContainer.d.ts.map +1 -1
- package/dist/infrastructure/containers/DeployContainer.js +7 -56
- package/dist/infrastructure/containers/DeployContainer.js.map +1 -1
- package/dist/infrastructure/containers/ExecutionContainer.d.ts +2 -51
- package/dist/infrastructure/containers/ExecutionContainer.d.ts.map +1 -1
- package/dist/infrastructure/containers/ExecutionContainer.js +9 -93
- package/dist/infrastructure/containers/ExecutionContainer.js.map +1 -1
- package/dist/infrastructure/containers/RunContainer.d.ts +98 -0
- package/dist/infrastructure/containers/RunContainer.d.ts.map +1 -0
- package/dist/infrastructure/containers/RunContainer.js +164 -0
- package/dist/infrastructure/containers/RunContainer.js.map +1 -0
- package/dist/infrastructure/containers/stopCause.d.ts +105 -0
- package/dist/infrastructure/containers/stopCause.d.ts.map +1 -0
- package/dist/infrastructure/containers/stopCause.js +108 -0
- package/dist/infrastructure/containers/stopCause.js.map +1 -0
- package/dist/infrastructure/env.d.ts +10 -0
- package/dist/infrastructure/env.d.ts.map +1 -1
- package/dist/infrastructure/env.js.map +1 -1
- package/dist/infrastructure/github-deps.js +1 -1
- package/dist/infrastructure/github-deps.js.map +1 -1
- package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.d.ts +3 -1
- package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.js +38 -5
- package/dist/infrastructure/repositories/D1BinaryArtifactMetadataStore.js.map +1 -1
- package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts +11 -14
- package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js +11 -38
- package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js.map +1 -1
- package/dist/infrastructure/repositories/D1DocumentRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1DocumentRepository.js +5 -3
- package/dist/infrastructure/repositories/D1DocumentRepository.js.map +1 -1
- package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts +8 -14
- package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts.map +1 -1
- package/dist/infrastructure/repositories/D1TaskConnectionRepository.js +8 -38
- package/dist/infrastructure/repositories/D1TaskConnectionRepository.js.map +1 -1
- package/dist/infrastructure/tasks-deps.d.ts.map +1 -1
- package/dist/infrastructure/tasks-deps.js +10 -7
- package/dist/infrastructure/tasks-deps.js.map +1 -1
- package/dist/infrastructure/vcsConnect.d.ts.map +1 -1
- package/dist/infrastructure/vcsConnect.js +5 -2
- package/dist/infrastructure/vcsConnect.js.map +1 -1
- package/dist/infrastructure/workflows/ExecutionWorkflow.d.ts.map +1 -1
- package/dist/infrastructure/workflows/ExecutionWorkflow.js +17 -8
- package/dist/infrastructure/workflows/ExecutionWorkflow.js.map +1 -1
- package/migrations/0087_document_renders.sql +28 -0
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.176.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",
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"pino": "^10.3.1",
|
|
44
44
|
"valibot": "^1.4.2",
|
|
45
45
|
"workers-ai-provider": "^4.0.0",
|
|
46
|
-
"@cat-factory/agents": "0.117.
|
|
47
|
-
"@cat-factory/
|
|
48
|
-
"@cat-factory/
|
|
49
|
-
"@cat-factory/
|
|
50
|
-
"@cat-factory/
|
|
51
|
-
"@cat-factory/gates": "0.9.
|
|
52
|
-
"@cat-factory/gitlab": "0.18.
|
|
53
|
-
"@cat-factory/integrations": "0.
|
|
54
|
-
"@cat-factory/kernel": "0.
|
|
55
|
-
"@cat-factory/observability-langfuse": "0.10.
|
|
56
|
-
"@cat-factory/
|
|
57
|
-
"@cat-factory/
|
|
58
|
-
"@cat-factory/
|
|
59
|
-
"@cat-factory/
|
|
60
|
-
"@cat-factory/server": "0.
|
|
61
|
-
"@cat-factory/
|
|
46
|
+
"@cat-factory/agents": "0.117.11",
|
|
47
|
+
"@cat-factory/consensus": "0.14.57",
|
|
48
|
+
"@cat-factory/contracts": "0.273.0",
|
|
49
|
+
"@cat-factory/eks": "0.1.269",
|
|
50
|
+
"@cat-factory/caching": "0.18.12",
|
|
51
|
+
"@cat-factory/gates": "0.9.37",
|
|
52
|
+
"@cat-factory/gitlab": "0.18.4",
|
|
53
|
+
"@cat-factory/integrations": "0.149.0",
|
|
54
|
+
"@cat-factory/kernel": "0.271.0",
|
|
55
|
+
"@cat-factory/observability-langfuse": "0.10.41",
|
|
56
|
+
"@cat-factory/orchestration": "0.239.0",
|
|
57
|
+
"@cat-factory/prompt-fragments": "1.0.21",
|
|
58
|
+
"@cat-factory/provider-cloudflare": "0.7.419",
|
|
59
|
+
"@cat-factory/spend": "0.15.39",
|
|
60
|
+
"@cat-factory/server": "0.251.0",
|
|
61
|
+
"@cat-factory/observability-otel": "0.18.4"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@cloudflare/vitest-pool-workers": "^0.20.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript": "7.0.2",
|
|
67
67
|
"vitest": "^4.1.10",
|
|
68
68
|
"wrangler": "^4.118.0",
|
|
69
|
-
"@cat-factory/conformance": "0.
|
|
69
|
+
"@cat-factory/conformance": "0.34.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"build": "tsc -b tsconfig.build.json",
|