Skip to content

Commit

Permalink
[skip ci] (#194)
Browse files Browse the repository at this point in the history
[FIX] Change for typescript from TlsServerOptions to TlsOptions
  • Loading branch information
aricart authored Feb 14, 2018
1 parent 3159e5d commit 6434c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface ClientOpts {
servers?: Array<string>,
noRandomize?: boolean,
encoding?: BufferEncoding,
tls?: boolean | tls.TlsServerOptions,
tls?: boolean | tls.TlsOptions,
name?: string,
yieldTime?: number,
waitOnFirstConnect?: boolean,
Expand Down
2 changes: 1 addition & 1 deletion lib/nats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var net = require('net'),
/**
* Constants
*/
var VERSION = '0.7.27',
var VERSION = '0.7.29',

DEFAULT_PORT = 4222,
DEFAULT_PRE = 'nats://localhost:',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nats",
"version": "0.7.27",
"version": "0.7.29",
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
"keywords": [
"nats",
Expand Down

0 comments on commit 6434c0a

Please sign in to comment.