Comparing version 1.1.0 to 1.1.1
@@ -237,3 +237,3 @@ var mqtt = require('mqtt') | ||
console.log("req_ind subs:", key, this.req_inds[key]); | ||
this.client.subscribe(this.req_inds[key]['path']) | ||
this._client.subscribe(this.req_inds[key]['path']) | ||
} | ||
@@ -240,0 +240,0 @@ |
{ | ||
"name": "rt0s_js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "rt0s js client library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19684