@types/amqp-connection-manager
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -149,3 +149,3 @@ // Type definitions for amqp-connection-manager 2.0 | ||
*/ | ||
publish(exchange: string, routingKey: string, content: Buffer, options?: Options.Publish, callback?: (err: any, ok: Replies.Empty) => void): boolean; | ||
publish(exchange: string, routingKey: string, content: Buffer, options?: Options.Publish, callback?: (err: any, ok: Replies.Empty) => void): Promise<void>; | ||
@@ -159,3 +159,3 @@ /** | ||
*/ | ||
sendToQueue(queue: string, content: Buffer, options?: Options.Publish, callback?: (err: any, ok: Replies.Empty) => void): boolean; | ||
sendToQueue(queue: string, content: Buffer, options?: Options.Publish, callback?: (err: any, ok: Replies.Empty) => void): Promise<void>; | ||
@@ -162,0 +162,0 @@ /** |
{ | ||
"name": "@types/amqp-connection-manager", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for amqp-connection-manager", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "40c4433006ebb9723e5fe4ce12eba05f01b6f547b3912a1165715af97c0c08f4", | ||
"typesPublisherContentHash": "960c90ebf17c00194420b0bb812e3682ba999db35f5ffce4dcb779b89aae989d", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 14 Jul 2018 01:02:00 GMT | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: amqplib, events, tls | ||
@@ -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
10071