@midscene/cli 1.7.7 → 1.7.9
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 +7 -7
package/dist/es/index.mjs
CHANGED
|
@@ -3025,7 +3025,7 @@ var __webpack_modules__ = {
|
|
|
3025
3025
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3026
3026
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3027
3027
|
var package_namespaceObject = {
|
|
3028
|
-
rE: "1.7.
|
|
3028
|
+
rE: "1.7.9"
|
|
3029
3029
|
};
|
|
3030
3030
|
class Node {
|
|
3031
3031
|
value;
|
|
@@ -11966,7 +11966,7 @@ Usage:
|
|
|
11966
11966
|
type: 'boolean',
|
|
11967
11967
|
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}`
|
|
11968
11968
|
}
|
|
11969
|
-
}).version('version', 'Show version number', "1.7.
|
|
11969
|
+
}).version('version', 'Show version number', "1.7.9").help().epilogue(`For complete list of configuration options, please visit:
|
|
11970
11970
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
11971
11971
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
11972
11972
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|
package/dist/lib/index.js
CHANGED
|
@@ -3018,7 +3018,7 @@ var __webpack_modules__ = {
|
|
|
3018
3018
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3019
3019
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3020
3020
|
var package_namespaceObject = {
|
|
3021
|
-
rE: "1.7.
|
|
3021
|
+
rE: "1.7.9"
|
|
3022
3022
|
};
|
|
3023
3023
|
const yaml_namespaceObject = require("@midscene/core/yaml");
|
|
3024
3024
|
const common_namespaceObject = require("@midscene/shared/common");
|
|
@@ -11981,7 +11981,7 @@ Usage:
|
|
|
11981
11981
|
type: 'boolean',
|
|
11982
11982
|
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}`
|
|
11983
11983
|
}
|
|
11984
|
-
}).version('version', 'Show version number', "1.7.
|
|
11984
|
+
}).version('version', 'Show version number', "1.7.9").help().epilogue(`For complete list of configuration options, please visit:
|
|
11985
11985
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
11986
11986
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
11987
11987
|
• 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.7.
|
|
4
|
+
"version": "1.7.9",
|
|
5
5
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
6
6
|
"homepage": "https://midscenejs.com/",
|
|
7
7
|
"main": "./dist/lib/index.js",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"http-server": "14.1.1",
|
|
19
19
|
"lodash.merge": "4.6.2",
|
|
20
20
|
"puppeteer": "24.6.0",
|
|
21
|
-
"@midscene/
|
|
22
|
-
"@midscene/core": "1.7.
|
|
23
|
-
"@midscene/
|
|
24
|
-
"@midscene/shared": "1.7.
|
|
25
|
-
"@midscene/
|
|
26
|
-
"@midscene/web": "1.7.
|
|
21
|
+
"@midscene/computer": "1.7.9",
|
|
22
|
+
"@midscene/core": "1.7.9",
|
|
23
|
+
"@midscene/ios": "1.7.9",
|
|
24
|
+
"@midscene/shared": "1.7.9",
|
|
25
|
+
"@midscene/android": "1.7.9",
|
|
26
|
+
"@midscene/web": "1.7.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rslib/core": "^0.18.3",
|