n8n-nodes-base 1.53.1 → 1.53.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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.2",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
},
|
|
820
820
|
"dependencies": {
|
|
821
821
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
|
822
|
-
"@n8n/vm2": "3.9.
|
|
822
|
+
"@n8n/vm2": "3.9.25",
|
|
823
823
|
"amqplib": "0.10.3",
|
|
824
824
|
"alasql": "^4.4.0",
|
|
825
825
|
"aws4": "1.11.0",
|