@midscene/cli 1.0.1 → 1.0.2
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
|
@@ -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.0.
|
|
3028
|
+
rE: "1.0.2"
|
|
3029
3029
|
};
|
|
3030
3030
|
class Node {
|
|
3031
3031
|
value;
|
|
@@ -11879,7 +11879,7 @@ Usage:
|
|
|
11879
11879
|
type: 'boolean',
|
|
11880
11880
|
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}`
|
|
11881
11881
|
}
|
|
11882
|
-
}).version('version', 'Show version number', "1.0.
|
|
11882
|
+
}).version('version', 'Show version number', "1.0.2").help().epilogue(`For complete list of configuration options, please visit:
|
|
11883
11883
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
11884
11884
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
11885
11885
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|
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
|
-
rE: "1.0.
|
|
3019
|
+
rE: "1.0.2"
|
|
3020
3020
|
};
|
|
3021
3021
|
const yaml_namespaceObject = require("@midscene/core/yaml");
|
|
3022
3022
|
const common_namespaceObject = require("@midscene/shared/common");
|
|
@@ -11894,7 +11894,7 @@ Usage:
|
|
|
11894
11894
|
type: 'boolean',
|
|
11895
11895
|
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}`
|
|
11896
11896
|
}
|
|
11897
|
-
}).version('version', 'Show version number', "1.0.
|
|
11897
|
+
}).version('version', 'Show version number', "1.0.2").help().epilogue(`For complete list of configuration options, please visit:
|
|
11898
11898
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
11899
11899
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
11900
11900
|
• 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.0.
|
|
4
|
+
"version": "1.0.2",
|
|
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.6.0",
|
|
21
|
-
"@midscene/android": "1.0.
|
|
22
|
-
"@midscene/
|
|
23
|
-
"@midscene/
|
|
24
|
-
"@midscene/
|
|
25
|
-
"@midscene/
|
|
21
|
+
"@midscene/android": "1.0.2",
|
|
22
|
+
"@midscene/core": "1.0.2",
|
|
23
|
+
"@midscene/shared": "1.0.2",
|
|
24
|
+
"@midscene/web": "1.0.2",
|
|
25
|
+
"@midscene/ios": "1.0.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rslib/core": "^0.18.3",
|