fix(smartdeno): normalize stderr output to an empty string and update build configuration

This commit is contained in:
2026-04-30 17:32:30 +00:00
parent 78a5615bb5
commit f93d3e2cfe
10 changed files with 2378 additions and 1753 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 1.2.1 - fix(smartdeno)
normalize stderr output to an empty string and update build configuration
- Ensure executeScript always returns a string for stderr in both stdin and temp-file execution paths.
- Adjust tests and TypeScript/build settings for stricter typing and updated toolchain compatibility.
- Refresh package metadata and project configuration files, including registry and issue tracker settings.
## 2025-12-02 - 1.2.0 - feat(smartdeno)
Run small scripts in-memory via stdin, fall back to temp files for large scripts; remove internal HTTP script server and simplify plugin dependencies; update API and docs.