Add SSE Trigger-Node

This commit is contained in:
Jan Oberhauser
2019-12-31 19:03:46 -06:00
parent 8f25303928
commit 23985dbcb2
3 changed files with 62 additions and 0 deletions

View File

@@ -143,6 +143,7 @@
"dist/nodes/RenameKeys.node.js",
"dist/nodes/RssFeedRead.node.js",
"dist/nodes/Set.node.js",
"dist/nodes/SseTrigger.node.js",
"dist/nodes/SplitInBatches.node.js",
"dist/nodes/Slack/Slack.node.js",
"dist/nodes/SpreadsheetFile.node.js",
@@ -172,6 +173,7 @@
"@types/basic-auth": "^1.1.2",
"@types/cheerio": "^0.22.15",
"@types/cron": "^1.6.1",
"@types/eventsource": "^1.1.2",
"@types/express": "^4.16.1",
"@types/gm": "^1.18.2",
"@types/imap-simple": "^4.2.0",
@@ -195,6 +197,7 @@
"basic-auth": "^2.0.1",
"cheerio": "^1.0.0-rc.3",
"cron": "^1.7.2",
"eventsource": "^1.0.7",
"glob-promise": "^3.4.0",
"gm": "^1.23.1",
"googleapis": "^46.0.0",