chore: release y-provider package (#4642)

This commit is contained in:
Alex Yang
2023-10-16 19:47:05 -05:00
committed by GitHub
parent 77efcad89d
commit a0095496d7
20 changed files with 99 additions and 52 deletions

View File

@@ -14,7 +14,6 @@
},
"devDependencies": {
"@affine/env": "workspace:*",
"@affine/y-provider": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/editor": "0.0.0-20230926212737-6d4b1569-nightly",
@@ -24,24 +23,22 @@
"@testing-library/react": "^14.0.0",
"@types/lodash.debounce": "^4.0.7",
"fake-indexeddb": "^5.0.0",
"vitest": "0.34.6"
"vitest": "0.34.6",
"y-provider": "workspace:*"
},
"peerDependencies": {
"@affine/y-provider": "workspace:*",
"@blocksuite/block-std": "*",
"@blocksuite/blocks": "*",
"@blocksuite/editor": "*",
"@blocksuite/global": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
"@blocksuite/store": "*",
"y-provider": "workspace:*"
},
"peerDependenciesMeta": {
"@affine/env": {
"optional": true
},
"@affine/y-provider": {
"optional": true
},
"@blocksuite/block-std": {
"optional": true
},
@@ -59,6 +56,9 @@
},
"@blocksuite/store": {
"optional": true
},
"y-provider": {
"optional": true
}
},
"version": "0.10.0-canary.1"