fix(package.json): Add packageManager field to package.json to pin pnpm version

This commit is contained in:
2025-11-22 18:08:31 +00:00
parent c07f10b97b
commit 0c626c20e7
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-11-22 - 1.2.42 - fix(package.json)
Add packageManager field to package.json to pin pnpm version
- Add packageManager: "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34" to package.json to lock pnpm CLI version and integrity
## 2025-11-22 - 1.2.41 - fix(core)
Migrate to @git.zone / @push.rocks packages, replace smartfile with smartfs and adapt filesystem usage; update dev deps and remove CI/lint config