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

This commit is contained in:
2026-09-02 12:18:37 +02:00
parent 25ff321f2a
commit 873cf3c04b
39 changed files with 2431 additions and 181 deletions
+9 -6
View File
@@ -1,6 +1,6 @@
{
"name": "font-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Inspect, compare, preview, and safely subset local fonts.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
@@ -39,20 +39,22 @@
"release:artifact": "npm run check && npm run test:browser && npm run package:release -- --force"
},
"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",
"fontkit": "2.0.4",
"opentype.js": "2.0.0",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"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",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/fontkit": "2.0.9",
"@types/node": "25.9.5",
"@types/opentype.js": "1.3.10",
"@types/react": "19.2.17",
@@ -67,7 +69,8 @@
"typescript": "6.0.3",
"typescript-eslint": "8.64.0",
"vite": "8.2.2",
"vitest": "4.1.11"
"vitest": "4.1.11",
"wawoff2": "2.0.1"
},
"packageManager": "npm@11.17.0"
}