n8n-workflow
Advanced tools
Comparing version 0.59.0 to 0.60.0
@@ -159,2 +159,3 @@ import { Workflow } from './Workflow'; | ||
prepareOutputData(outputData: INodeExecutionData[], outputIndex?: number): Promise<INodeExecutionData[][]>; | ||
sendMessageToUI(message: string): void; | ||
helpers: { | ||
@@ -582,2 +583,3 @@ [key: string]: (...args: any[]) => any; | ||
restApiUrl: string; | ||
sendMessageToUI?: (source: string, message: string) => void; | ||
timezone: string; | ||
@@ -584,0 +586,0 @@ webhookBaseUrl: string; |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.59.0", | ||
"version": "0.60.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
460841
7327