@atom8n/n8n-nodes-base 2.5.7 → 2.5.8
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 +2 -2
- 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.5.
|
|
3
|
+
"version": "2.5.8",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -849,8 +849,8 @@
|
|
|
849
849
|
"nodeTypePrefix": "n8n-nodes-base"
|
|
850
850
|
},
|
|
851
851
|
"devDependencies": {
|
|
852
|
-
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.
|
|
853
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.
|
|
852
|
+
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.8",
|
|
853
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.8",
|
|
854
854
|
"@types/amqplib": "^0.10.1",
|
|
855
855
|
"@types/aws4": "^1.5.1",
|
|
856
856
|
"@types/basic-auth": "^1.1.3",
|
|
@@ -876,16 +876,16 @@
|
|
|
876
876
|
"@types/uuid": "^10.0.0",
|
|
877
877
|
"@types/xml2js": "^0.4.14",
|
|
878
878
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
879
|
-
"n8n-core": "npm:@atom8n/n8n-core@2.5.
|
|
879
|
+
"n8n-core": "npm:@atom8n/n8n-core@2.5.8"
|
|
880
880
|
},
|
|
881
881
|
"dependencies": {
|
|
882
882
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
883
883
|
"@kafkajs/confluent-schema-registry": "3.8.0",
|
|
884
884
|
"@mozilla/readability": "0.6.0",
|
|
885
|
-
"@n8n/config": "npm:@atom8n/config@2.4.
|
|
886
|
-
"@n8n/di": "npm:@atom8n/di@0.13.
|
|
887
|
-
"@n8n/errors": "npm:@atom8n/errors@0.8.
|
|
888
|
-
"@n8n/imap": "npm:@atom8n/imap@0.19.
|
|
885
|
+
"@n8n/config": "npm:@atom8n/config@2.4.8",
|
|
886
|
+
"@n8n/di": "npm:@atom8n/di@0.13.8",
|
|
887
|
+
"@n8n/errors": "npm:@atom8n/errors@0.8.8",
|
|
888
|
+
"@n8n/imap": "npm:@atom8n/imap@0.19.8",
|
|
889
889
|
"@n8n/vm2": "3.9.25",
|
|
890
890
|
"@thednp/dommatrix": "^2.0.12",
|
|
891
891
|
"alasql": "4.4.0",
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"mqtt": "5.7.2",
|
|
927
927
|
"mssql": "10.0.2",
|
|
928
928
|
"mysql2": "3.15.0",
|
|
929
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.
|
|
929
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.8",
|
|
930
930
|
"node-html-markdown": "1.2.0",
|
|
931
931
|
"node-ssh": "13.2.0",
|
|
932
932
|
"nodemailer": "7.0.11",
|