fix(core): Fix binary data helpers (like prepareBinaryData) with task runner (#12259)

This commit is contained in:
Tomi Turtiainen
2024-12-18 18:45:05 +02:00
committed by GitHub
parent 92af245d1a
commit 0f1461f2d5
13 changed files with 495 additions and 143 deletions

View File

@@ -38,6 +38,7 @@
"@sentry/node": "catalog:",
"acorn": "8.14.0",
"acorn-walk": "8.3.4",
"lodash.set": "4.3.2",
"n8n-core": "workspace:*",
"n8n-workflow": "workspace:*",
"nanoid": "catalog:",
@@ -45,6 +46,7 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@types/lodash.set": "4.3.9",
"luxon": "catalog:"
}
}