@dunnewold-labs/mr-manager 0.4.43 → 0.4.44
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -185,7 +185,7 @@ import { fileURLToPath } from "url";
|
|
|
185
185
|
// cli/package.json
|
|
186
186
|
var package_default = {
|
|
187
187
|
name: "@dunnewold-labs/mr-manager",
|
|
188
|
-
version: "0.4.
|
|
188
|
+
version: "0.4.44",
|
|
189
189
|
description: "Mr. Manager - Task and project management CLI",
|
|
190
190
|
bin: {
|
|
191
191
|
mr: "./dist/index.mjs"
|
|
@@ -2800,7 +2800,7 @@ var watchCommand = new Command9("watch").description(
|
|
|
2800
2800
|
paint("magenta", ` \u2551\u2551\u2551\u2560\u2566\u255D \u2551\u2551\u2551\u2560\u2550\u2563 \u2551 \u2551 \u2560\u2550\u2563`),
|
|
2801
2801
|
paint("magenta", ` \u2569 \u2569\u2569\u255A\u2550 \u255A\u2569\u255D\u2569 \u2569 \u2569 \u255A\u2550\u255D\u2569 \u2569`),
|
|
2802
2802
|
paint("dim", ` \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500`),
|
|
2803
|
-
paint("dim", ` autonomous task runner \xB7 powered by ${agent}`),
|
|
2803
|
+
paint("dim", ` autonomous task runner \xB7 v${CLI_VERSION} \xB7 powered by ${agent}`),
|
|
2804
2804
|
``
|
|
2805
2805
|
].join("\n");
|
|
2806
2806
|
console.log(banner);
|