signalk-polar-performance-plugin 0.0.49 → 0.0.50

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/package.json +1 -1
  2. package/plugin/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-polar-performance-plugin",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "A plugin that calculates performance information based on a (CSV) polar diagram.",
5
5
  "main": "plugin/index.js",
6
6
  "scripts": {
package/plugin/index.js CHANGED
@@ -250,7 +250,7 @@ module.exports = function (app) {
250
250
  addValue('performance.beatAngleVelocityMadeGood', perfObj.beatVMG)
251
251
  if (options.targetTWA === true) {
252
252
  addValue('performance.targetVelocityMadeGood', perfObj.beatVMG, {
253
- units: 'rad'
253
+ units: 'm/s'
254
254
  })
255
255
  }
256
256
  }