@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.66 to 0.6.67
@@ -1,2 +0,2 @@ | ||
import { Client } from "./client.js"; | ||
import { Client, IConnection } from "./client.js"; | ||
import { IMeshDevice } from "./iMeshDevice.js"; | ||
@@ -9,2 +9,2 @@ import { IBLEConnection } from "./iBleConnection.js"; | ||
import * as Types from "./types.js"; | ||
export { Client, IMeshDevice, IBLEConnection, IHTTPConnection, ISerialConnection, SettingsManager, Types, Protobuf }; | ||
export { Client, IMeshDevice, IBLEConnection, IHTTPConnection, ISerialConnection, IConnection, SettingsManager, Types, Protobuf }; |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.66", | ||
"version": "0.6.67", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -5,0 +5,0 @@ "license": "GPL-3.0-only", |
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
494544