Release Scan Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 10:57:17 +02:00
parent 75cd6a6195
commit 8f34d05b75
29 changed files with 1000 additions and 136 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "scan-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Correct, assemble, recognize and export scanned pages locally in the browser.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
@@ -40,9 +40,9 @@
"ocr:prepare": "node scripts/prepare-ocr-assets.mjs"
},
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.3",
"@add-ideas/toolbox-helpers": "0.1.0",
"@add-ideas/toolbox-shell-react": "0.2.3",
"@add-ideas/toolbox-contract": "0.3.0",
"@add-ideas/toolbox-helpers": "0.2.0",
"@add-ideas/toolbox-shell-react": "0.3.0",
"@tesseract.js-data/eng": "1.0.0",
"jspdf": "4.2.1",
"react": "19.2.8",
@@ -50,7 +50,7 @@
"tesseract.js": "7.0.0"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "0.2.3",
"@add-ideas/toolbox-testkit": "0.3.0",
"@eslint/js": "10.0.1",
"@playwright/test": "1.62.1",
"@testing-library/jest-dom": "6.9.1",