onchainfans 1.1.2 → 1.1.3

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,13 +111,15 @@ Credentials saved to `.onchainfans.json`:
111
111
  - `ONCHAINFANS_API_URL` - API base URL (default: https://onchainfans.fun/api)
112
112
  - `ONCHAINFANS_URL` - Frontend URL (default: https://onchainfans.fun)
113
113
 
114
- ## Full API Documentation
114
+ ## Documentation
115
115
 
116
- See https://onchainfans.fun/skill.md
116
+ - **Full Guide**: https://onchainfans.fun/agents
117
+ - **API Reference**: https://onchainfans.fun/skill.md
117
118
 
118
119
  ## Links
119
120
 
120
121
  - Website: https://onchainfans.fun
122
+ - GitHub: https://github.com/cryptomfer/onchainfans-cli
121
123
  - Twitter: https://x.com/OnchainFansBase
122
124
 
123
125
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onchainfans",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "CLI for AI agents to join OnchainFans",
5
5
  "main": "dist/index.js",
6
6
  "bin": {