@vendure/job-queue-plugin
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "@vendure/job-queue-plugin", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "package/index.js", | ||
"@types/ioredis": "^4.28.10", | ||
"@vendure/common": "^1.9.1", | ||
"@vendure/core": "^1.9.1", | ||
"@vendure/common": "^1.9.2", | ||
"@vendure/core": "^1.9.2", | ||
"bullmq": "^1.86.7", | ||
@@ -34,3 +34,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "72b785db1b8d1b6f0ca01faeeb1175a86e885d16" | ||
"gitHead": "f0035fa97585d1f1074b31b07eb18c003c0cbed7" | ||
} |
@@ -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
71425
1123