@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,3 @@ import { SettingsManager } from "./settingsmanager"; | ||
import { NodeDB } from "./nodedb"; | ||
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB }; | ||
import * as Protobuf from "./protobuf"; | ||
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB, Protobuf, }; |
@@ -6,3 +6,4 @@ import { SettingsManager } from "./settingsmanager"; | ||
import { NodeDB } from "./nodedb"; | ||
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB }; | ||
import * as Protobuf from "./protobuf"; | ||
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB, Protobuf, }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "browser library for interfacing with meshtastic devices", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -84,1 +84,7 @@ # Meshtastic.js | ||
``` | ||
### Compatibility | ||
The Bluetooth connection option relies on the availability of the Web Bluetooth API, which is represented in the compatibility matrix below. | ||
![](https://caniuse.bitsofco.de/image/web-bluetooth.png) |
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
157721
2418
90