@telora/daemon 0.17.15 → 0.17.16

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 (2) hide show
  1. package/build-info.json +4 -3
  2. package/package.json +2 -2
package/build-info.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "commitSha": "cd1ef91d",
3
- "builtAt": "2026-06-01T02:10:32.238Z",
2
+ "commitSha": "dd3ce634",
3
+ "builtAt": "2026-06-01T13:55:20.416Z",
4
4
  "expectedMigrations": [
5
5
  "20250829113330_create_org_nodes_table.sql",
6
6
  "20250829113402_fix_function_security_search_path.sql",
@@ -604,6 +604,7 @@
604
604
  "20260530163945_add_prd_captured_intent_expansion.sql",
605
605
  "20260530163946_add_prd_prt_node_phases.sql",
606
606
  "20260531185819_prd_level_agent_assignment.sql",
607
- "20260531190930_seed_prd_workflow.sql"
607
+ "20260531190930_seed_prd_workflow.sql",
608
+ "20260601094904_prd_default_status_active.sql"
608
609
  ]
609
610
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telora/daemon",
3
- "version": "0.17.15",
3
+ "version": "0.17.16",
4
4
  "description": "Agent orchestration daemon for Telora - spawns and manages Claude Code instances",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "//testRunner": "Uses Node.js built-in test runner (node:test) via tsx for TypeScript support. The root package uses Vitest; this is a deliberate choice for the daemon package to avoid framework dependencies. See src/__tests__/ for test files.",
38
38
  "dependencies": {
39
39
  "@telora/daemon-core": "^0.2.28",
40
- "@telora/mcp-products": "^0.22.44",
40
+ "@telora/mcp-products": "^0.22.45",
41
41
  "commander": "^14.0.3",
42
42
  "yaml": "^2.4.0",
43
43
  "zod": "^4.3.6"