mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6809 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6787 @Flrande - https://github.com/toeverything/BlockSuite/pull/6774 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6817 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6811 @regischen - https://github.com/toeverything/BlockSuite/pull/6814 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6813 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6812 @doouding - https://github.com/toeverything/BlockSuite/pull/6815 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6808 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6804 @regischen - https://github.com/toeverything/BlockSuite/pull/6797 @regischen - https://github.com/toeverything/BlockSuite/pull/6802 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/6801 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6798 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6795 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6790 @lawvs - https://github.com/toeverything/BlockSuite/pull/6778 @zkwolf - https://github.com/toeverything/BlockSuite/pull/6792 @fundon ## Refactor ## Misc - https://github.com/toeverything/BlockSuite/pull/6807 @c0sc0s - https://github.com/toeverything/BlockSuite/pull/6806 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/6800 @fourdim
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-202404190214-78bb570",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vitest": "1.4.0",
|
|
"yjs": "^13.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "*",
|
|
"yjs": "^13"
|
|
}
|
|
}
|