@midscene/cli 0.20.1 → 0.20.2-beta-20250701090459.0

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/lib/index.js CHANGED
@@ -13908,7 +13908,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
13908
13908
  default: true,
13909
13909
  description: "Turn on logging to help debug why certain keys or values are not being set as you expect"
13910
13910
  }
13911
- }).version("version", "Show version number", "0.20.1").help().wrap(yargs_default().terminalWidth());
13911
+ }).version("version", "Show version number", "0.20.2-beta-20250701090459.0").help().wrap(yargs_default().terminalWidth());
13912
13912
  const argv = await args.argv;
13913
13913
  return {
13914
13914
  path: argv._[0],