fix(package): Pin package manager to pnpm@10.18.1 in package.json

This commit is contained in:
2025-11-27 13:31:56 +00:00
parent 88d5bbb432
commit 65bd0ea9c8
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-27 - 2.0.54 - fix(package)
Pin package manager to pnpm@10.18.1 in package.json
- Added packageManager field to package.json to pin pnpm to 10.18.1 with integrity hash
- No runtime code changes; only package metadata updated
## 2025-11-27 - 2.0.53 - fix(core)
Refactor filesystem usage to smartfs async provider, update dependencies, tests and nginx config paths