@gregoriusrippenstein/node-red-contrib-nodedev 0.4.1 → 0.4.3

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.
package/README.md CHANGED
@@ -23,6 +23,10 @@ This is not an inbuilt extension of Node-RED and obviously a more integrated wor
23
23
 
24
24
  It also gets more confusing since these nodes will open the Node-RED import dialog with pre-defined nodes. These are generally safe to import since that's how this package creates an initial set of nodes for representing a node package. Also importing nodes for an unknown node package is not recommended unless it happens to be your own package!
25
25
 
26
+ ### Screencast
27
+
28
+ For a detailed explanation on how to use these nodes, check out the [screencast](https://blog.openmindmap.org/nodedev) presenting the NodeDev workflow.
29
+
26
30
  ### Motivation
27
31
 
28
32
  A comparison of Node-RED extensions and indirections
@@ -113,7 +113,7 @@
113
113
  },
114
114
  },
115
115
  inputs:1,
116
- outputs:1,
116
+ outputs:0,
117
117
 
118
118
  label: function() {
119
119
  return (this.name || this._def.paletteLabel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@gregoriusrippenstein/node-red-contrib-nodedev",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "dependencies": {
5
5
  "pako": "^2.1.0",
6
6
  "tar-stream": "^3.1.6",