@midscene/cli 0.28.2-beta-20250910072710.0 → 0.28.2
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
|
@@ -3022,7 +3022,9 @@ 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 =
|
|
3025
|
+
var package_namespaceObject = {
|
|
3026
|
+
i8: "0.28.2"
|
|
3027
|
+
};
|
|
3026
3028
|
class Node {
|
|
3027
3029
|
value;
|
|
3028
3030
|
next;
|
|
@@ -11826,7 +11828,7 @@ Usage:
|
|
|
11826
11828
|
type: 'string',
|
|
11827
11829
|
description: 'Override device ID for Android environments.'
|
|
11828
11830
|
}
|
|
11829
|
-
}).version('version', 'Show version number', "0.28.2
|
|
11831
|
+
}).version('version', 'Show version number', "0.28.2").help().wrap(yargs().terminalWidth());
|
|
11830
11832
|
const argv = await args.argv;
|
|
11831
11833
|
cli_utils_debug('argv', argv);
|
|
11832
11834
|
return {
|