@types/amqp-connection-manager
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -5,2 +5,3 @@ // Type definitions for amqp-connection-manager 2.0 | ||
// tstelzer <https://github.com/tstelzer> | ||
// borales <https://github.com/Borales> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -61,3 +62,3 @@ // TypeScript Version: 3.2 | ||
*/ | ||
export function connect(urls: string[], options?: AmqpConnectionManagerOptions): AmqpConnectionManager; | ||
export function connect(urls: Array<string | Options.Connect>, options?: AmqpConnectionManagerOptions): AmqpConnectionManager; | ||
@@ -64,0 +65,0 @@ export type SetupFunc = ((channel: ConfirmChannel, callback: (error?: Error) => void) => void) | ((channel: ConfirmChannel) => Promise<void>); |
{ | ||
"name": "@types/amqp-connection-manager", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "TypeScript definitions for amqp-connection-manager", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqp-connection-manager", | ||
"license": "MIT", | ||
@@ -16,2 +17,7 @@ "contributors": [ | ||
"githubUsername": "tstelzer" | ||
}, | ||
{ | ||
"name": "borales", | ||
"url": "https://github.com/Borales", | ||
"githubUsername": "Borales" | ||
} | ||
@@ -30,4 +36,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "501b74cb55808aed18b9f2ab92b55deb425aa2386f6d0e7e8d385433f955ea1f", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "f6fc1c07e8e4116dd2a41386ed9bbaaf0d2dd922fab5826dcaed71bf2081456c", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:08:44 GMT | ||
* Last updated: Thu, 17 Jun 2021 06:31:14 GMT | ||
* Dependencies: [@types/amqplib](https://npmjs.com/package/@types/amqplib) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [rogierschouten](https://github.com/rogierschouten), and [tstelzer](https://github.com/tstelzer). | ||
These definitions were written by [rogierschouten](https://github.com/rogierschouten), [tstelzer](https://github.com/tstelzer), and [borales](https://github.com/Borales). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12196
185