amqp-as-promised
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -5,2 +5,4 @@ declare function amqp(conf: amqp.AmqpConfig): Promise<amqp.AmqpClient> | ||
export class RpcError extends Error {} | ||
export interface AmqpConfig { | ||
@@ -7,0 +9,0 @@ connection: { |
Changelog | ||
========= | ||
# 5.3.1 - 2020-12-08 | ||
* Bug fix: RpcError was missing from the TypeScript declarations | ||
# 5.3.0 - 2020-10-23 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "amqp-as-promised", | ||
"description": "A promise-based AMQP API build on node-amqp", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
52588
1026