@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this plugin are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/).
4
4
 
5
+ ## [1.4.1]
6
+
7
+ - Basic test suite
8
+
5
9
  ## [1.4.0]
6
10
 
7
11
  - Normalize and extend paths for SignalK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhizomatics/signalk-bluetti-plugin",
3
- "version": "1.4.0",
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",