@midscene/cli 0.25.2 → 0.25.3
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.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/lib/index.js +2 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +5 -5
package/dist/lib/index.js
CHANGED
|
@@ -5705,7 +5705,7 @@ var import_node_path7 = require("path");
|
|
|
5705
5705
|
var import_dotenv = __toESM(require_main());
|
|
5706
5706
|
|
|
5707
5707
|
// package.json
|
|
5708
|
-
var version = "0.25.
|
|
5708
|
+
var version = "0.25.3";
|
|
5709
5709
|
|
|
5710
5710
|
// src/batch-runner.ts
|
|
5711
5711
|
var import_node_fs2 = require("fs");
|
|
@@ -17977,7 +17977,7 @@ Usage:
|
|
|
17977
17977
|
type: "string",
|
|
17978
17978
|
description: "Override device ID for Android environments."
|
|
17979
17979
|
}
|
|
17980
|
-
}).version("version", "Show version number", "0.25.
|
|
17980
|
+
}).version("version", "Show version number", "0.25.3").help().wrap(yargs_default().terminalWidth());
|
|
17981
17981
|
const argv = await args.argv;
|
|
17982
17982
|
debug("argv", argv);
|
|
17983
17983
|
return {
|