bt-sensors-plugin-sk 1.2.6-beta-6d → 1.2.6-beta-6e

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/index.js +4 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -103,6 +103,10 @@ class MissingSensor {
103
103
  getDebugLog(){
104
104
  return []
105
105
  }
106
+
107
+ removeAllListeners(){
108
+
109
+ }
106
110
  on(){
107
111
 
108
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-sensors-plugin-sk",
3
- "version": "1.2.6-beta-6d",
3
+ "version": "1.2.6-beta-6e",
4
4
  "description": "Bluetooth Sensors for Signalk - see https://www.npmjs.com/package/bt-sensors-plugin-sk#supported-sensors for a list of supported sensors",
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "@jellybrick/dbus-next": "^0.10.3",
14
14
  "int24": "^0.0.1",
15
15
  "kaitai-struct": "^0.10.0",
16
- "@naugehyde/node-ble":"^1.13.3",
16
+ "@naugehyde/node-ble":"^1.13.4",
17
17
  "semver": "^7.7.1",
18
18
  "lru-cache": "^11.1.0"
19
19
  },