amqp-as-promised
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -24,2 +24,7 @@ // Generated by CoffeeScript 1.7.1 | ||
this.name = this.queue.name; | ||
this.queue.on('open', (function(_this) { | ||
return function(name) { | ||
return _this.name = name; | ||
}; | ||
})(this)); | ||
} | ||
@@ -227,2 +232,3 @@ | ||
durable: true, | ||
autoDelete: false, | ||
exclusive: qname === '' | ||
@@ -229,0 +235,0 @@ }; |
{ | ||
"name": "amqp-as-promised", | ||
"description": "Promise wrappers for node-amqp", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"q": "~1.0.0", | ||
"amqp": "~0.1.8", | ||
"amqp": "~0.2.0", | ||
"uuid": "~1.4.1", | ||
@@ -29,0 +29,0 @@ "bog": "1.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45123
505
+ Addedamqp@0.2.7(transitive)
+ Addedlodash@4.17.21(transitive)
- Removedamqp@0.1.8(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedlodash@1.3.1(transitive)
- Removedlongjohn@0.2.12(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
Updatedamqp@~0.2.0