@sqaitech/cli 0.30.13 → 0.30.15
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 +6 -6
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +6 -6
- package/dist/lib/index.js.map +1 -1
- package/package.json +6 -6
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.14"
|
|
3020
3020
|
};
|
|
3021
3021
|
const yaml_namespaceObject = require("@sqaitech/core/yaml");
|
|
3022
3022
|
const common_namespaceObject = require("@sqaitech/shared/common");
|
|
@@ -3188,7 +3188,7 @@ var __webpack_modules__ = {
|
|
|
3188
3188
|
}
|
|
3189
3189
|
if (void 0 !== webTarget) {
|
|
3190
3190
|
var _yamlScript_agent;
|
|
3191
|
-
if (void 0 !== yamlScript.target) console.warn("target is deprecated, please use web instead. See https://
|
|
3191
|
+
if (void 0 !== yamlScript.target) console.warn("target is deprecated, please use web instead. See https://sqai.tech/automate-with-scripts-in-yaml for more information. Sorry for the inconvenience.");
|
|
3192
3192
|
let localServer;
|
|
3193
3193
|
let urlToVisit;
|
|
3194
3194
|
if (webTarget.serve) {
|
|
@@ -11839,8 +11839,8 @@ var __webpack_modules__ = {
|
|
|
11839
11839
|
}
|
|
11840
11840
|
const cli_utils_debug = (0, logger_namespaceObject.getDebug)('sqai:cli');
|
|
11841
11841
|
const parseProcessArgs = async ()=>{
|
|
11842
|
-
const args = yargs(hideBin(process.argv)).usage(`
|
|
11843
|
-
Homepage: https://
|
|
11842
|
+
const args = yargs(hideBin(process.argv)).usage(`SQAI.js helps you automate browser actions, assertions, and data extraction by AI.
|
|
11843
|
+
Homepage: https://sqai.tech
|
|
11844
11844
|
Github: https://github.com/web-infra-dev/midscene
|
|
11845
11845
|
|
|
11846
11846
|
Usage:
|
|
@@ -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.14").help().wrap(yargs().terminalWidth());
|
|
11927
11927
|
const argv = await args.argv;
|
|
11928
11928
|
cli_utils_debug('argv', argv);
|
|
11929
11929
|
const transformedArgv = {
|
|
@@ -11983,7 +11983,7 @@ Usage:
|
|
|
11983
11983
|
const welcome = `\nWelcome to @sqaitech/cli v${package_namespaceObject.i8}\n`;
|
|
11984
11984
|
console.log(welcome);
|
|
11985
11985
|
if (options.url) {
|
|
11986
|
-
console.error("the cli mode is no longer supported, please use yaml file instead. See https://
|
|
11986
|
+
console.error("the cli mode is no longer supported, please use yaml file instead. See https://sqai.tech/automate-with-scripts-in-yaml for more information. Sorry for the inconvenience.");
|
|
11987
11987
|
process.exit(1);
|
|
11988
11988
|
}
|
|
11989
11989
|
const configFile = options.config;
|