mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6863 @regischen - https://github.com/toeverything/BlockSuite/pull/6852 @doouding - https://github.com/toeverything/BlockSuite/pull/6860 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6856 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6849 @fundon ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6873 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6870 @golok727 - https://github.com/toeverything/BlockSuite/pull/6851 @golok727 - https://github.com/toeverything/BlockSuite/pull/6848 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6847 @fundon - https://github.com/toeverything/BlockSuite/pull/6867 @EYHN - https://github.com/toeverything/BlockSuite/pull/6868 @fundon - https://github.com/toeverything/BlockSuite/pull/6869 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6865 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6866 @fundon - https://github.com/toeverything/BlockSuite/pull/6864 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6824 @undefined - https://github.com/toeverything/BlockSuite/pull/6859 @fundon - https://github.com/toeverything/BlockSuite/pull/6853 @fundon - https://github.com/toeverything/BlockSuite/pull/6854 @fundon - https://github.com/toeverything/BlockSuite/pull/6845 @fourdim ## Refactor - https://github.com/toeverything/BlockSuite/pull/6872 @fundon ## 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-202404250407-4c48d8d",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vitest": "1.4.0",
|
|
"yjs": "^13.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "*",
|
|
"yjs": "^13"
|
|
}
|
|
}
|