mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/7659 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7682 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7641 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7685 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7680 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7679 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7676 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7675 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7670 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7672 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7668 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7664 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7665 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7662 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7658 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7654 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7648 @undefined - https://github.com/toeverything/BlockSuite/pull/7653 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7651 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7647 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7671 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7656 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7643 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7666 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7645 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7637 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7639 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7636 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7633 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7630 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7629 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7627 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7625 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7623 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7599 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7621 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7619 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7614 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7613 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7611 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7609 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7594 @fundon - https://github.com/toeverything/BlockSuite/pull/7593 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/7634 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7616 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7617 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7603 @Saul-Mirone ## Misc - https://github.com/toeverything/BlockSuite/pull/7604 @Saul-Mirone ## Features ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7688 @fourdim - https://github.com/toeverything/BlockSuite/pull/7690 @Saul-Mirone ## Refactor ## Misc
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.16.0-canary-202407190406-c44f7e8",
|
|
"@blocksuite/store": "0.16.0-canary-202407190406-c44f7e8",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"vitest": "1.6.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.15.0"
|
|
}
|