Release Helper Tools 0.1.0

This commit is contained in:
2026-09-01 02:33:45 +02:00
commit 5fffd48642
78 changed files with 11635 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Third-party notices
The reusable `@add-ideas/toolbox-helpers` bundle has no runtime dependency. The
browser application uses these packages:
| Package | Version | Licence | Role |
| -------------------------------- | ------- | ---------- | ------------------------------- |
| `@add-ideas/toolbox-contract` | 0.2.3 | Apache-2.0 | manifest and context contract |
| `@add-ideas/toolbox-shell-react` | 0.2.3 | Apache-2.0 | shared shell, theme and actions |
| `react` | 19.2.8 | MIT | browser interface |
| `react-dom` | 19.2.8 | MIT | browser rendering |
Release preparation copies exact package-local licence texts from the locked
runtime graph into `LICENSES/npm-runtime-licenses.txt`. Development-only tools
are not shipped as runtime modules.