Comparing version 0.0.15 to 0.0.16
@@ -117,2 +117,6 @@ 'use strict'; | ||
Client.prototype.connect = function () { | ||
this._transport.connect(function () {}); | ||
}; | ||
module.exports = Client; |
@@ -66,2 +66,3 @@ 'use strict'; | ||
Server.prototype.start = function (cb) { | ||
cb = cb || function () {}; | ||
if (!this._isUp) { | ||
@@ -79,2 +80,3 @@ this.addMethods(this.exports); | ||
Server.prototype.end = function (cb) { | ||
cb = cb || function () {}; | ||
if (this._isUp) { | ||
@@ -81,0 +83,0 @@ this._transport.stop(function (err) { |
{ | ||
"name": "bograch", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "A communication gateway for NodeJS microservices.", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
62422
19
523