mobiletto-base
Advanced tools
Comparing version 2.0.14 to 2.0.15
@@ -252,3 +252,3 @@ "use strict"; | ||
for (let i = 0; i < numWorkers; i++) { | ||
META_WORKERS.push(new bullmq_1.Worker(META_LOAD_QUEUE_NAME, _singleMeta, queueOptions)); | ||
META_WORKERS.push(new bullmq_1.Worker(META_LOAD_QUEUE_NAME, (job) => __awaiter(this, void 0, void 0, function* () { return yield _singleMeta(job); }), queueOptions)); | ||
} | ||
@@ -255,0 +255,0 @@ const queueEvents = new bullmq_1.QueueEvents(META_LOAD_QUEUE_NAME, queueOptions); |
@@ -223,3 +223,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
for (let i = 0; i < numWorkers; i++) { | ||
META_WORKERS.push(new Worker(META_LOAD_QUEUE_NAME, _singleMeta, queueOptions)); | ||
META_WORKERS.push(new Worker(META_LOAD_QUEUE_NAME, (job) => __awaiter(this, void 0, void 0, function* () { return yield _singleMeta(job); }), queueOptions)); | ||
} | ||
@@ -226,0 +226,0 @@ const queueEvents = new QueueEvents(META_LOAD_QUEUE_NAME, queueOptions); |
{ | ||
"name": "mobiletto-base", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.", |
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
151201