@atom8n/n8n-core 2.5.0 → 2.5.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.
|
File without changes
|
|
@@ -10,7 +10,7 @@ export declare class BaseExecuteContext extends NodeExecutionContext {
|
|
|
10
10
|
getExecutionContext(): {
|
|
11
11
|
version: 1;
|
|
12
12
|
establishedAt: number;
|
|
13
|
-
source: "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "
|
|
13
|
+
source: "webhook" | "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "evaluation" | "chat";
|
|
14
14
|
triggerNode?: {
|
|
15
15
|
name: string;
|
|
16
16
|
type: string;
|
|
@@ -16,7 +16,7 @@ export declare abstract class NodeExecutionContext implements Omit<FunctionsBase
|
|
|
16
16
|
getExecutionContext(): {
|
|
17
17
|
version: 1;
|
|
18
18
|
establishedAt: number;
|
|
19
|
-
source: "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "
|
|
19
|
+
source: "webhook" | "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "evaluation" | "chat";
|
|
20
20
|
triggerNode?: {
|
|
21
21
|
name: string;
|
|
22
22
|
type: string;
|
|
@@ -31,7 +31,7 @@ export declare abstract class NodeExecutionContext implements Omit<FunctionsBase
|
|
|
31
31
|
name: string | undefined;
|
|
32
32
|
active: boolean;
|
|
33
33
|
};
|
|
34
|
-
getMode(): "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "
|
|
34
|
+
getMode(): "webhook" | "error" | "cli" | "integrated" | "internal" | "manual" | "retry" | "trigger" | "evaluation" | "chat";
|
|
35
35
|
getWorkflowStaticData(type: string): import("n8n-workflow").IDataObject;
|
|
36
36
|
getChildNodes(nodeName: string, options?: {
|
|
37
37
|
includeNodeParameters?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-core",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.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.8.
|
|
32
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.
|
|
31
|
+
"@n8n/errors": "npm:@atom8n/errors@0.8.1",
|
|
32
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.1",
|
|
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.5.
|
|
45
|
-
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.
|
|
46
|
-
"@n8n/config": "npm:@atom8n/config@2.4.
|
|
47
|
-
"@n8n/constants": "npm:@atom8n/constants@0.18.
|
|
48
|
-
"@n8n/decorators": "npm:@atom8n/decorators@1.5.
|
|
49
|
-
"@n8n/di": "npm:@atom8n/di@0.13.
|
|
44
|
+
"@n8n/backend-common": "npm:@atom8n/backend-common@1.5.1",
|
|
45
|
+
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.1",
|
|
46
|
+
"@n8n/config": "npm:@atom8n/config@2.4.1",
|
|
47
|
+
"@n8n/constants": "npm:@atom8n/constants@0.18.1",
|
|
48
|
+
"@n8n/decorators": "npm:@atom8n/decorators@1.5.1",
|
|
49
|
+
"@n8n/di": "npm:@atom8n/di@0.13.1",
|
|
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.5.
|
|
67
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.1",
|
|
68
68
|
"nanoid": "3.3.8",
|
|
69
69
|
"oauth-1.0a": "2.2.6",
|
|
70
70
|
"p-cancelable": "2.1.1",
|