refactor(core): Refactor some imports to reduce baseline memory usage (#15916)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-06-03 11:23:44 +02:00
committed by GitHub
parent 8abd556597
commit 7c806ff532
133 changed files with 237 additions and 238 deletions

View File

@@ -33,7 +33,6 @@
"@langchain/core": "catalog:",
"@n8n/config": "workspace:*",
"@n8n/typescript-config": "workspace:*",
"@types/deep-equal": "^1.0.1",
"@types/express": "catalog:",
"@types/jmespath": "^0.15.0",
"@types/lodash": "catalog:",
@@ -44,9 +43,7 @@
"dependencies": {
"@n8n/tournament": "1.0.6",
"ast-types": "0.15.2",
"axios": "catalog:",
"callsites": "catalog:",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "catalog:",
"jmespath": "0.16.0",
@@ -55,7 +52,7 @@
"lodash": "catalog:",
"luxon": "catalog:",
"md5": "2.3.0",
"recast": "0.21.5",
"recast": "0.22.0",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "catalog:",