mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-03 10:40:44 +08:00
c2c7dde06c
<!-- 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 -->
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.26.3",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./web-worker": "./src/web-worker.ts"
|
|
},
|
|
"dependencies": {
|
|
"async-call-rpc": "^6.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/electron": "workspace:*"
|
|
}
|
|
}
|