@midscene/cli 0.16.9 → 0.16.10

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
@@ -13950,7 +13950,7 @@ Usage: $0 [options] <path-to-yaml-script-file-or-directory>`
13950
13950
  default: false,
13951
13951
  description: "Keep the browser window open after the script finishes. This is useful when debugging, but will consume more resources"
13952
13952
  }
13953
- }).version("version", "Show version number", "0.16.9").help().wrap(yargs_default().terminalWidth());
13953
+ }).version("version", "Show version number", "0.16.10").help().wrap(yargs_default().terminalWidth());
13954
13954
  const argv = await args.argv;
13955
13955
  return {
13956
13956
  path: argv._[0],