@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.
- package/dist/index.js +1 -1
- 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.
|
|
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