@atom8n/n8n-core 2.2.9 → 2.3.1
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.
- package/dist/binary-data/binary-data.config.js +0 -1
- package/dist/binary-data/binary-data.service.js +0 -1
- package/dist/binary-data/file-system.manager.js +0 -1
- package/dist/binary-data/index.js +0 -1
- package/dist/binary-data/object-store/object-store.config.js +0 -1
- package/dist/binary-data/object-store/object-store.service.ee.js +0 -1
- package/dist/binary-data/object-store/types.js +0 -1
- package/dist/binary-data/object-store.manager.js +0 -1
- package/dist/binary-data/types.js +0 -1
- package/dist/binary-data/utils.js +0 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/constants.js +0 -1
- package/dist/credentials.js +0 -1
- package/dist/data-deduplication-service.js +0 -1
- package/dist/encryption/cipher.js +0 -1
- package/dist/encryption/index.js +0 -1
- package/dist/errors/abstract/binary-data.error.js +0 -1
- package/dist/errors/abstract/filesystem.error.js +0 -1
- package/dist/errors/binary-data-file-not-found.error.js +0 -1
- package/dist/errors/disallowed-filepath.error.js +0 -1
- package/dist/errors/error-reporter.js +0 -1
- package/dist/errors/file-not-found.error.js +0 -1
- package/dist/errors/file-too-large.error.js +0 -1
- package/dist/errors/index.js +0 -1
- package/dist/errors/invalid-execution-metadata.error.js +0 -1
- package/dist/errors/invalid-manager.error.js +0 -1
- package/dist/errors/invalid-source-type.error.js +0 -1
- package/dist/errors/missing-source-id.error.js +0 -1
- package/dist/errors/unrecognized-credential-type.error.js +0 -1
- package/dist/errors/unrecognized-node-type.error.js +0 -1
- package/dist/errors/workflow-has-issues.error.js +0 -1
- package/dist/execution-engine/active-workflows.js +0 -1
- package/dist/execution-engine/execution-context-hook-registry.service.js +0 -1
- package/dist/execution-engine/execution-context.js +0 -1
- package/dist/execution-engine/execution-context.service.js +0 -1
- package/dist/execution-engine/execution-lifecycle-hooks.js +0 -1
- package/dist/execution-engine/external-secrets-proxy.js +0 -1
- package/dist/execution-engine/index.js +0 -1
- package/dist/execution-engine/interfaces.js +0 -1
- package/dist/execution-engine/node-execution-context/base-execute-context.js +0 -1
- package/dist/execution-engine/node-execution-context/credentials-test-context.js +0 -1
- package/dist/execution-engine/node-execution-context/execute-context.js +0 -1
- package/dist/execution-engine/node-execution-context/execute-single-context.js +0 -1
- package/dist/execution-engine/node-execution-context/hook-context.js +0 -1
- package/dist/execution-engine/node-execution-context/index.js +0 -1
- package/dist/execution-engine/node-execution-context/load-options-context.js +0 -1
- package/dist/execution-engine/node-execution-context/local-load-options-context.js +0 -1
- package/dist/execution-engine/node-execution-context/node-execution-context.js +0 -1
- package/dist/execution-engine/node-execution-context/poll-context.js +0 -1
- package/dist/execution-engine/node-execution-context/supply-data-context.js +0 -1
- package/dist/execution-engine/node-execution-context/trigger-context.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/binary-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/cleanup-parameter-data.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/construct-execution-metadata.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/copy-input-items.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/create-node-as-tool.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/data-table-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/deduplication-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/ensure-type.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/execution-metadata.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/extract-value.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/file-system-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-additional-keys.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-input-connection-data.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-secrets-proxy.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/normalize-items.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/parse-incoming-message.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/return-json-array.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/scheduling-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/ssh-tunnel-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/validate-value-against-schema.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/webhook-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/webhook-context.js +0 -1
- package/dist/execution-engine/node-execution-context/workflow-node-context.js +0 -1
- package/dist/execution-engine/partial-execution-utils/clean-run-data.js +0 -1
- package/dist/execution-engine/partial-execution-utils/directed-graph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/filter-disabled-nodes.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-start-nodes.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-subgraph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-trigger-for-partial-execution.js +0 -1
- package/dist/execution-engine/partial-execution-utils/get-incoming-data.js +0 -1
- package/dist/execution-engine/partial-execution-utils/get-source-data-groups.js +0 -1
- package/dist/execution-engine/partial-execution-utils/handle-cycles.js +0 -1
- package/dist/execution-engine/partial-execution-utils/index.js +0 -1
- package/dist/execution-engine/partial-execution-utils/recreate-node-execution-stack.js +0 -1
- package/dist/execution-engine/partial-execution-utils/rewire-graph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/run-data-utils.js +0 -1
- package/dist/execution-engine/requests-response.js +0 -1
- package/dist/execution-engine/routing-node.js +0 -1
- package/dist/execution-engine/scheduled-task-manager.js +0 -1
- package/dist/execution-engine/ssh-clients-manager.js +0 -1
- package/dist/execution-engine/triggers-and-pollers.js +0 -1
- package/dist/execution-engine/workflow-execute.js +0 -1
- package/dist/html-sandbox.js +0 -1
- package/dist/http-proxy.js +0 -1
- package/dist/index.js +0 -1
- package/dist/instance-settings/index.js +0 -1
- package/dist/instance-settings/instance-settings.js +0 -1
- package/dist/instance-settings/worker-missing-encryption-key.error.js +0 -1
- package/dist/interfaces.js +0 -1
- package/dist/node-execute-functions.js +0 -1
- package/dist/nodes-loader/constants.js +0 -1
- package/dist/nodes-loader/custom-directory-loader.js +0 -1
- package/dist/nodes-loader/directory-loader.d.ts +1 -0
- package/dist/nodes-loader/directory-loader.js +3 -1
- package/dist/nodes-loader/index.js +0 -1
- package/dist/nodes-loader/lazy-package-directory-loader.js +0 -1
- package/dist/nodes-loader/load-class-in-isolation.js +0 -1
- package/dist/nodes-loader/package-directory-loader.d.ts +2 -0
- package/dist/nodes-loader/package-directory-loader.js +6 -3
- package/dist/nodes-loader/types.d.ts +1 -0
- package/dist/nodes-loader/types.js +0 -1
- package/dist/utils/assertions.js +0 -1
- package/dist/utils/deep-merge.js +0 -1
- package/dist/utils/index.js +0 -1
- package/dist/utils/is-json-compatible.js +0 -1
- package/dist/utils/serialized-buffer.js +0 -1
- package/dist/utils/signature-helpers.js +0 -1
- package/package.json +10 -10
|
@@ -76,6 +76,9 @@ class DirectoryLoader {
|
|
|
76
76
|
}
|
|
77
77
|
this.removeNonIncludedNodes = this.includeNodes.length > 0;
|
|
78
78
|
}
|
|
79
|
+
get nodeTypePrefix() {
|
|
80
|
+
return this.packageName;
|
|
81
|
+
}
|
|
79
82
|
reset() {
|
|
80
83
|
this.unloadAll();
|
|
81
84
|
this.loadedNodes = [];
|
|
@@ -368,4 +371,3 @@ class DirectoryLoader {
|
|
|
368
371
|
}
|
|
369
372
|
}
|
|
370
373
|
exports.DirectoryLoader = DirectoryLoader;
|
|
371
|
-
//# sourceMappingURL=directory-loader.js.map
|
|
@@ -9,4 +9,3 @@ var package_directory_loader_1 = require("./package-directory-loader");
|
|
|
9
9
|
Object.defineProperty(exports, "PackageDirectoryLoader", { enumerable: true, get: function () { return package_directory_loader_1.PackageDirectoryLoader; } });
|
|
10
10
|
var lazy_package_directory_loader_1 = require("./lazy-package-directory-loader");
|
|
11
11
|
Object.defineProperty(exports, "LazyPackageDirectoryLoader", { enumerable: true, get: function () { return lazy_package_directory_loader_1.LazyPackageDirectoryLoader; } });
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -3,7 +3,9 @@ import type { n8n } from './types';
|
|
|
3
3
|
export declare class PackageDirectoryLoader extends DirectoryLoader {
|
|
4
4
|
packageJson: n8n.PackageJson;
|
|
5
5
|
packageName: string;
|
|
6
|
+
private _nodeTypePrefix;
|
|
6
7
|
constructor(directory: string, excludeNodes?: string[], includeNodes?: string[]);
|
|
8
|
+
get nodeTypePrefix(): string;
|
|
7
9
|
loadAll(): Promise<void>;
|
|
8
10
|
private inferSupportedNodes;
|
|
9
11
|
private parseJSON;
|
|
@@ -10,8 +10,12 @@ class PackageDirectoryLoader extends directory_loader_1.DirectoryLoader {
|
|
|
10
10
|
super(directory, excludeNodes, includeNodes);
|
|
11
11
|
this.packageJson = this.readJSONSync('package.json');
|
|
12
12
|
this.packageName = this.packageJson.name;
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
13
|
+
this._nodeTypePrefix = this.packageJson.n8n?.nodeTypePrefix ?? this.packageName;
|
|
14
|
+
this.excludeNodes = this.extractNodeTypes(excludeNodes, this._nodeTypePrefix);
|
|
15
|
+
this.includeNodes = this.extractNodeTypes(includeNodes, this._nodeTypePrefix);
|
|
16
|
+
}
|
|
17
|
+
get nodeTypePrefix() {
|
|
18
|
+
return this._nodeTypePrefix;
|
|
15
19
|
}
|
|
16
20
|
async loadAll() {
|
|
17
21
|
const { n8n, version, name } = this.packageJson;
|
|
@@ -83,4 +87,3 @@ class PackageDirectoryLoader extends directory_loader_1.DirectoryLoader {
|
|
|
83
87
|
}
|
|
84
88
|
}
|
|
85
89
|
exports.PackageDirectoryLoader = PackageDirectoryLoader;
|
|
86
|
-
//# sourceMappingURL=package-directory-loader.js.map
|
package/dist/utils/assertions.js
CHANGED
package/dist/utils/deep-merge.js
CHANGED
package/dist/utils/index.js
CHANGED
|
@@ -16,4 +16,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./serialized-buffer"), exports);
|
|
18
18
|
__exportStar(require("./signature-helpers"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Core functionality of n8n",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"bin"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@n8n/errors": "npm:@atom8n/errors@0.
|
|
32
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.
|
|
31
|
+
"@n8n/errors": "npm:@atom8n/errors@0.6.0",
|
|
32
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.4.0",
|
|
33
33
|
"@types/express": "^5.0.1",
|
|
34
34
|
"@types/jsonwebtoken": "9.0.10",
|
|
35
35
|
"@types/lodash": "4.17.17",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@aws-sdk/client-s3": "3.808.0",
|
|
43
43
|
"@langchain/core": "1.1.0",
|
|
44
|
-
"@n8n/backend-common": "npm:@atom8n/backend-common@1.
|
|
45
|
-
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.0
|
|
46
|
-
"@n8n/config": "npm:@atom8n/config@2.
|
|
47
|
-
"@n8n/constants": "npm:@atom8n/constants@0.
|
|
48
|
-
"@n8n/decorators": "npm:@atom8n/decorators@1.
|
|
49
|
-
"@n8n/di": "npm:@atom8n/di@0.
|
|
44
|
+
"@n8n/backend-common": "npm:@atom8n/backend-common@1.3.0",
|
|
45
|
+
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.1.0",
|
|
46
|
+
"@n8n/config": "npm:@atom8n/config@2.2.0",
|
|
47
|
+
"@n8n/constants": "npm:@atom8n/constants@0.16.0",
|
|
48
|
+
"@n8n/decorators": "npm:@atom8n/decorators@1.3.0",
|
|
49
|
+
"@n8n/di": "npm:@atom8n/di@0.11.0",
|
|
50
50
|
"@sentry/node": "^9.42.1",
|
|
51
51
|
"@sentry/node-native": "^9.42.1",
|
|
52
52
|
"axios": "1.12.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"lodash": "4.17.21",
|
|
65
65
|
"luxon": "3.4.4",
|
|
66
66
|
"mime-types": "3.0.1",
|
|
67
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.
|
|
67
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.3.0",
|
|
68
68
|
"nanoid": "3.3.8",
|
|
69
69
|
"oauth-1.0a": "2.2.6",
|
|
70
70
|
"p-cancelable": "2.1.1",
|