fix(deno): remove nodeModulesDir from Deno configuration

This commit is contained in:
2026-03-15 13:31:25 +00:00
parent 49998c4c32
commit 167df321f9
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 1.13.1 - fix(deno)
remove nodeModulesDir from Deno configuration
- Drops the explicit nodeModulesDir setting from deno.json.
- Keeps the package version unchanged at 1.13.0 while simplifying runtime configuration.
## 2026-03-15 - 1.13.0 - feat(install)
improve installer with version selection, service restart handling, and upgrade documentation