@midscene/cli 1.10.9 → 1.10.10-beta-20260805080137.0
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/es/index.mjs +2 -4
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +2 -4
- package/dist/lib/index.js.map +1 -1
- package/package.json +8 -8
package/dist/lib/index.js
CHANGED
|
@@ -4702,9 +4702,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4702
4702
|
"use strict";
|
|
4703
4703
|
var core_ = __webpack_require__("@midscene/core");
|
|
4704
4704
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4705
|
-
var package_namespaceObject = {
|
|
4706
|
-
rE: "1.10.9"
|
|
4707
|
-
};
|
|
4705
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.10.10-beta-20260805080137.0"}');
|
|
4708
4706
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
4709
4707
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
4710
4708
|
var external_node_path_ = __webpack_require__("node:path");
|
|
@@ -12591,7 +12589,7 @@ Usage:
|
|
|
12591
12589
|
type: 'boolean',
|
|
12592
12590
|
description: `Turn on logging to help debug why certain keys or values are not being set as you expect, default is ${config_factory_defaultConfig.dotenvDebug}`
|
|
12593
12591
|
}
|
|
12594
|
-
}).version('version', 'Show version number', "1.10.
|
|
12592
|
+
}).version('version', 'Show version number', "1.10.10-beta-20260805080137.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
12595
12593
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
12596
12594
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
12597
12595
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|