@hastehaul/common 2.6.0 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { Job, Worker } from "bullmq";
1
+ import { Job, Worker, WorkerOptions } from "bullmq";
2
2
  import { EventEmitter } from 'events';
3
3
  /**
4
4
  * Abstract class representing a worker for processing jobs from a Job Queue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",