@merkl/api 0.20.18 → 0.20.19

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.
@@ -1 +1 @@
1
- export declare const main: () => Promise<void>;
1
+ export declare const main: () => Promise<never>;
@@ -233,5 +233,6 @@ export const main = async () => {
233
233
  if (failed === 0) {
234
234
  await file.delete();
235
235
  }
236
+ process.exit(0);
236
237
  };
237
238
  main();