@midscene/cli 0.29.3 → 0.29.4-beta-20250925153634.0
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 -4
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +2 -4
- package/dist/lib/index.js.map +1 -1
- package/package.json +6 -6
package/dist/es/index.mjs
CHANGED
|
@@ -3023,9 +3023,7 @@ 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 = {
|
|
3027
|
-
i8: "0.29.3"
|
|
3028
|
-
};
|
|
3026
|
+
var package_namespaceObject = JSON.parse('{"i8":"0.29.4-beta-20250925153634.0"}');
|
|
3029
3027
|
class Node {
|
|
3030
3028
|
value;
|
|
3031
3029
|
next;
|
|
@@ -11866,7 +11864,7 @@ Usage:
|
|
|
11866
11864
|
type: 'string',
|
|
11867
11865
|
description: 'Override WebDriverAgent host for iOS environments.'
|
|
11868
11866
|
}
|
|
11869
|
-
}).version('version', 'Show version number', "0.29.
|
|
11867
|
+
}).version('version', 'Show version number', "0.29.4-beta-20250925153634.0").help().wrap(yargs().terminalWidth());
|
|
11870
11868
|
const argv = await args.argv;
|
|
11871
11869
|
cli_utils_debug('argv', argv);
|
|
11872
11870
|
const transformedArgv = {
|