node-red-contrib-gitlab2
Advanced tools
Comparing version 1.0.0-alpha-12 to 1.0.0-alpha-13
@@ -12,3 +12,3 @@ const gitlab = require('node-gitlab'); | ||
node.on('input', msg => { | ||
const { branch_name, encoding, content, commit_message } = msg.payload; | ||
const { branch_name, encoding, content, commit_message, file_path } = msg.payload; | ||
const { api, privateToken, id } = getNodeConfig(node, RED, msg); | ||
@@ -15,0 +15,0 @@ const client = gitlab.create({ api, privateToken }); |
{ | ||
"name": "node-red-contrib-gitlab2", | ||
"version": "1.0.0-alpha-12", | ||
"version": "1.0.0-alpha-13", | ||
"description": "Node-RED node using GitLab APIs", | ||
@@ -5,0 +5,0 @@ "repository": { |
22755