@signalk/signalk-node-red 2.12.0 → 3.0.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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,6 +9,6 @@ Security is supported with node server version 1.4.0 or greater
9
9
 
10
10
  See https://github.com/SignalK/node-red-embedded for available Nodes.
11
11
 
12
- You can access the node-red Admin console by navigating to Webapps on the node server admin console, or use a direct url like http://locqlhost:3000/plugins/signalk-node-red/redAdmin/
12
+ You can access the node-red Admin console by navigating to Webapps on the node server admin console, or use a direct url like http://localhost:3000/plugins/signalk-node-red/redAdmin/
13
13
 
14
14
  If you install node red dashboard, then the url for the dashboard will be we be http://localhost:3000/plugins/signalk-node-red/redApi/ui/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/signalk-node-red",
3
- "version": "2.12.0",
3
+ "version": "3.0.0",
4
4
  "description": "Node-RED Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "compare-versions": "^3.0.1",
24
24
  "geodist": "^0.2.1",
25
25
  "lodash": "^4.17.4",
26
- "node-red": "2.1.x"
26
+ "node-red": "3.0.x"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@signalk/github-create-release": "^1.0.1"