mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded TypeScript toolchain to v5.9.3 across packages and tooling. * Removed legacy ts-node and migrated developer tooling to newer runtimes (tsx/SWC) where applicable. * **Documentation** * Updated developer CLI docs and runtime behavior notes to reflect the new loader/runtime for running TypeScript files; no changes to public APIs or end-user behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "@affine/revert-update",
|
|
"version": "0.26.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Generate a revert update from two Yjs snapshot binaries",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"generate": "r ./index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine-tools/cli": "workspace:*",
|
|
"yjs": "^13.6.27"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|