@rhizomatics/signalk-bluetti-plugin 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhizomatics/signalk-bluetti-plugin",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "SignalK plugin for Bluetti power station monitoring via Bluetooth LE. Beta, use with caution.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"battery",
|
|
@@ -39,7 +39,9 @@
|
|
|
39
39
|
"cli": "node cli.js",
|
|
40
40
|
"fmt": "oxfmt",
|
|
41
41
|
"fmt:check": "oxfmt --check",
|
|
42
|
-
"lint": "oxlint"
|
|
42
|
+
"lint": "oxlint",
|
|
43
|
+
"test": "node --test",
|
|
44
|
+
"test:coverage": "node --experimental-test-coverage --test-coverage-include=\"lib/**/*.js\" --test-coverage-exclude=\"lib/device.js\" --test-coverage-exclude=\"lib/scanner.js\" --test-coverage-lines=80 --test-coverage-branches=80 --test-coverage-functions=80 --test"
|
|
43
45
|
},
|
|
44
46
|
"dependencies": {
|
|
45
47
|
"@naugehyde/node-ble": "^1.13.5",
|