@midscene/cli 1.10.4-beta-20260710025850.0 → 1.10.4-beta-20260710032704.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-20260710025850.0"}');
3028
+ var package_namespaceObject = JSON.parse('{"rE":"1.10.4-beta-20260710032704.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)=>{
@@ -10886,7 +10886,7 @@ Usage:
10886
10886
  type: 'boolean',
10887
10887
  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}`
10888
10888
  }
10889
- }).version('version', 'Show version number', "1.10.4-beta-20260710025850.0").help().epilogue(`For complete list of configuration options, please visit:
10889
+ }).version('version', 'Show version number', "1.10.4-beta-20260710032704.0").help().epilogue(`For complete list of configuration options, please visit:
10890
10890
  • Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
10891
10891
  • Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
10892
10892
  • iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
package/dist/lib/index.js CHANGED
@@ -4708,7 +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 = JSON.parse('{"rE":"1.10.4-beta-20260710025850.0"}');
4711
+ var package_namespaceObject = JSON.parse('{"rE":"1.10.4-beta-20260710032704.0"}');
4712
4712
  var external_node_fs_ = __webpack_require__("node:fs");
4713
4713
  var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
4714
4714
  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-20260710025850.0").help().epilogue(`For complete list of configuration options, please visit:
12586
+ }).version('version', 'Show version number', "1.10.4-beta-20260710032704.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-20260710025850.0",
4
+ "version": "1.10.4-beta-20260710032704.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-20260710025850.0",
23
- "@midscene/computer": "1.10.4-beta-20260710025850.0",
24
- "@midscene/core": "1.10.4-beta-20260710025850.0",
25
- "@midscene/harmony": "1.10.4-beta-20260710025850.0",
26
- "@midscene/shared": "1.10.4-beta-20260710025850.0",
27
- "@midscene/ios": "1.10.4-beta-20260710025850.0",
28
- "@midscene/web": "1.10.4-beta-20260710025850.0"
22
+ "@midscene/computer": "1.10.4-beta-20260710032704.0",
23
+ "@midscene/core": "1.10.4-beta-20260710032704.0",
24
+ "@midscene/harmony": "1.10.4-beta-20260710032704.0",
25
+ "@midscene/ios": "1.10.4-beta-20260710032704.0",
26
+ "@midscene/shared": "1.10.4-beta-20260710032704.0",
27
+ "@midscene/android": "1.10.4-beta-20260710032704.0",
28
+ "@midscene/web": "1.10.4-beta-20260710032704.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rslib/core": "^0.18.3",