Comparing version 2.0.0-22 to 2.0.0-23
@@ -81,3 +81,3 @@ /* | ||
noRandomize?: boolean, | ||
nonceSigner?: () => void, | ||
nonceSigner?: (s: string) => Buffer, | ||
pass?: string, | ||
@@ -94,3 +94,3 @@ payload?: Payload | ||
token?: string, | ||
tokenHandler?: () => void, | ||
tokenHandler?: () => string, | ||
url?: string, | ||
@@ -97,0 +97,0 @@ user?: string, |
{ | ||
"name": "nats", | ||
"version": "2.0.0-22", | ||
"version": "2.0.0-23", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
119786