@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/es/index.js
CHANGED
|
@@ -5711,7 +5711,7 @@ import { existsSync as existsSync3 } from "fs";
|
|
|
5711
5711
|
import { join as join2 } from "path";
|
|
5712
5712
|
|
|
5713
5713
|
// package.json
|
|
5714
|
-
var version = "0.25.
|
|
5714
|
+
var version = "0.25.3";
|
|
5715
5715
|
|
|
5716
5716
|
// src/batch-runner.ts
|
|
5717
5717
|
import { existsSync, mkdirSync, writeFileSync } from "fs";
|
|
@@ -17982,7 +17982,7 @@ Usage:
|
|
|
17982
17982
|
type: "string",
|
|
17983
17983
|
description: "Override device ID for Android environments."
|
|
17984
17984
|
}
|
|
17985
|
-
}).version("version", "Show version number", "0.25.
|
|
17985
|
+
}).version("version", "Show version number", "0.25.3").help().wrap(yargs_default().terminalWidth());
|
|
17986
17986
|
const argv = await args.argv;
|
|
17987
17987
|
debug("argv", argv);
|
|
17988
17988
|
return {
|