@midscene/cli 0.16.4 → 0.16.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.js +1 -1
- package/dist/lib/index.js +1 -1
- package/package.json +4 -4
package/dist/es/index.js
CHANGED
|
@@ -13955,7 +13955,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
|
|
|
13955
13955
|
default: false,
|
|
13956
13956
|
description: "Keep the browser window open after the script finishes. This is useful when debugging, but will consume more resources"
|
|
13957
13957
|
}
|
|
13958
|
-
}).version("version", "Show version number", "0.16.
|
|
13958
|
+
}).version("version", "Show version number", "0.16.6").help().wrap(yargs_default().terminalWidth());
|
|
13959
13959
|
const argv = await args.argv;
|
|
13960
13960
|
return {
|
|
13961
13961
|
path: argv._[0],
|
package/dist/lib/index.js
CHANGED
|
@@ -13950,7 +13950,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
|
|
|
13950
13950
|
default: false,
|
|
13951
13951
|
description: "Keep the browser window open after the script finishes. This is useful when debugging, but will consume more resources"
|
|
13952
13952
|
}
|
|
13953
|
-
}).version("version", "Show version number", "0.16.
|
|
13953
|
+
}).version("version", "Show version number", "0.16.6").help().wrap(yargs_default().terminalWidth());
|
|
13954
13954
|
const argv = await args.argv;
|
|
13955
13955
|
return {
|
|
13956
13956
|
path: argv._[0],
|
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.16.
|
|
4
|
+
"version": "0.16.6",
|
|
5
5
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
6
6
|
"homepage": "https://midscenejs.com/",
|
|
7
7
|
"jsnext:source": "./src/index.ts",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"puppeteer": "24.2.0",
|
|
19
19
|
"http-server": "14.1.1",
|
|
20
|
-
"@midscene/
|
|
21
|
-
"@midscene/
|
|
22
|
-
"@midscene/
|
|
20
|
+
"@midscene/android": "0.16.6",
|
|
21
|
+
"@midscene/core": "0.16.6",
|
|
22
|
+
"@midscene/web": "0.16.6"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@modern-js/module-tools": "2.60.6",
|