mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
## Features ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6750 @fundon - https://github.com/toeverything/BlockSuite/pull/6747 @fundon - https://github.com/toeverything/BlockSuite/pull/6753 @regischen - https://github.com/toeverything/BlockSuite/pull/6744 @donteatfriedrice ## Refactor - https://github.com/toeverything/BlockSuite/pull/6748 @pengx17 ## Misc
38 lines
777 B
JSON
38 lines
777 B
JSON
{
|
|
"name": "y-provider",
|
|
"type": "module",
|
|
"version": "0.14.0",
|
|
"description": "Yjs provider protocol for multi document support",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/store": "0.14.0-canary-202404150332-7ebb14a",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vitest": "1.4.0",
|
|
"yjs": "^13.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "*",
|
|
"yjs": "^13"
|
|
}
|
|
}
|