chore: remove @manacore/shared-supabase package

Package was unused — no imports found across the entire codebase.
All apps have migrated to direct PostgreSQL (Drizzle ORM) for backends
and mana-core-auth API for mobile/web clients.

Removes package and all documentation references.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 12:07:14 +01:00
parent 5bd967900f
commit b76746229e
7 changed files with 0 additions and 128 deletions

View file

@ -454,7 +454,6 @@ Alle Projekte teilen gemeinsame Packages unter `packages/`:
| --------------------------- | ---------------------------------------- |
| `@manacore/shared-types` | Gemeinsame TypeScript Types |
| `@manacore/shared-utils` | Utility-Funktionen (Date, String, Async) |
| `@manacore/shared-supabase` | Einheitlicher Supabase Client |
| `@manacore/shared-config` | Gemeinsame Konfiguration |
### Auth & Security
@ -498,7 +497,6 @@ Alle Projekte teilen gemeinsame Packages unter `packages/`:
```typescript
// In einem beliebigen Projekt
import { User, ApiResponse } from '@manacore/shared-types';
import { createSupabaseClient } from '@manacore/shared-supabase';
import { formatDate, truncate, retry } from '@manacore/shared-utils';
```