better-auth-studio 1.0.10 → 1.0.11-beta.1

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -192,13 +192,6 @@ npm run dev
192
192
  4. Add tests if applicable
193
193
  5. Submit a pull request
194
194
 
195
- ## 📚 Additional Resources
196
-
197
- - **Better Auth Documentation**: https://better-auth.com
198
- - **GitHub Repository**: https://github.com/better-auth/better-auth-studio
199
- - **Issues & Support**: https://github.com/better-auth/better-auth-studio/issues
200
- - **Discord Community**: https://discord.gg/better-auth
201
-
202
195
  ## 📄 License
203
196
 
204
197
  MIT License - see [LICENSE](LICENSE) file for details.
@@ -207,7 +200,6 @@ MIT License - see [LICENSE](LICENSE) file for details.
207
200
 
208
201
  If you encounter any issues or have questions:
209
202
 
210
- 1. **Check the troubleshooting section** above
211
203
  2. **Search existing issues** on GitHub
212
204
  3. **Create a new issue** with detailed information
213
205
  4. **Join our Discord** for community support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-auth-studio",
3
- "version": "1.0.10",
3
+ "version": "1.0.11-beta.1",
4
4
  "description": "Studio for Better Auth",
5
5
  "main": "dist/index.js",
6
6
  "bin": {