@danypops/tickets 0.8.0 → 0.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danypops/tickets",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Unified CLI, daemon, and TypeScript library for issue tracking across GitHub, GitLab, and Jira.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -138,7 +138,7 @@ const OPERATIONS: readonly OperationSpec[] = [
138
138
  action: "ledger.search",
139
139
  description: "Searches the local pooled-issue ledger (no live backend call).",
140
140
  effect: "read",
141
- properties: { query: stringProp, limit: numberProp },
141
+ properties: { query: stringProp, limit: numberProp, backend: stringProp },
142
142
  required: ["query"],
143
143
  },
144
144
  {