@sqaitech/cli 0.30.16 → 0.30.18
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
|
-
i8: "0.30.
|
|
3028
|
+
i8: "0.30.18"
|
|
3029
3029
|
};
|
|
3030
3030
|
class Node {
|
|
3031
3031
|
value;
|
|
@@ -11908,7 +11908,7 @@ Usage:
|
|
|
11908
11908
|
type: 'string',
|
|
11909
11909
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11910
11910
|
}
|
|
11911
|
-
}).version('version', 'Show version number', "0.30.
|
|
11911
|
+
}).version('version', 'Show version number', "0.30.18").help().wrap(yargs().terminalWidth());
|
|
11912
11912
|
const argv = await args.argv;
|
|
11913
11913
|
cli_utils_debug('argv', argv);
|
|
11914
11914
|
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.30.
|
|
3019
|
+
i8: "0.30.18"
|
|
3020
3020
|
};
|
|
3021
3021
|
const yaml_namespaceObject = require("@sqaitech/core/yaml");
|
|
3022
3022
|
const common_namespaceObject = require("@sqaitech/shared/common");
|
|
@@ -11923,7 +11923,7 @@ Usage:
|
|
|
11923
11923
|
type: 'string',
|
|
11924
11924
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11925
11925
|
}
|
|
11926
|
-
}).version('version', 'Show version number', "0.30.
|
|
11926
|
+
}).version('version', 'Show version number', "0.30.18").help().wrap(yargs().terminalWidth());
|
|
11927
11927
|
const argv = await args.argv;
|
|
11928
11928
|
cli_utils_debug('argv', argv);
|
|
11929
11929
|
const transformedArgv = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqaitech/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://sqai.tech/ for details.",
|
|
4
|
-
"version": "0.30.
|
|
4
|
+
"version": "0.30.18",
|
|
5
5
|
"repository": "https://github.com/qa-nparekh/midscene",
|
|
6
6
|
"homepage": "https://sqai.tech/",
|
|
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
|
-
"@sqaitech/
|
|
22
|
-
"@sqaitech/
|
|
23
|
-
"@sqaitech/
|
|
24
|
-
"@sqaitech/shared": "0.30.
|
|
25
|
-
"@sqaitech/
|
|
21
|
+
"@sqaitech/android": "0.30.18",
|
|
22
|
+
"@sqaitech/ios": "0.30.18",
|
|
23
|
+
"@sqaitech/core": "0.30.18",
|
|
24
|
+
"@sqaitech/shared": "0.30.18",
|
|
25
|
+
"@sqaitech/web": "0.30.18"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rslib/core": "^0.11.2",
|