@highoutput/amqp
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -9,5 +9,10 @@ import Client, { ClientOptions } from './lib/client'; | ||
host: string; | ||
port: number; | ||
username?: string; | ||
port?: number; | ||
username: string; | ||
password?: string; | ||
transport?: 'ssl' | 'tcp' | 'tls'; | ||
ca?: string; | ||
servername?: string; | ||
key?: string; | ||
cert?: string; | ||
initialReconnectDelay: number; | ||
@@ -14,0 +19,0 @@ maxReconnectDelay: number; |
@@ -29,3 +29,3 @@ "use strict"; | ||
host: 'localhost', | ||
port: 5672, | ||
username: 'ANONYMOUS', | ||
initialReconnectDelay: 100, | ||
@@ -32,0 +32,0 @@ maxReconnectDelay: 10000, |
{ | ||
"name": "@highoutput/amqp", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A simplified abstraction of the AMQP 1.0 protocol", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5ed7d2f0f80acea6e95e7b8daad2b9cea004d183" | ||
"gitHead": "7f359863fea7815dae17fba8e5d8b6bb16923d95" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
53662
684