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

This commit is contained in:
2026-09-02 04:43:16 +02:00
parent a1380cfba2
commit 46fc10f745
37 changed files with 2722 additions and 455 deletions
+6 -5
View File
@@ -1,7 +1,7 @@
{
"name": "diff-tools",
"version": "0.1.0",
"description": "Compare text and structured data locally in the browser.",
"version": "0.2.0",
"description": "Compare files and directories or perform bounded three-way merges locally.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
"repository": {
@@ -39,8 +39,9 @@
"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-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",
"@xmldom/xmldom": "0.9.12",
"diff": "9.0.0",
"lossless-json": "4.3.1",
@@ -49,7 +50,7 @@
"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",