@midscene/cli 0.30.9 → 0.30.10
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/es/index.mjs.map +1 -1
- package/dist/lib/index.js +2 -2
- 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.10"
|
|
3020
3020
|
};
|
|
3021
3021
|
const yaml_namespaceObject = require("@midscene/core/yaml");
|
|
3022
3022
|
const common_namespaceObject = require("@midscene/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.10").help().wrap(yargs().terminalWidth());
|
|
11927
11927
|
const argv = await args.argv;
|
|
11928
11928
|
cli_utils_debug('argv', argv);
|
|
11929
11929
|
const transformedArgv = {
|