@vendure/job-queue-plugin 2.1.3 → 2.1.5

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.
@@ -20,13 +20,13 @@ import { BullMQPluginOptions } from './types';
20
20
  *
21
21
  * ## Installation
22
22
  *
23
- * `yarn add \@vendure/job-queue-plugin bullmq@1`
23
+ * `yarn add \@vendure/job-queue-plugin bullmq`
24
24
  *
25
25
  * or
26
26
  *
27
- * `npm install \@vendure/job-queue-plugin bullmq@1`
27
+ * `npm install \@vendure/job-queue-plugin bullmq`
28
28
  *
29
- * **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x.
29
+ * **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x, etc.
30
30
  *
31
31
  * @example
32
32
  * ```ts
@@ -35,13 +35,13 @@ const redis_job_buffer_storage_strategy_1 = require("./redis-job-buffer-storage-
35
35
  *
36
36
  * ## Installation
37
37
  *
38
- * `yarn add \@vendure/job-queue-plugin bullmq@1`
38
+ * `yarn add \@vendure/job-queue-plugin bullmq`
39
39
  *
40
40
  * or
41
41
  *
42
- * `npm install \@vendure/job-queue-plugin bullmq@1`
42
+ * `npm install \@vendure/job-queue-plugin bullmq`
43
43
  *
44
- * **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x.
44
+ * **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x, etc.
45
45
  *
46
46
  * @example
47
47
  * ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/job-queue-plugin",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "license": "MIT",
5
5
  "main": "package/index.js",
6
6
  "types": "package/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@google-cloud/pubsub": "^2.8.0",
26
- "@vendure/common": "^2.1.3",
27
- "@vendure/core": "^2.1.3",
26
+ "@vendure/common": "^2.1.5",
27
+ "@vendure/core": "^2.1.5",
28
28
  "bullmq": "^3.15.5",
29
29
  "ioredis": "^5.3.0",
30
30
  "rimraf": "^3.0.2",
31
31
  "typescript": "4.9.5"
32
32
  },
33
- "gitHead": "5e506fd8ba9f7e20030c329e62af1140d906121f"
33
+ "gitHead": "e5ecd1fac86ed8e6f85c39a19b3aa7561dcff3b2"
34
34
  }