sepehr 8d95f34fcc fix: Add debounced Undo/Redo system to avoid character-by-character history
- Add debounced state updates for title and content (500ms delay)
- Immediate UI updates with delayed history saving
- Prevent one-letter-per-undo issue
- Add cleanup for debounce timers on unmount
2026-01-04 14:28:11 +01:00

27 lines
637 B
JSON

{
"name": "@prisma/engines-version",
"version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"prisma": {
"enginesVersion": "605197351a3c8bdd595af2d2a9bc3025bca48ea2"
},
"repository": {
"type": "git",
"url": "https://github.com/prisma/engines-wrapper.git",
"directory": "packages/engines-version"
},
"devDependencies": {
"@types/node": "18.19.34",
"typescript": "4.9.5"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"build": "tsc -d"
}
}