@midscene/cli 1.10.8-beta-20260723115348.0 → 1.10.8

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/lib/index.js CHANGED
@@ -4696,7 +4696,9 @@ 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 = JSON.parse('{"rE":"1.10.8-beta-20260723115348.0"}');
4699
+ var package_namespaceObject = {
4700
+ rE: "1.10.8"
4701
+ };
4700
4702
  var external_node_fs_ = __webpack_require__("node:fs");
4701
4703
  var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
4702
4704
  var external_node_path_ = __webpack_require__("node:path");
@@ -12583,7 +12585,7 @@ Usage:
12583
12585
  type: 'boolean',
12584
12586
  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}`
12585
12587
  }
12586
- }).version('version', 'Show version number', "1.10.8-beta-20260723115348.0").help().epilogue(`For complete list of configuration options, please visit:
12588
+ }).version('version', 'Show version number', "1.10.8").help().epilogue(`For complete list of configuration options, please visit:
12587
12589
  • Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
12588
12590
  • Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
12589
12591
  • iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part