@types/amqp-connection-manager
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -106,3 +106,3 @@ // Type definitions for amqp-connection-manager 2.0 | ||
*/ | ||
createChannel(opts: CreateChannelOpts): ChannelWrapper; | ||
createChannel(opts?: CreateChannelOpts): ChannelWrapper; | ||
@@ -109,0 +109,0 @@ /** |
{ | ||
"name": "@types/amqp-connection-manager", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "TypeScript definitions for amqp-connection-manager", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f074122d8f04f43838d4bc62068b449a3ec487c67e59b188a67a8e4ab586136b", | ||
"typesPublisherContentHash": "9a1599290cce22bacac9f77a66533c4bc977728d4d890d85a150613896b0b421", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 27 Feb 2020 19:19:59 GMT | ||
* Last updated: Tue, 31 Mar 2020 01:23:35 GMT | ||
* Dependencies: [@types/amqplib](https://npmjs.com/package/@types/amqplib) | ||
@@ -14,0 +14,0 @@ * Global values: none |
11392