@canboat/canboatjs 2.12.0 → 2.12.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/lib/n2kDevice.js +1 -1
  2. package/package.json +1 -1
package/lib/n2kDevice.js CHANGED
@@ -358,7 +358,7 @@ function sendNAKAcknowledgement(device, src, requestedPGN) {
358
358
  "Group Function": 255,
359
359
  PGN: requestedPGN
360
360
  }
361
- device.sendPGN(device, acknowledgement)
361
+ device.sendPGN(acknowledgement)
362
362
  }
363
363
 
364
364
  function sendPGNList(device, src) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canboat/canboatjs",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Native javascript version of canboat",
5
5
  "main": "index.js",
6
6
  "scripts": {