node-red-contrib-gitlab2
Advanced tools
Comparing version 1.0.0-alpha-10 to 1.0.0-alpha-11
@@ -7,3 +7,3 @@ module.exports = function(RED) { | ||
node.urlFieldType = n.urlFieldType; | ||
node.project_id = n.project_id; | ||
node.projectId = n.projectId; | ||
node.projectIdFieldType = n.projectIdFieldType; | ||
@@ -10,0 +10,0 @@ node.key = n.key; |
{ | ||
"name": "node-red-contrib-gitlab2", | ||
"version": "1.0.0-alpha-10", | ||
"version": "1.0.0-alpha-11", | ||
"description": "Node-RED node using GitLab APIs", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22627