nestjs-nsq-transporter
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -17,1 +17,2 @@ import { LoggerService, LogLevel } from '@nestjs/common'; | ||
export declare type NsqConsumerOptions = Pick<NsqOptions, 'discardHandler' | 'requeueDelay' | 'maxAttempts' | 'lookupdPollInterval'>; | ||
export { PRODUCER_STRATEGY }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PRODUCER_STRATEGY = void 0; | ||
const nsq_strategies_1 = require("nsq-strategies"); | ||
Object.defineProperty(exports, "PRODUCER_STRATEGY", { enumerable: true, get: function () { return nsq_strategies_1.PRODUCER_STRATEGY; } }); | ||
//# sourceMappingURL=nsq-options.interface.js.map |
{ | ||
"name": "nestjs-nsq-transporter", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Wiredcraft", |
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
37315
343