@midscene/cli 0.26.4 → 0.26.5-beta-20250814080504.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
|
@@ -3021,9 +3021,7 @@ var __webpack_modules__ = {
|
|
|
3021
3021
|
"./src/index.ts": function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
3022
3022
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
3023
3023
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
3024
|
-
var package_namespaceObject = {
|
|
3025
|
-
i8: "0.26.4"
|
|
3026
|
-
};
|
|
3024
|
+
var package_namespaceObject = JSON.parse('{"i8":"0.26.5-beta-20250814080504.0"}');
|
|
3027
3025
|
class Node {
|
|
3028
3026
|
value;
|
|
3029
3027
|
next;
|
|
@@ -11787,7 +11785,7 @@ Usage:
|
|
|
11787
11785
|
type: 'string',
|
|
11788
11786
|
description: 'Override device ID for Android environments.'
|
|
11789
11787
|
}
|
|
11790
|
-
}).version('version', 'Show version number', "0.26.
|
|
11788
|
+
}).version('version', 'Show version number', "0.26.5-beta-20250814080504.0").help().wrap(yargs().terminalWidth());
|
|
11791
11789
|
const argv = await args.argv;
|
|
11792
11790
|
debug('argv', argv);
|
|
11793
11791
|
return {
|