@atom8n/n8n 2.5.3 → 2.5.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.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/commands/execute-batch.d.ts +2 -2
- package/dist/commands/execute.d.ts +2 -2
- package/dist/commands/export/credentials.d.ts +2 -2
- package/dist/commands/export/workflow.d.ts +2 -2
- package/dist/commands/import/credentials.d.ts +4 -4
- package/dist/commands/import/workflow.d.ts +4 -4
- package/dist/commands/ldap/reset.d.ts +2 -2
- package/dist/commands/ttwf/generate.d.ts +2 -2
- package/dist/controllers/cli.controller.js +32 -8
- package/dist/modules/chat-hub/chat-hub.constants.js +4 -0
- package/dist/modules/chat-hub/chat-hub.models.service.d.ts +1 -0
- package/dist/modules/chat-hub/chat-hub.models.service.js +22 -0
- package/dist/modules/chat-hub/chat-hub.module.d.ts +3 -3
- package/dist/modules/chat-hub/chat-hub.settings.controller.d.ts +4 -4
- package/dist/modules/chat-hub/chat-hub.types.d.ts +8 -8
- package/dist/modules/chat-hub/context-limits.js +1 -0
- package/dist/modules/chat-hub/dto/chat-models-request.dto.d.ts +1 -1
- package/dist/modules/community-packages/community-node.command.d.ts +2 -2
- package/dist/modules/insights/insights.module.d.ts +1 -1
- package/dist/modules/mcp/tools/execute-workflow.tool.d.ts +16 -16
- package/dist/workflows/workflow.service.d.ts +2 -2
- package/dist/workflows/workflows.controller.d.ts +12 -12
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"dist"
|
|
57
57
|
],
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.
|
|
60
|
-
"@n8n/backend-test-utils": "npm:@atom8n/backend-test-utils@1.5.
|
|
59
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.5",
|
|
60
|
+
"@n8n/backend-test-utils": "npm:@atom8n/backend-test-utils@1.5.5",
|
|
61
61
|
"@redocly/cli": "^1.28.5",
|
|
62
62
|
"@types/aws4": "^1.5.1",
|
|
63
63
|
"@types/bcryptjs": "^2.4.2",
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"@azure/keyvault-secrets": "4.8.0",
|
|
97
97
|
"@google-cloud/secret-manager": "5.6.0",
|
|
98
98
|
"@modelcontextprotocol/sdk": "1.24.0",
|
|
99
|
-
"@n8n/ai-workflow-builder": "npm:@atom8n/ai-workflow-builder@1.5.
|
|
100
|
-
"@n8n/api-types": "npm:@atom8n/api-types@1.5.
|
|
101
|
-
"@n8n/backend-common": "npm:@atom8n/backend-common@1.5.
|
|
102
|
-
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.
|
|
103
|
-
"@n8n/config": "npm:@atom8n/config@2.4.
|
|
104
|
-
"@n8n/constants": "npm:@atom8n/constants@0.18.
|
|
105
|
-
"@n8n/db": "npm:@atom8n/db@1.5.
|
|
106
|
-
"@n8n/decorators": "npm:@atom8n/decorators@1.5.
|
|
107
|
-
"@n8n/di": "npm:@atom8n/di@0.13.
|
|
108
|
-
"@n8n/errors": "npm:@atom8n/errors@0.8.
|
|
99
|
+
"@n8n/ai-workflow-builder": "npm:@atom8n/ai-workflow-builder@1.5.5",
|
|
100
|
+
"@n8n/api-types": "npm:@atom8n/api-types@1.5.5",
|
|
101
|
+
"@n8n/backend-common": "npm:@atom8n/backend-common@1.5.5",
|
|
102
|
+
"@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.5",
|
|
103
|
+
"@n8n/config": "npm:@atom8n/config@2.4.5",
|
|
104
|
+
"@n8n/constants": "npm:@atom8n/constants@0.18.5",
|
|
105
|
+
"@n8n/db": "npm:@atom8n/db@1.5.5",
|
|
106
|
+
"@n8n/decorators": "npm:@atom8n/decorators@1.5.5",
|
|
107
|
+
"@n8n/di": "npm:@atom8n/di@0.13.5",
|
|
108
|
+
"@n8n/errors": "npm:@atom8n/errors@0.8.5",
|
|
109
109
|
"@n8n/localtunnel": "3.0.0",
|
|
110
|
-
"@n8n/n8n-nodes-langchain": "npm:@atom8n/n8n-nodes-langchain@2.5.
|
|
111
|
-
"@n8n/permissions": "npm:@atom8n/permissions@0.48.
|
|
112
|
-
"@n8n/task-runner": "npm:@atom8n/task-runner@2.5.
|
|
110
|
+
"@n8n/n8n-nodes-langchain": "npm:@atom8n/n8n-nodes-langchain@2.5.5",
|
|
111
|
+
"@n8n/permissions": "npm:@atom8n/permissions@0.48.5",
|
|
112
|
+
"@n8n/task-runner": "npm:@atom8n/task-runner@2.5.5",
|
|
113
113
|
"@n8n/typeorm": "0.3.20-15",
|
|
114
|
-
"@n8n/utils": "npm:@atom8n/utils@1.24.
|
|
114
|
+
"@n8n/utils": "npm:@atom8n/utils@1.24.5",
|
|
115
115
|
"@n8n_io/ai-assistant-sdk": "1.19.1",
|
|
116
116
|
"@n8n_io/license-sdk": "2.24.1",
|
|
117
117
|
"@rudderstack/rudder-sdk-node": "2.1.4",
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
"lodash": "4.17.21",
|
|
153
153
|
"luxon": "3.4.4",
|
|
154
154
|
"mysql2": "3.15.0",
|
|
155
|
-
"n8n-core": "npm:@atom8n/n8n-core@2.5.
|
|
156
|
-
"n8n-editor-ui": "npm:@atom8n/n8n-editor-ui@2.5.
|
|
157
|
-
"n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.5.
|
|
158
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.
|
|
155
|
+
"n8n-core": "npm:@atom8n/n8n-core@2.5.5",
|
|
156
|
+
"n8n-editor-ui": "npm:@atom8n/n8n-editor-ui@2.5.5",
|
|
157
|
+
"n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.5.5",
|
|
158
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.5",
|
|
159
159
|
"nanoid": "3.3.8",
|
|
160
160
|
"nodemailer": "7.0.11",
|
|
161
161
|
"oauth-1.0a": "2.2.6",
|