mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +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 -->
21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"name": "@affine/templates",
|
|
"private": true,
|
|
"sideEffect": false,
|
|
"version": "0.26.3",
|
|
"scripts": {
|
|
"build": "node ./build-edgeless.mjs && node ./build-stickers.mjs",
|
|
"postinstall": "yarn build"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./onboarding.zip": "./onboarding/onboarding.zip",
|
|
"./edgeless": "./edgeless-templates.gen.ts",
|
|
"./stickers": "./stickers-templates.gen.ts",
|
|
"./build-edgeless": "./build-edgeless.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"jszip": "^3.10.1"
|
|
}
|
|
}
|