n8n-workflow
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -14,4 +14,4 @@ import { IContextObject, INodeCredentialDescription, INode, INodeExecutionData, INodeIssues, INodeParameters, INodeProperties, IRunExecutionData, IWebhookData, NodeParameterValue, IWorkflowExecuteAdditionalData } from './Interfaces'; | ||
export declare function addToIssuesIfMissing(foundIssues: INodeIssues, nodeProperties: INodeProperties, value: NodeParameterValue): void; | ||
export declare function getParameterValueByPath(nodeValues: INodeParameters, parameterName: string, path: string): string | number | boolean | INodeParameters | (string | number | boolean)[] | INodeParameters[]; | ||
export declare function getParameterValueByPath(nodeValues: INodeParameters, parameterName: string, path: string): string | number | boolean | INodeParameters | NodeParameterValue[] | INodeParameters[]; | ||
export declare function getParameterIssues(nodeProperties: INodeProperties, nodeValues: INodeParameters, path: string): INodeIssues; | ||
export declare function mergeIssues(destination: INodeIssues, source: INodeIssues | null): void; |
@@ -252,2 +252,5 @@ "use strict"; | ||
let propertyIssues; | ||
if (node.disabled === true) { | ||
return null; | ||
} | ||
for (const nodeProperty of nodePropertiesArray) { | ||
@@ -254,0 +257,0 @@ propertyIssues = getParameterIssues(nodeProperty, node.parameters, ''); |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -32,3 +32,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"ts-jest": "^23.10.1", | ||
"tslint": "^5.11.0", | ||
"tslint": "^5.17.0", | ||
"typescript": "~3.5.2" | ||
@@ -35,0 +35,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
330973
5176