n8n 2.2.2 → 2.3.0
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/import/workflow.js +21 -14
- package/dist/commands/import/workflow.js.map +1 -1
- package/dist/commands/start.js +4 -2
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/webhook.js +2 -1
- package/dist/commands/webhook.js.map +1 -1
- package/dist/commands/worker.js +2 -1
- package/dist/commands/worker.js.map +1 -1
- package/dist/controllers/e2e.controller.d.ts +1 -0
- package/dist/controllers/e2e.controller.js +10 -2
- package/dist/controllers/e2e.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +1 -1
- package/dist/credentials/credentials.service.js +2 -2
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/executions/execution.service.d.ts +1 -0
- package/dist/executions/execution.service.js +18 -1
- package/dist/executions/execution.service.js.map +1 -1
- package/dist/executions/execution.types.d.ts +4 -0
- package/dist/executions/executions.controller.d.ts +3 -0
- package/dist/executions/executions.controller.js +13 -0
- package/dist/executions/executions.controller.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.repository.js +16 -21
- package/dist/modules/chat-hub/chat-hub-agent.repository.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.service.js +3 -3
- package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-credentials.service.d.ts +11 -15
- package/dist/modules/chat-hub/chat-hub-credentials.service.js +26 -27
- package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.service.js +64 -36
- package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.types.d.ts +2 -0
- package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
- package/dist/modules/chat-hub/chat-message.repository.js +14 -18
- package/dist/modules/chat-hub/chat-message.repository.js.map +1 -1
- package/dist/modules/chat-hub/chat-session.repository.js +26 -33
- package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
- package/dist/modules/data-table/data-table-column.repository.js +7 -8
- package/dist/modules/data-table/data-table-column.repository.js.map +1 -1
- package/dist/modules/data-table/data-table-rows.repository.js +21 -25
- package/dist/modules/data-table/data-table-rows.repository.js.map +1 -1
- package/dist/modules/external-secrets.ee/external-secrets.service.ee.js +9 -2
- package/dist/modules/external-secrets.ee/external-secrets.service.ee.js.map +1 -1
- package/dist/modules/insights/insights-compaction.service.js +2 -1
- package/dist/modules/insights/insights-compaction.service.js.map +1 -1
- package/dist/oauth/oauth.service.d.ts +8 -4
- package/dist/oauth/oauth.service.js +20 -17
- package/dist/oauth/oauth.service.js.map +1 -1
- package/dist/oauth/types.d.ts +2 -1
- package/dist/oauth/types.js.map +1 -1
- package/dist/public-api/types.d.ts +10 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +3 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js +36 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.d.ts +2 -0
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.js +60 -10
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +11 -1
- package/dist/public-api/v1/handlers/credentials/credentials.service.js +62 -0
- package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +65 -0
- package/dist/scaling/pubsub/publisher.service.d.ts +5 -2
- package/dist/scaling/pubsub/publisher.service.js +10 -5
- package/dist/scaling/pubsub/publisher.service.js.map +1 -1
- package/dist/scaling/pubsub/subscriber.service.d.ts +8 -4
- package/dist/scaling/pubsub/subscriber.service.js +14 -2
- package/dist/scaling/pubsub/subscriber.service.js.map +1 -1
- package/dist/services/ai-workflow-builder.service.js +1 -0
- package/dist/services/ai-workflow-builder.service.js.map +1 -1
- package/dist/services/ai.service.d.ts +3 -1
- package/dist/services/ai.service.js +6 -2
- package/dist/services/ai.service.js.map +1 -1
- package/dist/services/frontend.service.d.ts +1 -0
- package/dist/services/frontend.service.js +2 -3
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/pruning/executions-pruning.service.js +3 -3
- package/dist/services/pruning/executions-pruning.service.js.map +1 -1
- package/dist/services/pruning/workflow-history-compaction.service.d.ts +21 -0
- package/dist/services/pruning/workflow-history-compaction.service.js +144 -0
- package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -0
- package/dist/task-runners/task-runner-module.js +13 -15
- package/dist/task-runners/task-runner-module.js.map +1 -1
- package/dist/utils/cors.util.d.ts +2 -0
- package/dist/utils/cors.util.js +18 -0
- package/dist/utils/cors.util.js.map +1 -0
- package/dist/webhooks/waiting-forms.js +3 -3
- package/dist/webhooks/waiting-forms.js.map +1 -1
- package/dist/webhooks/waiting-webhooks.js +2 -0
- package/dist/webhooks/waiting-webhooks.js.map +1 -1
- package/dist/workflows/workflow.service.ee.js +6 -5
- package/dist/workflows/workflow.service.ee.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +1 -1
- package/dist/workflows/workflows.controller.js +1 -4
- package/dist/workflows/workflows.controller.js.map +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"openapi-types": "^12.1.3",
|
|
59
59
|
"ts-essentials": "^7.0.3",
|
|
60
60
|
"@n8n/typescript-config": "1.3.0",
|
|
61
|
-
"@n8n/backend-test-utils": "1.
|
|
61
|
+
"@n8n/backend-test-utils": "1.3.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@aws-sdk/client-secrets-manager": "3.808.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@google-cloud/secret-manager": "5.6.0",
|
|
68
68
|
"@n8n/localtunnel": "3.0.0",
|
|
69
69
|
"@n8n/typeorm": "0.3.20-15",
|
|
70
|
-
"@n8n_io/ai-assistant-sdk": "1.
|
|
70
|
+
"@n8n_io/ai-assistant-sdk": "1.20.0",
|
|
71
71
|
"@n8n_io/license-sdk": "2.24.1",
|
|
72
72
|
"@rudderstack/rudder-sdk-node": "2.1.4",
|
|
73
73
|
"@parcel/watcher": "^2.5.1",
|
|
@@ -143,24 +143,24 @@
|
|
|
143
143
|
"yamljs": "0.3.0",
|
|
144
144
|
"yargs-parser": "21.1.1",
|
|
145
145
|
"zod": "3.25.67",
|
|
146
|
-
"@n8n/
|
|
147
|
-
"@n8n/
|
|
146
|
+
"@n8n/api-types": "1.3.0",
|
|
147
|
+
"@n8n/backend-common": "1.3.0",
|
|
148
148
|
"@n8n/client-oauth2": "1.0.0-rc.0",
|
|
149
|
-
"@n8n/
|
|
150
|
-
"@n8n/constants": "0.
|
|
151
|
-
"@n8n/
|
|
152
|
-
"@n8n/
|
|
153
|
-
"@n8n/
|
|
154
|
-
"@n8n/errors": "0.5.0",
|
|
149
|
+
"@n8n/ai-workflow-builder": "1.3.0",
|
|
150
|
+
"@n8n/constants": "0.16.0",
|
|
151
|
+
"@n8n/config": "2.2.0",
|
|
152
|
+
"@n8n/db": "1.3.0",
|
|
153
|
+
"@n8n/decorators": "1.3.0",
|
|
155
154
|
"@n8n/di": "0.10.0",
|
|
156
|
-
"@n8n/
|
|
157
|
-
"@n8n/
|
|
158
|
-
"@n8n/
|
|
155
|
+
"@n8n/errors": "0.5.0",
|
|
156
|
+
"@n8n/n8n-nodes-langchain": "2.3.0",
|
|
157
|
+
"@n8n/permissions": "0.46.0",
|
|
159
158
|
"@n8n/utils": "1.21.0",
|
|
160
|
-
"n8n-
|
|
161
|
-
"n8n-
|
|
162
|
-
"n8n-
|
|
163
|
-
"n8n-
|
|
159
|
+
"@n8n/task-runner": "2.3.0",
|
|
160
|
+
"n8n-core": "2.3.0",
|
|
161
|
+
"n8n-editor-ui": "2.3.0",
|
|
162
|
+
"n8n-nodes-base": "2.3.0",
|
|
163
|
+
"n8n-workflow": "2.3.0"
|
|
164
164
|
},
|
|
165
165
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
166
166
|
"homepage": "https://n8n.io",
|