@midscene/cli 0.29.3-beta-20250925090314.0 → 0.29.3
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 +4 -2
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +4 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +6 -6
package/dist/es/index.mjs
CHANGED
|
@@ -3023,7 +3023,9 @@ var __webpack_modules__ = {
|
|
|
3023
3023
|
"./src/index.ts": function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
3024
3024
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3025
3025
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3026
|
-
var package_namespaceObject =
|
|
3026
|
+
var package_namespaceObject = {
|
|
3027
|
+
i8: "0.29.3"
|
|
3028
|
+
};
|
|
3027
3029
|
class Node {
|
|
3028
3030
|
value;
|
|
3029
3031
|
next;
|
|
@@ -11864,7 +11866,7 @@ Usage:
|
|
|
11864
11866
|
type: 'string',
|
|
11865
11867
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11866
11868
|
}
|
|
11867
|
-
}).version('version', 'Show version number', "0.29.3
|
|
11869
|
+
}).version('version', 'Show version number', "0.29.3").help().wrap(yargs().terminalWidth());
|
|
11868
11870
|
const argv = await args.argv;
|
|
11869
11871
|
cli_utils_debug('argv', argv);
|
|
11870
11872
|
const transformedArgv = {
|