fix(core): Resolve @n8n/expression-runtime to its CJS build under Node (#34463)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mike Repeć
2026-07-17 16:51:34 +02:00
committed by GitHub
parent f47023066e
commit 09f5adec0d
@@ -8,6 +8,7 @@
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"node": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},