mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(editor): Remove part of getCurrentWorkflow usages (#16148)
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
"import": "./dist/esm/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
},
|
||||
"./common": {
|
||||
"types": "./dist/esm/common/index.d.ts",
|
||||
"import": "./dist/esm/common/index.js",
|
||||
"require": "./dist/cjs/common/index.js"
|
||||
},
|
||||
"./*": "./*"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user