@rhizomatics/signalk-bluetti-plugin 1.0.1-alpha → 1.0.3-alpha

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@rhizomatics/signalk-bluetti-plugin",
3
- "version": "1.0.1-alpha",
3
+ "version": "1.0.3-alpha",
4
4
  "signalk": {
5
5
  "displayName": "Bluetti Monitoring"
6
6
  },
7
- "description": "SignalK plugin for Bluetti power station monitoring via Bluetooth LE. ",
7
+ "description": "SignalK plugin for Bluetti power station monitoring via Bluetooth LE. Alpha, use with caution.",
8
8
  "main": "index.js",
9
9
  "license": "Apache-2.0",
10
10
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "start": "node index.js"
26
26
  },
27
27
  "dependencies": {
28
- "@abandonware/noble": "^1.9.2-15",
28
+ "@abandonware/noble": "^1.9.2-0",
29
29
  "csv-parse": "^5.5.6"
30
30
  }
31
31
  }