@gregoriusrippenstein/node-red-contrib-nodedev 0.3.4 → 0.3.5

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.
@@ -70,6 +70,8 @@
70
70
  npmpublish: { value: false },
71
71
  npmunpublish: { value: false },
72
72
  npmotp: { value: ""},
73
+
74
+ writetgzfile: { value: false },
73
75
  },
74
76
 
75
77
  inputs: 0,
@@ -227,6 +229,13 @@
227
229
  <input type="checkbox" id="node-input-ignore_package_check" style="display:inline-block; width:15px; vertical-align:baseline;">
228
230
  </div>
229
231
 
232
+ <div class="form-row">
233
+ <label for="node-input-writetgzfile" style="min-width: 150px;"">
234
+ <span>Write .tgz file?</span>
235
+ </label>
236
+ <input type="checkbox" id="node-input-writetgzfile" style="display:inline-block; width:15px; vertical-align:baseline;">
237
+ </div>
238
+
230
239
  <hr/>
231
240
 
232
241
  <div class="form-row">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@gregoriusrippenstein/node-red-contrib-nodedev",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "dependencies": {
5
5
  "pako": "^2.1.0",
6
6
  "tar-stream": "^3.1.6",