@vendure/job-queue-plugin
Advanced tools
Comparing version 1.3.4 to 1.4.0-beta.0
{ | ||
"name": "@vendure/job-queue-plugin", | ||
"version": "1.3.4", | ||
"version": "1.4.0-beta.0", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "package/index.js", | ||
"@types/redis": "^2.8.28", | ||
"@vendure/common": "^1.3.4", | ||
"@vendure/core": "^1.3.4", | ||
"@vendure/common": "^1.4.0-beta.0", | ||
"@vendure/core": "^1.4.0-beta.0", | ||
"bullmq": "^1.40.1", | ||
@@ -35,3 +35,3 @@ "redis": "^3.0.2", | ||
}, | ||
"gitHead": "c56b85f6d87b5687595ae79c8889bd633101e0d5" | ||
"gitHead": "b4a29d6cff5a7c5b39000719b4c556f60a80b521" | ||
} |
@@ -9,6 +9,2 @@ import { HealthCheckRegistryService } from '@vendure/core'; | ||
* | ||
* {{% alert "warning" %}} | ||
* This plugin was newly released with Vendure v1.2.0 and has yet to receive thorough real-world testing. | ||
* {{% /alert %}} | ||
* | ||
* ## Advantages over the DefaultJobQueuePlugin | ||
@@ -15,0 +11,0 @@ * |
@@ -24,6 +24,2 @@ "use strict"; | ||
* | ||
* {{% alert "warning" %}} | ||
* This plugin was newly released with Vendure v1.2.0 and has yet to receive thorough real-world testing. | ||
* {{% /alert %}} | ||
* | ||
* ## Advantages over the DefaultJobQueuePlugin | ||
@@ -30,0 +26,0 @@ * |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
67744
1071
1