@atom8n/n8n 2.5.2 → 2.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom8n/n8n",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
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.2",
60
- "@n8n/backend-test-utils": "npm:@atom8n/backend-test-utils@1.5.2",
59
+ "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.3",
60
+ "@n8n/backend-test-utils": "npm:@atom8n/backend-test-utils@1.5.3",
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.2",
100
- "@n8n/api-types": "npm:@atom8n/api-types@1.5.2",
101
- "@n8n/backend-common": "npm:@atom8n/backend-common@1.5.2",
102
- "@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.2",
103
- "@n8n/config": "npm:@atom8n/config@2.4.2",
104
- "@n8n/constants": "npm:@atom8n/constants@0.18.2",
105
- "@n8n/db": "npm:@atom8n/db@1.5.2",
106
- "@n8n/decorators": "npm:@atom8n/decorators@1.5.2",
107
- "@n8n/di": "npm:@atom8n/di@0.13.2",
108
- "@n8n/errors": "npm:@atom8n/errors@0.8.2",
99
+ "@n8n/ai-workflow-builder": "npm:@atom8n/ai-workflow-builder@1.5.3",
100
+ "@n8n/api-types": "npm:@atom8n/api-types@1.5.3",
101
+ "@n8n/backend-common": "npm:@atom8n/backend-common@1.5.3",
102
+ "@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.3.3",
103
+ "@n8n/config": "npm:@atom8n/config@2.4.3",
104
+ "@n8n/constants": "npm:@atom8n/constants@0.18.3",
105
+ "@n8n/db": "npm:@atom8n/db@1.5.3",
106
+ "@n8n/decorators": "npm:@atom8n/decorators@1.5.3",
107
+ "@n8n/di": "npm:@atom8n/di@0.13.3",
108
+ "@n8n/errors": "npm:@atom8n/errors@0.8.3",
109
109
  "@n8n/localtunnel": "3.0.0",
110
- "@n8n/n8n-nodes-langchain": "npm:@atom8n/n8n-nodes-langchain@2.5.2",
111
- "@n8n/permissions": "npm:@atom8n/permissions@0.48.2",
112
- "@n8n/task-runner": "npm:@atom8n/task-runner@2.5.2",
110
+ "@n8n/n8n-nodes-langchain": "npm:@atom8n/n8n-nodes-langchain@2.5.3",
111
+ "@n8n/permissions": "npm:@atom8n/permissions@0.48.3",
112
+ "@n8n/task-runner": "npm:@atom8n/task-runner@2.5.3",
113
113
  "@n8n/typeorm": "0.3.20-15",
114
- "@n8n/utils": "npm:@atom8n/utils@1.24.2",
114
+ "@n8n/utils": "npm:@atom8n/utils@1.24.3",
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.2",
156
- "n8n-editor-ui": "npm:@atom8n/n8n-editor-ui@2.5.2",
157
- "n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.5.2",
158
- "n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.2",
155
+ "n8n-core": "npm:@atom8n/n8n-core@2.5.3",
156
+ "n8n-editor-ui": "npm:@atom8n/n8n-editor-ui@2.5.3",
157
+ "n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.5.3",
158
+ "n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.3",
159
159
  "nanoid": "3.3.8",
160
160
  "nodemailer": "7.0.11",
161
161
  "oauth-1.0a": "2.2.6",