Skip to content

Commit

Permalink
npm: Update noble from abandonware org
Browse files Browse the repository at this point in the history
Origin: #423
Relate-to: abandonware/noble#2
Cc: @petersaints
Change-Id: I72d4f9c553a2cd1387d82884d330a4aa35c28703
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Dec 20, 2018
1 parent 2163c50 commit e0a8953
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lib/hci-socket/hci.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var debug = require('debug')('hci');
var events = require('events');
var util = require('util');

var BluetoothHciSocket = require('bluetooth-hci-socket');
var BluetoothHciSocket = require('@abandonware/bluetooth-hci-socket');

var HCI_COMMAND_PKT = 0x01;
var HCI_ACLDATA_PKT = 0x02;
Expand Down
2 changes: 1 addition & 1 deletion lib/hci-socket/mgmt.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var debug = require('debug')('mgmt');
var events = require('events');
var util = require('util');

var BluetoothHciSocket = require('bluetooth-hci-socket');
var BluetoothHciSocket = require('@abandonware/bluetooth-hci-socket');

var LTK_INFO_SIZE = 36;

Expand Down
85 changes: 50 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"debug": "^4.1.0"
},
"optionalDependencies": {
"bluetooth-hci-socket": "^0.5.1",
"@abandonware/bluetooth-hci-socket": "^0.5.3-1",
"bplist-parser": "0.1.1",
"xpc-connection": "~0.1.4"
}
Expand Down

0 comments on commit e0a8953

Please sign in to comment.