mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
fix(cards-web): drop unused @mana/shared-crypto dep — not in sveltekit-base image
The Phase-1 crypto wrapper is a no-op stub; it never actually imports @mana/shared-crypto. The dep was forward-looking for the Phase-2 vault wiring, but it broke `pnpm install` inside the cards-web Dockerfile because the sveltekit-base image only ships a curated subset of @mana/* packages and shared-crypto isn't one of them. The wiring will come back when the vault roundtrip is on, together with a base-image bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f94c047daa
commit
86f14bcc19
2 changed files with 0 additions and 4 deletions
|
|
@ -29,7 +29,6 @@
|
|||
"@mana/shared-auth": "workspace:*",
|
||||
"@mana/shared-auth-ui": "workspace:*",
|
||||
"@mana/shared-branding": "workspace:*",
|
||||
"@mana/shared-crypto": "workspace:*",
|
||||
"@mana/shared-icons": "workspace:*",
|
||||
"@mana/shared-privacy": "workspace:*",
|
||||
"@mana/shared-pwa": "workspace:*",
|
||||
|
|
|
|||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -202,9 +202,6 @@ importers:
|
|||
'@mana/shared-branding':
|
||||
specifier: workspace:*
|
||||
version: link:../../../../packages/shared-branding
|
||||
'@mana/shared-crypto':
|
||||
specifier: workspace:*
|
||||
version: link:../../../../packages/shared-crypto
|
||||
'@mana/shared-icons':
|
||||
specifier: workspace:*
|
||||
version: link:../../../../packages/shared-icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue