@midscene/cli 0.26.2-beta-20250812091127.0 → 0.26.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.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.26.2
|
|
5714
|
+
var version = "0.26.2";
|
|
5715
5715
|
|
|
5716
5716
|
// src/batch-runner.ts
|
|
5717
5717
|
import { existsSync, mkdirSync, writeFileSync } from "fs";
|
|
@@ -17988,7 +17988,7 @@ Usage:
|
|
|
17988
17988
|
type: "string",
|
|
17989
17989
|
description: "Override device ID for Android environments."
|
|
17990
17990
|
}
|
|
17991
|
-
}).version("version", "Show version number", "0.26.2
|
|
17991
|
+
}).version("version", "Show version number", "0.26.2").help().wrap(yargs_default().terminalWidth());
|
|
17992
17992
|
const argv = await args.argv;
|
|
17993
17993
|
debug("argv", argv);
|
|
17994
17994
|
return {
|