@midscene/cli 0.29.5 → 0.29.6
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 -2
- package/dist/lib/index.js +2 -2
- package/package.json +6 -6
package/dist/es/index.mjs
CHANGED
|
@@ -3024,7 +3024,7 @@ var __webpack_modules__ = {
|
|
|
3024
3024
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3025
3025
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3026
3026
|
var package_namespaceObject = {
|
|
3027
|
-
i8: "0.29.
|
|
3027
|
+
i8: "0.29.6"
|
|
3028
3028
|
};
|
|
3029
3029
|
class Node {
|
|
3030
3030
|
value;
|
|
@@ -11866,7 +11866,7 @@ Usage:
|
|
|
11866
11866
|
type: 'string',
|
|
11867
11867
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11868
11868
|
}
|
|
11869
|
-
}).version('version', 'Show version number', "0.29.
|
|
11869
|
+
}).version('version', 'Show version number', "0.29.6").help().wrap(yargs().terminalWidth());
|
|
11870
11870
|
const argv = await args.argv;
|
|
11871
11871
|
cli_utils_debug('argv', argv);
|
|
11872
11872
|
const transformedArgv = {
|
package/dist/lib/index.js
CHANGED
|
@@ -3016,7 +3016,7 @@ var __webpack_modules__ = {
|
|
|
3016
3016
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3017
3017
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3018
3018
|
var package_namespaceObject = {
|
|
3019
|
-
i8: "0.29.
|
|
3019
|
+
i8: "0.29.6"
|
|
3020
3020
|
};
|
|
3021
3021
|
const yaml_namespaceObject = require("@midscene/core/yaml");
|
|
3022
3022
|
const common_namespaceObject = require("@midscene/shared/common");
|
|
@@ -11881,7 +11881,7 @@ Usage:
|
|
|
11881
11881
|
type: 'string',
|
|
11882
11882
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11883
11883
|
}
|
|
11884
|
-
}).version('version', 'Show version number', "0.29.
|
|
11884
|
+
}).version('version', 'Show version number', "0.29.6").help().wrap(yargs().terminalWidth());
|
|
11885
11885
|
const argv = await args.argv;
|
|
11886
11886
|
cli_utils_debug('argv', argv);
|
|
11887
11887
|
const transformedArgv = {
|
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": "0.29.
|
|
4
|
+
"version": "0.29.6",
|
|
5
5
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
6
6
|
"homepage": "https://midscenejs.com/",
|
|
7
7
|
"main": "./dist/lib/index.js",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"http-server": "14.1.1",
|
|
19
19
|
"lodash.merge": "4.6.2",
|
|
20
20
|
"puppeteer": "24.2.0",
|
|
21
|
-
"@midscene/android": "0.29.
|
|
22
|
-
"@midscene/core": "0.29.
|
|
23
|
-
"@midscene/ios": "0.29.
|
|
24
|
-
"@midscene/
|
|
25
|
-
"@midscene/
|
|
21
|
+
"@midscene/android": "0.29.6",
|
|
22
|
+
"@midscene/core": "0.29.6",
|
|
23
|
+
"@midscene/ios": "0.29.6",
|
|
24
|
+
"@midscene/shared": "0.29.6",
|
|
25
|
+
"@midscene/web": "0.29.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rslib/core": "^0.11.2",
|