mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-24 16:18:39 +08:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version bumped to 0.26.3 across the project and Helm charts. * Removed an unused dependency (minimatch) from multiple packages. * Updated build/tooling and packaging metadata, including packaging maker replacement. * Adjusted app release metadata and platform packaging config. * **Tests** * Updated test snapshots to reflect minor presentational styling adjustments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
38 lines
752 B
JSON
38 lines
752 B
JSON
{
|
|
"name": "@blocksuite/sync",
|
|
"description": "BlockSuite data synchronization engine abstraction and implementation.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/global": "workspace:*",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"idb": "^8.0.0",
|
|
"idb-keyval": "^6.2.2",
|
|
"lodash-es": "^4.17.23",
|
|
"rxjs": "^7.8.2",
|
|
"y-protocols": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "*"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__"
|
|
],
|
|
"version": "0.26.3"
|
|
}
|