Skip to content

Commit

Permalink
fixed the version on pipestream
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Riessen committed Jan 12, 2024
1 parent 13f6e41 commit 7158844
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nodes/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "pipestart",
"pending_version": "0.0.3",
"types": [
"PipeStart"
],
Expand All @@ -1579,6 +1580,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "filestream",
"pending_version": "0.0.3",
"types": [
"FileStream"
],
Expand All @@ -1591,6 +1593,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "httprequest",
"pending_version": "0.0.3",
"types": [
"HttpRequestStream"
],
Expand All @@ -1603,6 +1606,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "csvstream",
"pending_version": "0.0.3",
"types": [
"CsvStream"
],
Expand All @@ -1615,6 +1619,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "jsonlstream",
"pending_version": "0.0.3",
"types": [
"JsonLStream"
],
Expand All @@ -1627,6 +1632,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "linestream",
"pending_version": "0.0.3",
"types": [
"LineStream"
],
Expand All @@ -1639,6 +1645,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "iconvstream",
"pending_version": "0.0.3",
"types": [
"IconvStream"
],
Expand All @@ -1651,6 +1658,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "decompstream",
"pending_version": "0.0.3",
"types": [
"DeCompStream"
],
Expand All @@ -1663,6 +1671,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "archivestream",
"pending_version": "0.0.3",
"types": [
"ArchiveStream"
],
Expand All @@ -1675,6 +1684,7 @@
"local": true,
"module": "@gregoriusrippenstein/node-red-contrib-pipestream",
"name": "pipeend",
"pending_version": "0.0.3",
"types": [
"PipeEnd"
],
Expand Down

0 comments on commit 7158844

Please sign in to comment.