n8n 1.101.1 → 1.101.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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n",
3
- "version": "1.101.1",
3
+ "version": "1.101.2",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -27,8 +27,8 @@
27
27
  "bin",
28
28
  "templates",
29
29
  "dist",
30
- "LICENSE.md",
31
- "LICENSE_EE.md"
30
+ "LICENSE_EE.md",
31
+ "LICENSE.md"
32
32
  ],
33
33
  "devDependencies": {
34
34
  "@redocly/cli": "^1.28.5",
@@ -144,22 +144,22 @@
144
144
  "yamljs": "0.3.0",
145
145
  "zod": "3.25.67",
146
146
  "@n8n/ai-workflow-builder": "0.11.0",
147
- "@n8n/api-types": "0.35.0",
148
147
  "@n8n/backend-common": "^0.11.0",
148
+ "@n8n/api-types": "0.35.0",
149
149
  "@n8n/client-oauth2": "0.27.0",
150
- "@n8n/constants": "^0.8.0",
151
- "@n8n/db": "^0.12.0",
152
150
  "@n8n/config": "1.44.0",
151
+ "@n8n/db": "^0.12.0",
153
152
  "@n8n/decorators": "0.11.0",
153
+ "@n8n/constants": "^0.8.0",
154
154
  "@n8n/di": "0.7.0",
155
- "@n8n/n8n-nodes-langchain": "1.100.1",
156
155
  "@n8n/backend-test-utils": "^0.4.0",
156
+ "@n8n/n8n-nodes-langchain": "1.100.2",
157
+ "n8n-core": "1.100.0",
158
+ "n8n-editor-ui": "1.101.1",
157
159
  "@n8n/permissions": "0.29.0",
158
160
  "@n8n/task-runner": "1.37.0",
159
- "n8n-core": "1.100.0",
160
- "n8n-workflow": "1.98.0",
161
161
  "n8n-nodes-base": "1.99.1",
162
- "n8n-editor-ui": "1.101.1"
162
+ "n8n-workflow": "1.98.0"
163
163
  },
164
164
  "license": "SEE LICENSE IN LICENSE.md",
165
165
  "homepage": "https://n8n.io",