@signalk/nmea0183-signalk
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -5,2 +5,4 @@ module.exports = { | ||
'DBT': require('./DBT.js'), | ||
'DBK': require('./DBK.js'), | ||
'DBS': require('./DBS.js'), | ||
'DPT': require('./DPT.js'), | ||
@@ -15,2 +17,3 @@ 'DSC': require('./DSC.js'), | ||
'PNKEP': require('./proprietary/PNKEP.js'), | ||
'MDA': require('./MDA.js'), | ||
'MTW': require('./MTW.js'), | ||
@@ -17,0 +20,0 @@ 'MWV': require('./MWV.js'), |
{ | ||
"name": "@signalk/nmea0183-signalk", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "A node.js/javascript parser for NMEA0183 sentences. Sentences are parsed to Signal K format.", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"chai-things": "^0.2.0", | ||
"mocha": "^5.0.0" | ||
"mocha": "^6.1.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "repository": { |
@@ -15,2 +15,4 @@ # signalk-parser-nmea0183 | ||
- [DBT - Depth Below Transducer](http://www.catb.org/gpsd/NMEA.html#_dbt_depth_below_transducer) | ||
- [DBS - Depth Below Surface](http://www.catb.org/gpsd/NMEA.html#_dbs_depth_below_surface) | ||
- [DBK - Depth Below Keel](http://www.catb.org/gpsd/NMEA.html#_dbk_depth_below_keel) | ||
- [DPT - Depth of Water](http://www.catb.org/gpsd/NMEA.html#_dpt_depth_of_water) | ||
@@ -24,2 +26,3 @@ - [DSC - Digital Selective Calling Class-D Radios](http://continuouswave.com/whaler/reference/DSC_Datagrams.html) | ||
- KEP - NKE Performance data | ||
- [MDA - Meteorological Composite](http://catb.org/gpsd/NMEA.html#_mda_meteorilogical_composite) | ||
- [MTW - Mean Temperature of Water](http://catb.org/gpsd/NMEA.html#_mtw_mean_temperature_of_water) | ||
@@ -26,0 +29,0 @@ - [MWV - Wind Speed and Angle](http://www.catb.org/gpsd/NMEA.html#_mwv_wind_speed_and_angle) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190328
96
5044
133