n8n-nodes-diro 0.1.0 → 0.1.2
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/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -76,14 +76,14 @@ The response includes the document ID and download URL (`pdfUrl`).
|
|
|
76
76
|
|
|
77
77
|
## Resources
|
|
78
78
|
|
|
79
|
-
- [Diro Documentation](https://
|
|
80
|
-
- [API Reference](https://
|
|
79
|
+
- [Diro Documentation](https://getdiro.com/docs)
|
|
80
|
+
- [API Reference](https://getdiro.com/docs/api-reference/overview)
|
|
81
81
|
- [n8n Community Nodes](https://docs.n8n.io/integrations/community-nodes/)
|
|
82
82
|
|
|
83
83
|
## Support
|
|
84
84
|
|
|
85
|
-
- For Diro-related issues: [
|
|
86
|
-
- For node bugs: [GitHub Issues](https://github.com/
|
|
85
|
+
- For Diro-related issues: [admin@tempoze.co.kr](mailto:admin@tempoze.co.kr)
|
|
86
|
+
- For node bugs: [GitHub Issues](https://github.com/ohjinseok/n8n-nodes-diro/issues)
|
|
87
87
|
|
|
88
88
|
## License
|
|
89
89
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-diro",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "n8n community node for Diro - Document automation API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
],
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Diro",
|
|
16
|
-
"email": "
|
|
16
|
+
"email": "admin@tempoze.co.kr"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/ohjinseok/n8n-nodes-diro.git"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://getdiro.com",
|
|
23
23
|
"main": "dist/nodes/Diro/Diro.node.js",
|