n8n 2.22.1 → 2.22.2

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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n",
3
- "version": "2.22.1",
3
+ "version": "2.22.2",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "mjml": "^4.15.3",
58
58
  "openapi-types": "^12.1.3",
59
59
  "ts-essentials": "^7.0.3",
60
- "@n8n/backend-test-utils": "1.22.0",
60
+ "@n8n/backend-test-utils": "1.22.1",
61
61
  "@n8n/typescript-config": "1.4.0",
62
62
  "n8n-containers": "1.0.0"
63
63
  },
@@ -167,32 +167,32 @@
167
167
  "yargs-parser": "21.1.1",
168
168
  "zod": "3.25.67",
169
169
  "zod-to-json-schema": "3.23.3",
170
- "@n8n/ai-node-sdk": "0.13.0",
171
- "@n8n/ai-utilities": "0.16.0",
170
+ "@n8n/api-types": "1.22.0",
172
171
  "@n8n/ai-workflow-builder": "1.22.0",
172
+ "@n8n/client-oauth2": "1.6.0",
173
173
  "@n8n/backend-common": "1.22.0",
174
- "@n8n/chat-hub": "1.15.0",
175
- "@n8n/api-types": "1.22.0",
174
+ "@n8n/ai-node-sdk": "0.13.0",
176
175
  "@n8n/config": "2.21.0",
176
+ "@n8n/db": "1.22.1",
177
+ "@n8n/di": "0.12.0",
178
+ "@n8n/ai-utilities": "0.16.0",
179
+ "@n8n/chat-hub": "1.15.0",
177
180
  "@n8n/agents": "0.8.0",
178
- "@n8n/client-oauth2": "1.6.0",
179
- "@n8n/db": "1.22.0",
180
181
  "@n8n/decorators": "1.22.0",
181
- "@n8n/di": "0.12.0",
182
- "@n8n/expression-runtime": "0.14.0",
183
182
  "@n8n/constants": "0.24.0",
183
+ "@n8n/errors": "0.8.0",
184
+ "@n8n/expression-runtime": "0.14.0",
184
185
  "@n8n/instance-ai": "1.7.0",
185
- "@n8n/n8n-nodes-langchain": "2.22.1",
186
186
  "@n8n/permissions": "0.60.0",
187
187
  "@n8n/syslog-client": "1.3.0",
188
- "@n8n/utils": "1.31.0",
188
+ "@n8n/n8n-nodes-langchain": "2.22.1",
189
+ "@n8n/task-runner": "2.22.1",
189
190
  "@n8n/workflow-sdk": "0.15.0",
190
- "@n8n/errors": "0.8.0",
191
- "n8n-core": "2.22.0",
192
- "n8n-editor-ui": "2.22.0",
191
+ "n8n-editor-ui": "2.22.1",
192
+ "n8n-core": "2.22.1",
193
193
  "n8n-nodes-base": "2.22.0",
194
194
  "n8n-workflow": "2.22.0",
195
- "@n8n/task-runner": "2.22.0"
195
+ "@n8n/utils": "1.31.0"
196
196
  },
197
197
  "license": "SEE LICENSE IN LICENSE.md",
198
198
  "homepage": "https://n8n.io",