Address review feedback: add migration link, mark internal packages

Co-Authored-By: mantra <mantra@stack-auth.com>
This commit is contained in:
Devin AI 2026-06-16 20:26:37 +00:00
parent 3eaa298060
commit 6d4ab3c5d2
3 changed files with 6 additions and 14 deletions

View File

@ -1,12 +1,6 @@
# @hexclave/shared-backend
Shared backend utilities for [Hexclave](https://hexclave.com) — open-source authentication and user management.
## Installation
```bash
npm install @hexclave/shared-backend
```
Internal shared backend utilities for the [Hexclave](https://hexclave.com) SDK. This package is not intended for direct consumption — it is used internally by other `@hexclave/*` packages.
## Documentation

View File

@ -1,12 +1,6 @@
# @hexclave/shared
Shared utilities and types for [Hexclave](https://hexclave.com) — open-source authentication and user management.
## Installation
```bash
npm install @hexclave/shared
```
Internal shared utilities and types for the [Hexclave](https://hexclave.com) SDK. This package is not intended for direct consumption — it is used internally by other `@hexclave/*` packages.
## Documentation

View File

@ -14,6 +14,10 @@ The official SDK for [Hexclave](https://hexclave.com) — open-source authentica
Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com).
## Migrating from Stack Auth
If you're migrating from `@stackframe/stack`, see the [migration guide](https://docs.hexclave.com/migration).
## Links
- [Hexclave](https://hexclave.com)