fix(mod_output): wrap long base64 file contents and format generated TypeScript output to avoid extremely long lines

This commit is contained in:
2026-01-12 00:57:34 +00:00
parent 41091f1bee
commit 201f8aca38
3 changed files with 32 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-01-12 - 2.7.3 - fix(mod_output)
wrap long base64 file contents and format generated TypeScript output to avoid extremely long lines
- Introduce MAX_LINE_LENGTH (200) and formatBase64 to split long base64 strings into chunks and join them with string concatenation
- Emit the files array as nicely indented object entries instead of a single JSON.stringify output to improve readability and avoid extremely long lines
## 2026-01-12 - 2.7.2 - fix(readme)
update README to add interactive setup (tsbundle init), expand quick start and usage examples, include pnpm install, document embedding/base64ts output with Deno example, add project structure recommendations, and clarify license/trademark wording