fix(storage): circual deps
Some checks failed
/ build-desktop (linux) (push) Failing after 1m57s
/ build-web (push) Failing after 2m1s
/ build-mobile (push) Failing after 3m58s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-08-31 22:05:28 +02:00
commit d88c554a2d
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
14 changed files with 13 additions and 21 deletions

View file

@ -4,7 +4,6 @@
"version": "0.0.0",
"type": "module",
"exports": {
"./session": "./src/session.tsx",
"./context": "./src/context.tsx",
"./secure": "./src/secure.ts",
"./browserSecure": "./src/browserSecure.ts",
@ -18,8 +17,6 @@
"dependencies": {
"@methanium/ui": "*",
"@tauri-apps/api": "^2.11.1",
"@tensamin/cache": "workspace:*",
"@tensamin/mtp": "workspace:*",
"@tensamin/shared": "workspace:*",
"react": "^19.2.8",
"react-dom": "^19.2.8"