n8n 1.37.1 → 1.37.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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.2",
|
|
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
|
-
"
|
|
161
|
-
"@n8n/
|
|
162
|
-
"n8n-core": "1.36.0",
|
|
163
|
-
"n8n-workflow": "1.37.0",
|
|
160
|
+
"n8n-core": "1.37.2",
|
|
161
|
+
"@n8n/n8n-nodes-langchain": "1.37.2",
|
|
164
162
|
"n8n-editor-ui": "1.37.1",
|
|
165
|
-
"n8n
|
|
163
|
+
"@n8n/permissions": "0.6.0",
|
|
164
|
+
"n8n-nodes-base": "1.37.2",
|
|
165
|
+
"n8n-workflow": "1.37.2"
|
|
166
166
|
},
|
|
167
167
|
"scripts": {
|
|
168
168
|
"clean": "rimraf dist .turbo",
|