@midscene/cli 1.10.3 → 1.10.4-beta-20260707113335.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
|
@@ -4708,9 +4708,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4708
4708
|
"use strict";
|
|
4709
4709
|
var core_ = __webpack_require__("@midscene/core");
|
|
4710
4710
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4711
|
-
var package_namespaceObject = {
|
|
4712
|
-
rE: "1.10.3"
|
|
4713
|
-
};
|
|
4711
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.10.4-beta-20260707113335.0"}');
|
|
4714
4712
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
4715
4713
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
4716
4714
|
var external_node_path_ = __webpack_require__("node:path");
|
|
@@ -12585,7 +12583,7 @@ Usage:
|
|
|
12585
12583
|
type: 'boolean',
|
|
12586
12584
|
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}`
|
|
12587
12585
|
}
|
|
12588
|
-
}).version('version', 'Show version number', "1.10.
|
|
12586
|
+
}).version('version', 'Show version number', "1.10.4-beta-20260707113335.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
12589
12587
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
12590
12588
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
12591
12589
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|