Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Update.js
# Update JS Library

Update is a library for seamless billing, authentication, and entitlement management. It extends your existing tools like Supabase and Stripe so you can integrate without migrating away from your existing stack.

Expand All @@ -16,8 +16,8 @@ For source code examples, check out our [examples repository](https://github.com

## ✨ Features

- **Authentication**: Easy integration with Supabase auth
- **Billing**: Seamless subscription and one-time payment management
- **Authentication**: Easy integration with your auth providers
- **Billing**: Seamless payments management
- **Entitlements**: Simple access control for premium features
- **Framework Support**: Built-in integration for Next.js and other SSR environments

Expand Down Expand Up @@ -167,7 +167,7 @@ await client.billing.updateSubscription(id, {
});
```

## 🔐 Entitlements
## 🛡️ Entitlements

### List Entitlements

Expand Down Expand Up @@ -200,7 +200,11 @@ const { error } = await client.auth.verifyAuthFlowCode(code);

## 📚 Documentation

For complete documentation, visit our website.
For complete documentation, visit [our documentation](https://update.dev/docs).

## 💬 Support

Need help? Join our [Discord community](https://discord.gg/Guege5tXFK) for support and discussions.

## 🤝 License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@updatedev/js",
"version": "0.3.1",
"version": "0.3.2",
"description": "Update JavaScript SDK",
"main": "./dist/index.js",
"files": [
Expand Down