@stoprocent/noble 1.11.6 → 1.11.7

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 +0 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,3 @@
1
- ## Version 1.11.4
2
-
3
- * hci-socket binding: use latest bluetooth-hci-socket dependency (~0.6.2)
4
-
5
1
  ## Version 1.9.1
6
2
 
7
3
  * Don't forget previously discovered services and characteristics ([@elafargue](https://github.com/elafargue))
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "license": "MIT",
8
8
  "name": "@stoprocent/noble",
9
9
  "description": "A Node.js BLE (Bluetooth Low Energy) central library.",
10
- "version": "1.11.6",
10
+ "version": "1.11.7",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "https://github.com/stoprocent/noble.git"
@@ -41,7 +41,7 @@
41
41
  "node-gyp-build": "^4.5.0"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@stoprocent/bluetooth-hci-socket": "^0.6.2"
44
+ "@stoprocent/bluetooth-hci-socket": "^0.6.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "async": "^3.2.4",