@hastehaul/common 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ export declare abstract class AbstractJobQueue {
12
12
  */
13
13
  constructor(queueName: string, useReplicas?: boolean);
14
14
  /**
15
- * Abstract method to add jobs to the job queue.
15
+ * Abstract method to add jobs to the job queue. onpe
16
16
  *
17
17
  * This method should be implemented by subclasses to add specific jobs to the queue.
18
18
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",