@midscene/cli 0.27.4-beta-20250826080237.0 → 0.27.4
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 +5 -5
package/dist/es/index.mjs
CHANGED
|
@@ -3021,7 +3021,9 @@ 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 =
|
|
3024
|
+
var package_namespaceObject = {
|
|
3025
|
+
i8: "0.27.4"
|
|
3026
|
+
};
|
|
3025
3027
|
class Node {
|
|
3026
3028
|
value;
|
|
3027
3029
|
next;
|
|
@@ -11785,7 +11787,7 @@ Usage:
|
|
|
11785
11787
|
type: 'string',
|
|
11786
11788
|
description: 'Override device ID for Android environments.'
|
|
11787
11789
|
}
|
|
11788
|
-
}).version('version', 'Show version number', "0.27.4
|
|
11790
|
+
}).version('version', 'Show version number', "0.27.4").help().wrap(yargs().terminalWidth());
|
|
11789
11791
|
const argv = await args.argv;
|
|
11790
11792
|
debug('argv', argv);
|
|
11791
11793
|
return {
|