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

This commit is contained in:
2026-09-02 08:10:52 +02:00
parent 12d0ac0155
commit 57dd710275
28 changed files with 810 additions and 66 deletions
+8 -5
View File
@@ -1,6 +1,6 @@
{
"name": "flow-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Build and inspect bounded local data transformation pipelines.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
@@ -9,6 +9,9 @@
"url": "git+https://git.add-ideas.de/lotobo/flow-tools.git"
},
"homepage": "https://git.add-ideas.de/lotobo/flow-tools",
"bugs": {
"url": "https://git.add-ideas.de/lotobo/flow-tools/issues"
},
"private": true,
"type": "module",
"engines": {
@@ -34,15 +37,15 @@
"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",
"@xmldom/xmldom": "0.9.12",
"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",