refactor(packages): consolidate 3 credit packages into @manacore/credits

Merged credit-operations + shared-credit-service + shared-credit-ui
into @manacore/credits with sub-path exports:
- @manacore/credits — operations, costs, service
- @manacore/credits/web — Svelte components
- @manacore/credits/mobile — React Native components

Package count: 47 → 44

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-28 17:46:26 +01:00
parent b7e67aef21
commit 11db6c60dc
23 changed files with 100 additions and 293 deletions

View file

@ -42,7 +42,7 @@
"vitest": "^4.0.14"
},
"dependencies": {
"@manacore/credit-operations": "workspace:^",
"@manacore/credits": "workspace:^",
"@manacore/qr-export": "workspace:*",
"@manacore/shared-auth": "workspace:*",
"@manacore/shared-auth-ui": "workspace:*",