@lark-apaas/openclaw-scripts-diagnose-cli 0.1.13-alpha.6 → 0.1.13-alpha.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 +3 -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.13-alpha.
|
|
55
|
+
return "0.1.13-alpha.7";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -10246,7 +10246,7 @@ async function reportCliRun(opts) {
|
|
|
10246
10246
|
//#region src/help.ts
|
|
10247
10247
|
const BIN = "mclaw-diagnose";
|
|
10248
10248
|
function versionBanner() {
|
|
10249
|
-
return `v0.1.13-alpha.
|
|
10249
|
+
return `v0.1.13-alpha.7`;
|
|
10250
10250
|
}
|
|
10251
10251
|
const COMMANDS = [
|
|
10252
10252
|
{
|
|
@@ -10705,6 +10705,7 @@ function planCtxPopulate(opts) {
|
|
|
10705
10705
|
populate.secrets = true;
|
|
10706
10706
|
populate.install = true;
|
|
10707
10707
|
populate.reset = true;
|
|
10708
|
+
populate.larkApps = true;
|
|
10708
10709
|
}
|
|
10709
10710
|
return populate;
|
|
10710
10711
|
}
|
package/package.json
CHANGED