@midscene/cli 1.10.7 → 1.10.8-beta-20260723115348.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 CHANGED
@@ -3025,9 +3025,7 @@ var __webpack_modules__ = {
3025
3025
  module.exports = (string, columns, options)=>String(string).normalize().replace(/\r\n/g, '\n').split('\n').map((line)=>exec(line, columns, options)).join('\n');
3026
3026
  },
3027
3027
  "./src/index.ts" (__unused_rspack_module, __unused_rspack___webpack_exports__, __webpack_require__) {
3028
- var package_namespaceObject = {
3029
- rE: "1.10.7"
3030
- };
3028
+ var package_namespaceObject = JSON.parse('{"rE":"1.10.8-beta-20260723115348.0"}');
3031
3029
  var brace_expansion = __webpack_require__("../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js");
3032
3030
  const MAX_PATTERN_LENGTH = 65536;
3033
3031
  const assertValidPattern = (pattern)=>{
@@ -10900,7 +10898,7 @@ Usage:
10900
10898
  type: 'boolean',
10901
10899
  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}`
10902
10900
  }
10903
- }).version('version', 'Show version number', "1.10.7").help().epilogue(`For complete list of configuration options, please visit:
10901
+ }).version('version', 'Show version number', "1.10.8-beta-20260723115348.0").help().epilogue(`For complete list of configuration options, please visit:
10904
10902
  • Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
10905
10903
  • Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
10906
10904
  • iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part