perf: lazy doc provider factory (#3330)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-07-21 05:23:18 +00:00
committed by GitHub
co-authored by Alex Yang
parent cff741e9ba
commit 869d98d019
11 changed files with 609 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@affine/y-provider",
"type": "module",
"version": "0.7.0-canary.47",
"description": "Yjs provider utilities for AFFiNE",
"exports": {
".": "./src/index.ts"
},
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly"
},
"peerDependencies": {
"yjs": "^13.5.51"
}
}