@sailingrotevista/rotevista-dash 6.2.5 → 6.2.6

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -74,7 +74,7 @@ module.exports = function (app) {
74
74
  const responseData = {
75
75
  ...histories,
76
76
  windRadarSlots: windRadarSlots,
77
- futureForecast: futureForecast
77
+ futureForecast: futureForecast,
78
78
  'navigation.position': raw['navigation.position'] // Chirurgico: Espone le coordinate GPS correnti per la diagnostica e il radar
79
79
  };
80
80
  res.json(responseData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-dash",
3
- "version": "6.2.5",
3
+ "version": "6.2.6",
4
4
  "description": "Wind Dashboard with navigation and course aids",
5
5
  "main": "index.js",
6
6
  "publishConfig": {