n8n-workflow
Advanced tools
Comparing version 0.63.0 to 0.64.0
@@ -485,2 +485,3 @@ import { Workflow } from './Workflow'; | ||
$parameter: any; | ||
$position: any; | ||
$workflow: any; | ||
@@ -487,0 +488,0 @@ } |
@@ -232,2 +232,3 @@ "use strict"; | ||
$parameter: this.nodeParameterGetter(this.activeNodeName), | ||
$position: this.itemIndex, | ||
$runIndex: this.runIndex, | ||
@@ -234,0 +235,0 @@ $mode: this.mode, |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.63.0", | ||
"version": "0.64.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
463419
7369