n8n-workflow
Advanced tools
Comparing version 0.73.0 to 0.74.0
@@ -181,3 +181,3 @@ "use strict"; | ||
const currentNameEscaped = currentName.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); | ||
parameterValue = parameterValue.replace(new RegExp(`(\\$node(\.|\\["|\\[\'))${currentNameEscaped}((\.|"\\]|\'\\]))`, 'g'), `$1${newName}$3`); | ||
parameterValue = parameterValue.replace(new RegExp(`(\\$node(\\.|\\["|\\['))${currentNameEscaped}((\\.|"\\]|'\\]))`, 'g'), `$1${newName}$3`); | ||
} | ||
@@ -184,0 +184,0 @@ } |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.73.0", | ||
"version": "0.74.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -33,3 +33,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"@types/lodash.get": "^4.4.6", | ||
"@types/node": "^14.14.40", | ||
"@types/node": "14.17.27", | ||
"@types/xml2js": "^0.4.3", | ||
@@ -36,0 +36,0 @@ "@typescript-eslint/eslint-plugin": "^4.29.0", |
Sorry, the diff of this file is not supported yet
472174