@telora/daemon 0.17.40 → 0.17.42

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 +3 -2
  2. package/package.json +1 -1
package/build-info.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "commitSha": "d9fa8e02",
3
- "builtAt": "2026-06-10T22:01:37.055Z",
2
+ "commitSha": "03285bb7",
3
+ "builtAt": "2026-06-11T11:55:37.486Z",
4
4
  "expectedMigrations": [
5
5
  "20250829113330_create_org_nodes_table.sql",
6
6
  "20250829113402_fix_function_security_search_path.sql",
@@ -611,6 +611,7 @@
611
611
  "20260607150700_product_local_endpoint.sql",
612
612
  "20260607150730_redeem_returns_local_model.sql",
613
613
  "20260610145347_comment_load_bearing_triggers.sql",
614
+ "20260610211939_add_get_product_issue_counts_rpc.sql",
614
615
  "20260610212314_pipeline_config_default_review_enabled.sql"
615
616
  ]
616
617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telora/daemon",
3
- "version": "0.17.40",
3
+ "version": "0.17.42",
4
4
  "description": "Agent orchestration daemon for Telora - spawns and manages Claude Code instances",
5
5
  "type": "module",
6
6
  "bin": {