@midscene/cli 0.23.0 → 0.23.1
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.23.
|
|
5708
|
+
var version = "0.23.1";
|
|
5709
5709
|
|
|
5710
5710
|
// src/batch-runner.ts
|
|
5711
5711
|
var import_node_fs2 = require("fs");
|
|
@@ -17984,7 +17984,7 @@ Usage:
|
|
|
17984
17984
|
type: "string",
|
|
17985
17985
|
description: "Override device ID for Android environments."
|
|
17986
17986
|
}
|
|
17987
|
-
}).version("version", "Show version number", "0.23.
|
|
17987
|
+
}).version("version", "Show version number", "0.23.1").help().wrap(yargs_default().terminalWidth());
|
|
17988
17988
|
const argv = await args.argv;
|
|
17989
17989
|
debug("argv", argv);
|
|
17990
17990
|
return {
|