@hastehaul/common 2.5.0 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,5 +20,5 @@ export declare abstract class AbstractWorker {
20
20
  * @param {Job} job - The job object representing the job to be processed.
21
21
  * @returns {Promise<void>} - A Promise that resolves when the job processing is completed successfully.
22
22
  */
23
- protected abstract process(job: Job): Promise<void>;
23
+ protected abstract process(job: Job): Promise<any>;
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",