@lark-apaas/openclaw-scripts-diagnose-cli 0.1.7-beta.0 → 0.1.7
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.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -50,7 +50,7 @@ node_assert = __toESM(node_assert);
|
|
|
50
50
|
* it terse and parseable.
|
|
51
51
|
*/
|
|
52
52
|
function getVersion() {
|
|
53
|
-
return "0.1.7
|
|
53
|
+
return "0.1.7";
|
|
54
54
|
}
|
|
55
55
|
//#endregion
|
|
56
56
|
//#region src/rule-engine/base.ts
|
|
@@ -8186,7 +8186,7 @@ async function reportCliRun(opts) {
|
|
|
8186
8186
|
//#region src/help.ts
|
|
8187
8187
|
const BIN = "mclaw-diagnose";
|
|
8188
8188
|
function versionBanner() {
|
|
8189
|
-
return `v0.1.7
|
|
8189
|
+
return `v0.1.7`;
|
|
8190
8190
|
}
|
|
8191
8191
|
const COMMANDS = [
|
|
8192
8192
|
{
|