@lark-apaas/openclaw-scripts-diagnose-cli 0.1.5-alpha.1 → 0.1.5-alpha.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.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -53,7 +53,7 @@ let json_diff = require("json-diff");
|
|
|
53
53
|
* it terse and parseable.
|
|
54
54
|
*/
|
|
55
55
|
function getVersion() {
|
|
56
|
-
return "0.1.5-alpha.
|
|
56
|
+
return "0.1.5-alpha.2";
|
|
57
57
|
}
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/rule-engine/base.ts
|
|
@@ -4312,7 +4312,7 @@ async function reportCliRun(opts) {
|
|
|
4312
4312
|
//#region src/help.ts
|
|
4313
4313
|
const BIN = "mclaw-diagnose";
|
|
4314
4314
|
function versionBanner() {
|
|
4315
|
-
return `v0.1.5-alpha.
|
|
4315
|
+
return `v0.1.5-alpha.2`;
|
|
4316
4316
|
}
|
|
4317
4317
|
const COMMANDS = [
|
|
4318
4318
|
{
|