@types/amqplib
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -15,2 +15,4 @@ import events = require('events'); | ||
export interface Channel extends events.EventEmitter { | ||
connection: Connection; | ||
close(callback: (err: any) => void): void; | ||
@@ -17,0 +19,0 @@ |
@@ -28,2 +28,4 @@ // Type definitions for amqplib 0.10 | ||
export interface Channel extends events.EventEmitter { | ||
connection: Connection; | ||
close(): Promise<void>; | ||
@@ -30,0 +32,0 @@ |
{ | ||
"name": "@types/amqplib", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "TypeScript definitions for amqplib", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqplib", | ||
}, | ||
"typesPublisherContentHash": "0875bcbebd2e26cc67420e6720608c557bc4d989b7ccd8a4df03bac2fedc1ea0", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "64242b0f780db5977f7f101045ba047b4acfca16d72e3440c334fb54f65ecb0d", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 14 Nov 2022 05:02:46 GMT | ||
* Last updated: Mon, 19 Dec 2022 11:02:10 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -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
17579
344