@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.50 to 0.6.51
@@ -35,5 +35,3 @@ import { Types } from "./index.js"; | ||
this.receiveBatchRequests = !!parameters.receiveBatchRequests; | ||
if (!this.url) { | ||
this.url = `${parameters.tls ? "https://" : "http://"}${parameters.address}`; | ||
} | ||
this.url = `${parameters.tls ? "https://" : "http://"}${parameters.address}`; | ||
if (this.deviceStatus === Types.DeviceStatusEnum.DEVICE_CONNECTING && | ||
@@ -40,0 +38,0 @@ (await this.ping())) { |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.50", | ||
"version": "0.6.51", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -37,3 +37,3 @@ "license": "GPL-3.0-only", | ||
"node-protoc": "^1.0.3", | ||
"typedoc": "^0.22.12", | ||
"typedoc": "^0.22.13", | ||
"typescript": "^4.6.2" | ||
@@ -40,0 +40,0 @@ }, |
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
448595
9286