n8n-nodes-base 1.121.5 → 1.121.7
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/nodes/Ssh/Ssh.node.d.ts.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.js +4 -1
- package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
- package/dist/nodes/Webhook/utils.d.ts.map +1 -1
- package/dist/nodes/Webhook/utils.js +19 -7
- package/dist/nodes/Webhook/utils.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.7",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE.md",
|
|
9
|
+
"LICENSE_EE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"credentials": [
|
|
@@ -870,8 +870,8 @@
|
|
|
870
870
|
"@types/xml2js": "^0.4.14",
|
|
871
871
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
872
872
|
"@n8n/eslint-plugin-community-nodes": "0.7.0",
|
|
873
|
-
"n8n-
|
|
874
|
-
"
|
|
873
|
+
"@n8n/typescript-config": "1.3.0",
|
|
874
|
+
"n8n-core": "1.122.8"
|
|
875
875
|
},
|
|
876
876
|
"dependencies": {
|
|
877
877
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"mysql2": "3.15.0",
|
|
919
919
|
"node-html-markdown": "1.2.0",
|
|
920
920
|
"node-ssh": "13.2.0",
|
|
921
|
-
"nodemailer": "7.0.
|
|
921
|
+
"nodemailer": "7.0.11",
|
|
922
922
|
"oracledb": "6.9.0",
|
|
923
923
|
"otpauth": "9.1.1",
|
|
924
924
|
"pdfjs-dist": "5.3.31",
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"@n8n/di": "0.10.0",
|
|
948
948
|
"@n8n/errors": "0.5.0",
|
|
949
949
|
"@n8n/imap": "0.16.0",
|
|
950
|
-
"n8n-workflow": "1.120.
|
|
950
|
+
"n8n-workflow": "1.120.5"
|
|
951
951
|
},
|
|
952
952
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
953
953
|
"homepage": "https://n8n.io",
|