@midscene/cli 0.28.3 → 0.28.4-beta-20250910153230.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 +5 -5
package/dist/es/index.mjs
CHANGED
|
@@ -3022,9 +3022,7 @@ var __webpack_modules__ = {
|
|
|
3022
3022
|
"./src/index.ts": function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
3023
3023
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3024
3024
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3025
|
-
var package_namespaceObject = {
|
|
3026
|
-
i8: "0.28.3"
|
|
3027
|
-
};
|
|
3025
|
+
var package_namespaceObject = JSON.parse('{"i8":"0.28.4-beta-20250910153230.0"}');
|
|
3028
3026
|
class Node {
|
|
3029
3027
|
value;
|
|
3030
3028
|
next;
|
|
@@ -11828,7 +11826,7 @@ Usage:
|
|
|
11828
11826
|
type: 'string',
|
|
11829
11827
|
description: 'Override device ID for Android environments.'
|
|
11830
11828
|
}
|
|
11831
|
-
}).version('version', 'Show version number', "0.28.
|
|
11829
|
+
}).version('version', 'Show version number', "0.28.4-beta-20250910153230.0").help().wrap(yargs().terminalWidth());
|
|
11832
11830
|
const argv = await args.argv;
|
|
11833
11831
|
cli_utils_debug('argv', argv);
|
|
11834
11832
|
return {
|