rabbit-queue
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -200,5 +200,5 @@ "use strict"; | ||
Queue.ERROR_DURING_REPLY = { error: true, error_code: 999 }; | ||
Queue.STOP_STREAM = 'stop_stream'; | ||
Queue.STOP_STREAM = 'stopStream'; | ||
Queue.STOP_STREAM_MESSAGE = { stopStream: true }; | ||
exports.default = Queue; | ||
//# sourceMappingURL=queue.js.map |
@@ -11,2 +11,3 @@ /// <reference types="node" /> | ||
}; | ||
static STOP_STREAM: string; | ||
connection: amqp.Connection; | ||
@@ -13,0 +14,0 @@ channel: Channel; |
@@ -202,3 +202,4 @@ "use strict"; | ||
Rabbit.STOP_PROPAGATION = queue_1.default.STOP_PROPAGATION; | ||
Rabbit.STOP_STREAM = queue_1.default.STOP_STREAM; | ||
exports.default = Rabbit; | ||
//# sourceMappingURL=rabbit.js.map |
{ | ||
"name": "rabbit-queue", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "AMQP/RabbitMQ queue management library.", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111931
1362