n8n-nodes-userapi 0.1.7 → 0.1.9
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 +2 -2
package/README.md
CHANGED
|
@@ -63,10 +63,10 @@ Basic generation flow:
|
|
|
63
63
|
|
|
64
64
|
## Support
|
|
65
65
|
|
|
66
|
-
- Issues and bug reports: GitHub Issues
|
|
67
|
-
- Telegram support:
|
|
68
|
-
- API onboarding and key setup:
|
|
69
|
-
- UserAPI website:
|
|
66
|
+
- Issues and bug reports: [GitHub Issues](https://github.com/userapi-ai/n8n-nodes-userapi/issues)
|
|
67
|
+
- Telegram support: [UserApi.Ai Telegram](https://t.me/userapiai)
|
|
68
|
+
- API onboarding and key setup: [First steps guide](https://userapi.ai/first-steps)
|
|
69
|
+
- UserAPI website: [UserApi.Ai Website](https://userapi.ai)
|
|
70
70
|
|
|
71
71
|
## Contributing
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-userapi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "n8n community nodes for UserApi.Ai endpoints",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://userapi.ai",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"lint": "echo \"Add ESLint config if needed\""
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"n8n-workflow": "
|
|
32
|
+
"n8n-workflow": "*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^22.13.4",
|