@vendure/job-queue-plugin
Advanced tools
Comparing version 2.0.0-next.27 to 2.0.0-next.28
{ | ||
"name": "@vendure/job-queue-plugin", | ||
"version": "2.0.0-next.27", | ||
"version": "2.0.0-next.28", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "package/index.js", | ||
"@types/ioredis": "^4.28.10", | ||
"@vendure/common": "^2.0.0-next.27", | ||
"@vendure/core": "^2.0.0-next.27", | ||
"@vendure/common": "^2.0.0-next.28", | ||
"@vendure/core": "^2.0.0-next.28", | ||
"bullmq": "^1.86.7", | ||
@@ -34,3 +34,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "536e4f83bb0377063ff50684c8c6c08fafb23339" | ||
"gitHead": "6811d6554afbb0e0d993da4788499bcd3563d5ab" | ||
} |
@@ -23,8 +23,10 @@ import { BullMQPluginOptions } from './types'; | ||
* | ||
* `yarn add \@vendure/job-queue-plugin bullmq` | ||
* `yarn add \@vendure/job-queue-plugin bullmq@1` | ||
* | ||
* or | ||
* | ||
* `npm install \@vendure/job-queue-plugin bullmq` | ||
* `npm install \@vendure/job-queue-plugin bullmq@1` | ||
* | ||
* **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x. | ||
* | ||
* @example | ||
@@ -31,0 +33,0 @@ * ```ts |
@@ -38,8 +38,10 @@ "use strict"; | ||
* | ||
* `yarn add \@vendure/job-queue-plugin bullmq` | ||
* `yarn add \@vendure/job-queue-plugin bullmq@1` | ||
* | ||
* or | ||
* | ||
* `npm install \@vendure/job-queue-plugin bullmq` | ||
* `npm install \@vendure/job-queue-plugin bullmq@1` | ||
* | ||
* **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x. | ||
* | ||
* @example | ||
@@ -46,0 +48,0 @@ * ```ts |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71489
1123
5
7