@types/amqplib
Advanced tools
Comparing version 0.5.10 to 0.5.11
import events = require('events'); | ||
import { Replies, Options, Message } from './properties'; | ||
import { Replies, Options, Message, ServerProperties } from './properties'; | ||
export * from './properties'; | ||
@@ -9,2 +9,3 @@ | ||
createConfirmChannel(callback: (err: any, confirmChannel: ConfirmChannel) => void): void; | ||
serverProperties: ServerProperties; | ||
} | ||
@@ -11,0 +12,0 @@ |
@@ -11,3 +11,3 @@ // Type definitions for amqplib 0.5 | ||
import * as events from 'events'; | ||
import { Replies, Options, Message, GetMessage, ConsumeMessage } from './properties'; | ||
import { Replies, Options, Message, GetMessage, ConsumeMessage, ServerProperties } from './properties'; | ||
export * from './properties'; | ||
@@ -19,2 +19,3 @@ | ||
createConfirmChannel(): Promise<ConfirmChannel>; | ||
serverProperties: ServerProperties; | ||
} | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "@types/amqplib", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "TypeScript definitions for amqplib", | ||
@@ -32,3 +32,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/amqplib" | ||
}, | ||
@@ -40,4 +41,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "57b2555c1fb0b3d0466e2ca2fbe79f0b41ea951dd273a76c280931bf5afcc2e5", | ||
"typesPublisherContentHash": "1a6638064fe051439ffbb516d4104da9296f1697263cb74c743806391661a46f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -213,1 +213,11 @@ export namespace Replies { | ||
} | ||
export interface ServerProperties { | ||
host: string; | ||
product: string; | ||
version: string; | ||
platform: string; | ||
copyright?: string; | ||
information: string; | ||
[key: string]: string | undefined; | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 16:16:44 GMT | ||
* Last updated: Wed, 06 Mar 2019 19:46:59 GMT | ||
* Dependencies: @types/bluebird, @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
15716
322