chore: shrinkwrap coding agent release deps

This commit is contained in:
Mario Zechner
2026-05-20 14:19:40 +02:00
parent fec3871432
commit 715c82ce04
7 changed files with 2171 additions and 19 deletions

View File

@@ -6,6 +6,7 @@
- Changed source syntax to avoid TypeScript constructs that require JavaScript emit, keeping core sources compatible with Node.js strip-only TypeScript checks.
- Removed web UI workspace references from the CLI package and dropped the package-level development watch script.
- Published npm installs now include an `npm-shrinkwrap.json` to lock transitive dependencies for the CLI package.
### Fixed