@lark-apaas/openclaw-scripts-diagnose-cli 0.1.6-alpha.5 → 0.1.6-alpha.6

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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -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.6-alpha.5";
56
+ return "0.1.6-alpha.6";
57
57
  }
58
58
  //#endregion
59
59
  //#region src/rule-engine/base.ts
@@ -4431,7 +4431,7 @@ async function reportCliRun(opts) {
4431
4431
  //#region src/help.ts
4432
4432
  const BIN = "mclaw-diagnose";
4433
4433
  function versionBanner() {
4434
- return `v0.1.6-alpha.5`;
4434
+ return `v0.1.6-alpha.6`;
4435
4435
  }
4436
4436
  const COMMANDS = [
4437
4437
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.6-alpha.5",
3
+ "version": "0.1.6-alpha.6",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {