signalk-polar-performance-plugin 0.0.45 → 0.0.46

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-polar-performance-plugin",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
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
@@ -273,6 +273,7 @@ module.exports = function (app) {
273
273
  values: values,
274
274
  }
275
275
  ]})
276
+ }
276
277
 
277
278
  function getPerformanceData (TWS, TWA, BSP) {
278
279
  var performance = {}