feat(nbstore): add blob sync storage (#10752)

This commit is contained in:
EYHN
2025-03-14 18:05:54 +08:00
committed by GitHub
parent a2eb3fe1b2
commit 05200ad7b7
56 changed files with 1441 additions and 404 deletions

View File

@@ -777,6 +777,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@affine/nbstore@workspace:packages/common/nbstore"
dependencies:
"@affine/error": "workspace:*"
"@affine/graphql": "workspace:*"
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
"@toeverything/infra": "workspace:*"
@@ -792,6 +793,7 @@ __metadata:
y-protocols: "npm:^1.0.6"
yjs: "npm:^13.6.21"
peerDependencies:
"@affine/error": "workspace:*"
"@affine/graphql": "workspace:*"
idb: ^8.0.0
socket.io-client: ^4.7.5