@fileverse/api 0.0.6 → 0.0.8

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.
@@ -2168,7 +2168,7 @@ eventsCommand.command("retry-all").description("Retry all failed events").action
2168
2168
  init_infra();
2169
2169
  logger.level = "error";
2170
2170
  await runMigrations();
2171
- var program = new Command9().name("ddctl").description("CLI tool to manage your ddocs").version("0.0.3").addHelpText("beforeAll", "\n").addHelpText("afterAll", "\n");
2171
+ var program = new Command9().name("ddctl").description("CLI tool to manage your ddocs").version("0.0.8").addHelpText("beforeAll", "\n").addHelpText("afterAll", "\n");
2172
2172
  program.addCommand(listCommand);
2173
2173
  program.addCommand(getCommand);
2174
2174
  program.addCommand(createCommand);