S4DSAuth node added. Some other nodes deleted

This commit is contained in:
MrMatiz2 2025-07-06 18:44:45 -05:00
commit 392231e695
16 changed files with 4910 additions and 222 deletions

View file

@ -33,13 +33,13 @@
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ExampleCredentialsApi.credentials.js",
"dist/credentials/HttpBinApi.credentials.js"
"dist/credentials/HttpBinApi.credentials.js",
"dist/credentials/S4DSApi.credentials.js"
],
"nodes": [
"dist/nodes/ExampleNode/ExampleNode.node.js",
"dist/nodes/ExampleNode2/ExampleNode2.node.js",
"dist/nodes/HttpBin/HttpBin.node.js"
"dist/nodes/HttpBin/HttpBin.node.js",
"dist/nodes/S4DSAuth/S4DSAuth.node.js",
"dist/nodes/S4DSExample/S4DSExample.node.js"
]
},
"devDependencies": {