@atom8n/n8n-nodes-base 2.4.0 → 2.4.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.
- package/dist/types/nodes.json +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-nodes-base",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -848,8 +848,8 @@
|
|
|
848
848
|
"nodeTypePrefix": "n8n-nodes-base"
|
|
849
849
|
},
|
|
850
850
|
"devDependencies": {
|
|
851
|
-
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.9.
|
|
852
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.
|
|
851
|
+
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.9.1",
|
|
852
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.1",
|
|
853
853
|
"@types/amqplib": "^0.10.1",
|
|
854
854
|
"@types/aws4": "^1.5.1",
|
|
855
855
|
"@types/basic-auth": "^1.1.3",
|
|
@@ -875,16 +875,16 @@
|
|
|
875
875
|
"@types/uuid": "^10.0.0",
|
|
876
876
|
"@types/xml2js": "^0.4.14",
|
|
877
877
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
878
|
-
"n8n-core": "npm:@atom8n/n8n-core@2.4.
|
|
878
|
+
"n8n-core": "npm:@atom8n/n8n-core@2.4.3"
|
|
879
879
|
},
|
|
880
880
|
"dependencies": {
|
|
881
881
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
882
882
|
"@kafkajs/confluent-schema-registry": "3.8.0",
|
|
883
883
|
"@mozilla/readability": "0.6.0",
|
|
884
|
-
"@n8n/config": "npm:@atom8n/config@2.3.
|
|
885
|
-
"@n8n/di": "npm:@atom8n/di@0.12.
|
|
886
|
-
"@n8n/errors": "npm:@atom8n/errors@0.7.
|
|
887
|
-
"@n8n/imap": "npm:@atom8n/imap@0.18.
|
|
884
|
+
"@n8n/config": "npm:@atom8n/config@2.3.1",
|
|
885
|
+
"@n8n/di": "npm:@atom8n/di@0.12.1",
|
|
886
|
+
"@n8n/errors": "npm:@atom8n/errors@0.7.1",
|
|
887
|
+
"@n8n/imap": "npm:@atom8n/imap@0.18.1",
|
|
888
888
|
"@n8n/vm2": "3.9.25",
|
|
889
889
|
"@thednp/dommatrix": "^2.0.12",
|
|
890
890
|
"alasql": "4.4.0",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"mqtt": "5.7.2",
|
|
926
926
|
"mssql": "10.0.2",
|
|
927
927
|
"mysql2": "3.15.0",
|
|
928
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.4.
|
|
928
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.4.1",
|
|
929
929
|
"node-html-markdown": "1.2.0",
|
|
930
930
|
"node-ssh": "13.2.0",
|
|
931
931
|
"nodemailer": "7.0.11",
|