n8n-nodes-userapi 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
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 in this repository
67
- - Telegram support: `https://t.me/userapiai`
68
- - API onboarding and key setup: `https://userapi.ai/first-steps`
69
- - UserAPI website: `https://userapi.ai`
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.7",
3
+ "version": "0.1.8",
4
4
  "description": "n8n community nodes for UserApi.Ai endpoints",
5
5
  "license": "MIT",
6
6
  "homepage": "https://userapi.ai",