veracarto 0.1.4 → 0.1.5

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/cli/index.js CHANGED
@@ -45058,7 +45058,7 @@ var {
45058
45058
  // src/cli/index.ts
45059
45059
  init_config();
45060
45060
  var program2 = new Command();
45061
- program2.name("veracarto").description("Security findings, down to what matters").version("0.1.4");
45061
+ program2.name("veracarto").description("Security findings, down to what matters").version("0.1.5");
45062
45062
  program2.command("init").description("Interactive onboarding wizard").option("--step <step>", "Jump to a specific step (gcp, github, slack)").action(async (opts) => {
45063
45063
  const { runInit: runInit2 } = await init_init().then(() => init_exports);
45064
45064
  await runInit2(opts.step);