@midscene/cli 1.10.7 → 1.10.8-beta-20260723091821.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
|
@@ -4696,9 +4696,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4696
4696
|
"use strict";
|
|
4697
4697
|
var core_ = __webpack_require__("@midscene/core");
|
|
4698
4698
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4699
|
-
var package_namespaceObject = {
|
|
4700
|
-
rE: "1.10.7"
|
|
4701
|
-
};
|
|
4699
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.10.8-beta-20260723091821.0"}');
|
|
4702
4700
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
4703
4701
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
4704
4702
|
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.8-beta-20260723091821.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
|