mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +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
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"vitest": "1.4.0"
|
|
},
|
|
"exports": {
|
|
"./automation": "./src/automation.ts",
|
|
"./global": "./src/global.ts",
|
|
"./constant": "./src/constant.ts",
|
|
"./workspace": "./src/workspace.ts",
|
|
"./workspace/legacy-cloud": "./src/workspace/legacy-cloud/index.ts",
|
|
"./filter": "./src/filter.ts",
|
|
"./blocksuite": "./src/blocksuite/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^3.1.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"version": "0.14.0"
|
|
}
|