node-red-contrib-3dm-space 0.0.7 → 0.0.8

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 +0 -22
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,28 +95,6 @@ Default live publish limit:
95
95
  If valid telemetry arrives faster than the live publish limit, it is queued rather than discarded.
96
96
 
97
97
 
98
- ## Installation
99
-
100
- From the Node-RED user directory:
101
-
102
- ```bash
103
- cd ~/.node-red
104
- npm install ./node-red-contrib-3dm-space
105
- ```
106
-
107
- Or from inside the development folder:
108
-
109
- ```bash
110
- cd ~/.node-red/node-red-contrib-3dm-space
111
- npm install
112
- ```
113
-
114
- Restart Node-RED after installation:
115
-
116
- ```bash
117
- node-red-restart
118
- ```
119
-
120
98
  ## License
121
99
 
122
100
  GPL-3.0-or-later
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-3dm-space",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Node-RED nodes for 3DM.space SCADA Cloud telemetry and attributes",
5
5
  "main": "3dm-cloud-config.js",
6
6
  "license": "GPL-3.0-or-later",