@types/amqp-connection-manager
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -117,7 +117,2 @@ // Type definitions for amqp-connection-manager 2.0 | ||
close(): Promise<void>; | ||
/** | ||
* Returns a Promise which resolves when this channel next connects. | ||
*/ | ||
waitForConnect(): Promise<void>; | ||
} | ||
@@ -215,2 +210,7 @@ | ||
close(): Promise<void>; | ||
/** | ||
* Returns a Promise which resolves when this channel next connects. | ||
*/ | ||
waitForConnect(): Promise<void>; | ||
} |
{ | ||
"name": "@types/amqp-connection-manager", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "TypeScript definitions for amqp-connection-manager", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d24eba8c4c524cc4db5bd14ec38e3cc34ee11d32918e1eb454045e1901ad0874", | ||
"typesPublisherContentHash": "f074122d8f04f43838d4bc62068b449a3ec487c67e59b188a67a8e4ab586136b", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 26 Feb 2020 19:53:33 GMT | ||
* Last updated: Thu, 27 Feb 2020 19:19:59 GMT | ||
* Dependencies: [@types/amqplib](https://npmjs.com/package/@types/amqplib) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11391