@vendure/job-queue-plugin
Advanced tools
Comparing version 2.2.0-next.5 to 2.2.0-next.6
{ | ||
"name": "@vendure/job-queue-plugin", | ||
"version": "2.2.0-next.5", | ||
"version": "2.2.0-next.6", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "main": "package/index.js", | ||
"e2e-wip": "node e2e/check-connection.js || jest --config ../../e2e-common/jest-config.js --runInBand --package=job-queue-plugin", | ||
"ci": "yarn build" | ||
"ci": "npm run build" | ||
}, | ||
@@ -27,10 +27,10 @@ "homepage": "https://www.vendure.io/", | ||
"@google-cloud/pubsub": "^2.8.0", | ||
"@vendure/common": "2.2.0-next.5", | ||
"@vendure/core": "2.2.0-next.5", | ||
"bullmq": "^5.1.7", | ||
"@vendure/common": "2.2.0-next.6", | ||
"@vendure/core": "2.2.0-next.6", | ||
"bullmq": "^5.4.2", | ||
"ioredis": "^5.3.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "5.1.6" | ||
"rimraf": "^5.0.5", | ||
"typescript": "5.3.3" | ||
}, | ||
"gitHead": "e0c0ae0b3290e7f232cbec335dab3c6ee4b5aad1" | ||
"gitHead": "2357477d705829080cfa912db0cf04eedadeaa6e" | ||
} |
@@ -8,3 +8,2 @@ "use strict"; | ||
}; | ||
var BullMQJobQueuePlugin_1; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -142,3 +141,3 @@ exports.BullMQJobQueuePlugin = void 0; | ||
*/ | ||
let BullMQJobQueuePlugin = exports.BullMQJobQueuePlugin = BullMQJobQueuePlugin_1 = class BullMQJobQueuePlugin { | ||
let BullMQJobQueuePlugin = class BullMQJobQueuePlugin { | ||
/** | ||
@@ -153,3 +152,4 @@ * @description | ||
}; | ||
exports.BullMQJobQueuePlugin = BullMQJobQueuePlugin = BullMQJobQueuePlugin_1 = __decorate([ | ||
exports.BullMQJobQueuePlugin = BullMQJobQueuePlugin; | ||
exports.BullMQJobQueuePlugin = BullMQJobQueuePlugin = __decorate([ | ||
(0, core_1.VendurePlugin)({ | ||
@@ -164,3 +164,3 @@ imports: [core_1.PluginCommonModule], | ||
providers: [ | ||
{ provide: constants_1.BULLMQ_PLUGIN_OPTIONS, useFactory: () => BullMQJobQueuePlugin_1.options }, | ||
{ provide: constants_1.BULLMQ_PLUGIN_OPTIONS, useFactory: () => BullMQJobQueuePlugin.options }, | ||
redis_health_indicator_1.RedisHealthIndicator, | ||
@@ -167,0 +167,0 @@ ], |
@@ -21,3 +21,3 @@ "use strict"; | ||
const constants_1 = require("./constants"); | ||
let RedisHealthIndicator = exports.RedisHealthIndicator = class RedisHealthIndicator extends terminus_1.HealthIndicator { | ||
let RedisHealthIndicator = class RedisHealthIndicator extends terminus_1.HealthIndicator { | ||
constructor(options) { | ||
@@ -72,2 +72,3 @@ super(); | ||
}; | ||
exports.RedisHealthIndicator = RedisHealthIndicator; | ||
exports.RedisHealthIndicator = RedisHealthIndicator = __decorate([ | ||
@@ -74,0 +75,0 @@ (0, common_1.Injectable)(), |
@@ -15,3 +15,3 @@ "use strict"; | ||
const pub_sub_job_queue_strategy_1 = require("./pub-sub-job-queue-strategy"); | ||
let PubSubPlugin = exports.PubSubPlugin = PubSubPlugin_1 = class PubSubPlugin { | ||
let PubSubPlugin = PubSubPlugin_1 = class PubSubPlugin { | ||
static init(options) { | ||
@@ -22,2 +22,3 @@ this.options = options; | ||
}; | ||
exports.PubSubPlugin = PubSubPlugin; | ||
exports.PubSubPlugin = PubSubPlugin = PubSubPlugin_1 = __decorate([ | ||
@@ -27,3 +28,3 @@ (0, core_1.VendurePlugin)({ | ||
providers: [ | ||
{ provide: constants_1.PUB_SUB_OPTIONS, useFactory: () => PubSubPlugin_1.options }, | ||
{ provide: constants_1.PUB_SUB_OPTIONS, useFactory: () => PubSubPlugin.options }, | ||
{ provide: pubsub_1.PubSub, useFactory: () => new pubsub_1.PubSub() }, | ||
@@ -30,0 +31,0 @@ ], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87410
1382