n8n 1.116.0 → 1.116.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n",
3
- "version": "1.116.0",
3
+ "version": "1.116.1",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -152,12 +152,12 @@
152
152
  "@n8n/decorators": "0.26.0",
153
153
  "@n8n/di": "0.9.0",
154
154
  "@n8n/errors": "0.5.0",
155
- "@n8n/n8n-nodes-langchain": "1.115.0",
156
- "@n8n/task-runner": "1.52.0",
155
+ "@n8n/n8n-nodes-langchain": "1.115.1",
157
156
  "@n8n/permissions": "0.39.0",
157
+ "@n8n/task-runner": "1.52.0",
158
158
  "n8n-core": "1.115.0",
159
159
  "n8n-editor-ui": "1.116.0",
160
- "n8n-nodes-base": "1.114.0",
160
+ "n8n-nodes-base": "1.114.1",
161
161
  "n8n-workflow": "1.113.0"
162
162
  },
163
163
  "license": "SEE LICENSE IN LICENSE.md",