Skip to content

Commit b9db739

Browse files
Copilotlarsdecker
andcommitted
Add code quality improvements: JSDoc, date validation, and CommonJS config files
- Add comprehensive JSDoc documentation for all major functions - Add date range validation to ensure start date is before end date - Rename .js config files to .cjs to support future ES module migration - Add test for date validation properties - Improve code maintainability with better documentation Co-authored-by: larsdecker <[email protected]>
1 parent 1f57c76 commit b9db739

File tree

7 files changed

+433
-351
lines changed

7 files changed

+433
-351
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"node": "n8n-nodes-fints.fintsNode",
3-
"nodeVersion": "1.0",
4-
"codexVersion": "1.0",
5-
"categories": ["Finance & Accounting"],
6-
"resources": {
7-
"credentialDocumentation": [
8-
{
9-
"url": "https://github.com/larsdecker/n8n-nodes-fints/blob/master/README.md#credentials"
10-
}
11-
],
12-
"primaryDocumentation": [
13-
{
14-
"url": "https://github.com/larsdecker/n8n-nodes-fints/blob/master/README.md"
15-
}
16-
],
17-
"generic": [
18-
{
19-
"label": "FinTS specification overview",
20-
"url": "https://www.fints.org/"
21-
}
22-
]
23-
}
2+
"node": "n8n-nodes-fints.fintsNode",
3+
"nodeVersion": "1.0",
4+
"codexVersion": "1.0",
5+
"categories": ["Finance & Accounting"],
6+
"resources": {
7+
"credentialDocumentation": [
8+
{
9+
"url": "https://github.com/larsdecker/n8n-nodes-fints/blob/master/README.md#credentials"
10+
}
11+
],
12+
"primaryDocumentation": [
13+
{
14+
"url": "https://github.com/larsdecker/n8n-nodes-fints/blob/master/README.md"
15+
}
16+
],
17+
"generic": [
18+
{
19+
"label": "FinTS specification overview",
20+
"url": "https://www.fints.org/"
21+
}
22+
]
23+
}
2424
}

0 commit comments

Comments
 (0)