@cat-factory/worker 0.94.3 → 0.94.4
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
-- Workspace-level RBAC & membership (see docs/
|
|
1
|
+
-- Workspace-level RBAC & membership (see backend/docs/adr/0025-workspace-rbac.md). The tier BELOW
|
|
2
2
|
-- account tenancy: an account admin can restrict a board to an explicit member roster with
|
|
3
3
|
-- per-member workspace roles. Mirrors the Node/Drizzle `workspace_members` table + the
|
|
4
4
|
-- `workspaces.access_mode` column (migration 20260716150654_fast_dracula) — keep the runtimes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.94.
|
|
3
|
+
"version": "0.94.4",
|
|
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",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@cat-factory/agents": "0.62.11",
|
|
46
46
|
"@cat-factory/caching": "0.10.8",
|
|
47
47
|
"@cat-factory/consensus": "0.10.72",
|
|
48
|
-
"@cat-factory/contracts": "0.148.0",
|
|
49
48
|
"@cat-factory/eks": "0.1.99",
|
|
49
|
+
"@cat-factory/contracts": "0.148.0",
|
|
50
50
|
"@cat-factory/gates": "0.5.56",
|
|
51
51
|
"@cat-factory/gitlab": "0.10.18",
|
|
52
52
|
"@cat-factory/integrations": "0.86.3",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@cat-factory/orchestration": "0.123.3",
|
|
57
57
|
"@cat-factory/prompt-fragments": "0.13.38",
|
|
58
58
|
"@cat-factory/provider-cloudflare": "0.7.243",
|
|
59
|
-
"@cat-factory/
|
|
60
|
-
"@cat-factory/
|
|
59
|
+
"@cat-factory/spend": "0.12.52",
|
|
60
|
+
"@cat-factory/server": "0.137.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@cloudflare/vitest-pool-workers": "^0.18.6",
|