@types/amqp-connection-manager
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -139,4 +139,13 @@ // Type definitions for amqp-connection-manager 2.0 | ||
*/ | ||
addSetup(func: SetupFunc): Promise<void>; | ||
addSetup(func: SetupFunc): Promise<void>; | ||
/** | ||
* Remove a setup function added with `addSetup`. If there is currently a | ||
* connection, `teardown(channel, [cb])` will be run immediately, and the | ||
* returned Promise will not resolve until it completes. | ||
* @param func | ||
* @param [tearDown] | ||
*/ | ||
removeSetup(func: SetupFunc, tearDown?: SetupFunc): Promise<void>; | ||
/** | ||
@@ -143,0 +152,0 @@ * @see amqplib |
{ | ||
"name": "@types/amqp-connection-manager", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for amqp-connection-manager", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -21,7 +22,6 @@ "type": "git", | ||
"dependencies": { | ||
"@types/amqplib": "*", | ||
"@types/events": "*" | ||
"@types/amqplib": "*" | ||
}, | ||
"typesPublisherContentHash": "960c90ebf17c00194420b0bb812e3682ba999db35f5ffce4dcb779b89aae989d", | ||
"typesPublisherContentHash": "c3df7e6df0258ef28fcca834bd952123023afb3c5354195c6924acdedd7a4980", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: amqplib, events, tls | ||
* Last updated: Thu, 06 Dec 2018 18:54:56 GMT | ||
* Dependencies: @types/amqplib | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
10431
1
164
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)