@atom8n/n8n 2.4.4 → 2.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,6 +171,7 @@ let LoadNodesAndCredentials = class LoadNodesAndCredentials {
171
171
  const basePathsToScan = [
172
172
  path_1.default.join(constants_1.CLI_DIR, '..'),
173
173
  path_1.default.join(constants_1.CLI_DIR, 'node_modules'),
174
+ path_1.default.join(constants_1.CLI_DIR, '../..'),
174
175
  ];
175
176
  for (const nodeModulesDir of basePathsToScan) {
176
177
  await this.loadNodesFromNodeModules(nodeModulesDir, 'n8n-nodes-base');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom8n/n8n",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",