@signalk/signalk-node-red 2.8.5 → 2.12.0

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/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # signalk-node-red
2
2
  Node server plugin that embeds node red
3
3
 
4
+ You do not need to install node-red separately, just install this plugin via the app store.
4
5
 
5
6
  Go to Webapps in the node server admin ui to get to node-red.
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/signalk-node-red",
3
- "version": "2.8.5",
3
+ "version": "2.12.0",
4
4
  "description": "Node-RED Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,11 +19,11 @@
19
19
  "url": "https://github.com/SignalK/signalk-node-red"
20
20
  },
21
21
  "dependencies": {
22
- "@signalk/node-red-embedded": "2.14.x",
22
+ "@signalk/node-red-embedded": "2.17.x",
23
23
  "compare-versions": "^3.0.1",
24
24
  "geodist": "^0.2.1",
25
25
  "lodash": "^4.17.4",
26
- "node-red": "^0.19.4"
26
+ "node-red": "2.1.x"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@signalk/github-create-release": "^1.0.1"