@midscene/cli 1.10.4-beta-20260715034325.0 → 1.10.5-beta-20260714101501.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,7 +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 = JSON.parse('{"rE":"1.10.4-beta-20260715034325.0"}');
3028
+ var package_namespaceObject = JSON.parse('{"rE":"1.10.5-beta-20260714101501.0"}');
3029
3029
  var brace_expansion = __webpack_require__("../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js");
3030
3030
  const MAX_PATTERN_LENGTH = 65536;
3031
3031
  const assertValidPattern = (pattern)=>{
@@ -10898,7 +10898,7 @@ Usage:
10898
10898
  type: 'boolean',
10899
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}`
10900
10900
  }
10901
- }).version('version', 'Show version number', "1.10.4-beta-20260715034325.0").help().epilogue(`For complete list of configuration options, please visit:
10901
+ }).version('version', 'Show version number', "1.10.5-beta-20260714101501.0").help().epilogue(`For complete list of configuration options, please visit:
10902
10902
  • Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
10903
10903
  • Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
10904
10904
  • iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
package/dist/lib/index.js CHANGED
@@ -4696,7 +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 = JSON.parse('{"rE":"1.10.4-beta-20260715034325.0"}');
4699
+ var package_namespaceObject = JSON.parse('{"rE":"1.10.5-beta-20260714101501.0"}');
4700
4700
  var external_node_fs_ = __webpack_require__("node:fs");
4701
4701
  var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
4702
4702
  var external_node_path_ = __webpack_require__("node:path");
@@ -12583,7 +12583,7 @@ Usage:
12583
12583
  type: 'boolean',
12584
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}`
12585
12585
  }
12586
- }).version('version', 'Show version number', "1.10.4-beta-20260715034325.0").help().epilogue(`For complete list of configuration options, please visit:
12586
+ }).version('version', 'Show version number', "1.10.5-beta-20260714101501.0").help().epilogue(`For complete list of configuration options, please visit:
12587
12587
  • Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
12588
12588
  • Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
12589
12589
  • iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midscene/cli",
3
3
  "description": "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
4
- "version": "1.10.4-beta-20260715034325.0",
4
+ "version": "1.10.5-beta-20260714101501.0",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "main": "./dist/lib/index.js",
@@ -19,13 +19,13 @@
19
19
  "http-server": "14.1.1",
20
20
  "lodash.merge": "4.6.2",
21
21
  "puppeteer": "24.6.0",
22
- "@midscene/android": "1.10.4-beta-20260715034325.0",
23
- "@midscene/harmony": "1.10.4-beta-20260715034325.0",
24
- "@midscene/ios": "1.10.4-beta-20260715034325.0",
25
- "@midscene/computer": "1.10.4-beta-20260715034325.0",
26
- "@midscene/web": "1.10.4-beta-20260715034325.0",
27
- "@midscene/shared": "1.10.4-beta-20260715034325.0",
28
- "@midscene/core": "1.10.4-beta-20260715034325.0"
22
+ "@midscene/android": "1.10.5-beta-20260714101501.0",
23
+ "@midscene/harmony": "1.10.5-beta-20260714101501.0",
24
+ "@midscene/ios": "1.10.5-beta-20260714101501.0",
25
+ "@midscene/core": "1.10.5-beta-20260714101501.0",
26
+ "@midscene/shared": "1.10.5-beta-20260714101501.0",
27
+ "@midscene/computer": "1.10.5-beta-20260714101501.0",
28
+ "@midscene/web": "1.10.5-beta-20260714101501.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rslib/core": "^0.18.3",