@xxkeefer/mrkl 0.2.6 → 0.2.14
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xxkeefer/mrkl",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Lightweight CLI tool for structured markdown task tracking",
|
|
6
6
|
"bin": {
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
"build": "unbuild",
|
|
42
42
|
"dev": "node --import tsx src/cli.ts",
|
|
43
43
|
"test": "vitest run",
|
|
44
|
-
"
|
|
45
|
-
"changelog": "changelogen",
|
|
44
|
+
"changelog": "changelogen --output",
|
|
46
45
|
"changelog:preview": "changelogen --no-output"
|
|
47
46
|
}
|
|
48
47
|
}
|