Files
helper-tools/THIRD_PARTY_NOTICES.md
zemion 6c763fcb5a
Verify / verify (push) Canceled after 0s
Release Helper Tools 0.2.0
2026-09-02 01:01:56 +02:00

16 lines
902 B
Markdown

# 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.3.0 | Apache-2.0 | manifest and context contract |
| `@add-ideas/toolbox-shell-react` | 0.3.0 | 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.