@obsfx/trekker 1.10.1 → 1.10.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3654,7 +3654,7 @@ Page ${result.page} of ${totalPages}`);
3654
3654
  // package.json
3655
3655
  var package_default = {
3656
3656
  name: "@obsfx/trekker",
3657
- version: "1.10.1",
3657
+ version: "1.10.2",
3658
3658
  description: "A CLI-based issue tracker built for AI coding agents. Stores tasks, epics, and dependencies in a local SQLite database.",
3659
3659
  type: "module",
3660
3660
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obsfx/trekker",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "A CLI-based issue tracker built for AI coding agents. Stores tasks, epics, and dependencies in a local SQLite database.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",