@lark-apaas/openclaw-scripts-diagnose-cli 0.1.8-alpha.3 → 0.1.8-alpha.4

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
@@ -52,7 +52,7 @@ node_assert = __toESM(node_assert);
52
52
  * it terse and parseable.
53
53
  */
54
54
  function getVersion() {
55
- return "0.1.8-alpha.3";
55
+ return "0.1.8-alpha.4";
56
56
  }
57
57
  //#endregion
58
58
  //#region src/rule-engine/base.ts
@@ -9790,7 +9790,7 @@ async function reportCliRun(opts) {
9790
9790
  //#region src/help.ts
9791
9791
  const BIN = "mclaw-diagnose";
9792
9792
  function versionBanner() {
9793
- return `v0.1.8-alpha.3`;
9793
+ return `v0.1.8-alpha.4`;
9794
9794
  }
9795
9795
  const COMMANDS = [
9796
9796
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.8-alpha.3",
3
+ "version": "0.1.8-alpha.4",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {