@lark-apaas/openclaw-scripts-diagnose-cli 0.1.8-alpha.2 → 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.
- package/dist/index.cjs +18 -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.
|
|
55
|
+
return "0.1.8-alpha.4";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -2916,6 +2916,22 @@ function ensureRecord(obj, key) {
|
|
|
2916
2916
|
//#endregion
|
|
2917
2917
|
//#region src/version-compat.ts
|
|
2918
2918
|
const VERSION_COMPAT_MAP = Object.freeze([
|
|
2919
|
+
{
|
|
2920
|
+
openclawLarkVersion: "2026.5.12",
|
|
2921
|
+
minOpenclawVersion: "2026.5.7"
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
openclawLarkVersion: "2026.5.7",
|
|
2925
|
+
minOpenclawVersion: "2026.5.6"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
openclawLarkVersion: "2026.4.10",
|
|
2929
|
+
minOpenclawVersion: "2026.4.27"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
openclawLarkVersion: "2026.4.9",
|
|
2933
|
+
minOpenclawVersion: "2026.3.28"
|
|
2934
|
+
},
|
|
2919
2935
|
{
|
|
2920
2936
|
openclawLarkVersion: "2026.4.8",
|
|
2921
2937
|
minOpenclawVersion: "2026.3.28"
|
|
@@ -9774,7 +9790,7 @@ async function reportCliRun(opts) {
|
|
|
9774
9790
|
//#region src/help.ts
|
|
9775
9791
|
const BIN = "mclaw-diagnose";
|
|
9776
9792
|
function versionBanner() {
|
|
9777
|
-
return `v0.1.8-alpha.
|
|
9793
|
+
return `v0.1.8-alpha.4`;
|
|
9778
9794
|
}
|
|
9779
9795
|
const COMMANDS = [
|
|
9780
9796
|
{
|