n8n 1.36.3 → 1.36.4
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.
|
@@ -224,7 +224,7 @@ paths:
|
|
|
224
224
|
tags:
|
|
225
225
|
- Execution
|
|
226
226
|
summary: Retrieve an execution
|
|
227
|
-
description: Retrieve an execution from
|
|
227
|
+
description: Retrieve an execution from your instance.
|
|
228
228
|
parameters:
|
|
229
229
|
- $ref: '#/components/parameters/executionId'
|
|
230
230
|
- $ref: '#/components/parameters/includeData'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.4",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
"xmllint-wasm": "3.0.1",
|
|
158
158
|
"yamljs": "0.3.0",
|
|
159
159
|
"@n8n/client-oauth2": "0.14.0",
|
|
160
|
+
"@n8n/n8n-nodes-langchain": "1.36.4",
|
|
160
161
|
"@n8n/permissions": "0.6.0",
|
|
161
|
-
"n8n-core": "1.36.3",
|
|
162
162
|
"n8n-editor-ui": "1.36.2",
|
|
163
|
-
"n8n-
|
|
164
|
-
"
|
|
165
|
-
"n8n-nodes-base": "1.36.
|
|
163
|
+
"n8n-core": "1.36.4",
|
|
164
|
+
"n8n-workflow": "1.36.4",
|
|
165
|
+
"n8n-nodes-base": "1.36.4"
|
|
166
166
|
},
|
|
167
167
|
"scripts": {
|
|
168
168
|
"clean": "rimraf dist .turbo",
|