Bump package version to 4.4.62 and update Fjell dependencies
Summary
This release updates package metadata and dependency version constraints. It sets the package version to 4.4.62, updates several @fjell packages in package.json, and refreshes the package-lock.json after an install. Changes are limited to version/dependency updates and the lockfile; no functional code changes are indicated in the commit messages.
Improvements
-
Version bump
- Set package.json "version" to "4.4.62" (replacing the development suffix). See commit d053b70: "Bump package version in package.json to 4.4.62".
-
Dependency updates (package.json)
- Update dependency @fjell/core from "^4.4.70" to "^4.4.72". See commit 22fba3b: "Update dependency @fjell/core from ^4.4.70 to ^4.4.72".
- Update dependency @fjell/logging from "^4.4.62" to "^4.4.65". See commit 22fba3b: "Update dependency @fjell/logging from ^4.4.62 to ^4.4.65".
- Update devDependency @fjell/common-config from "^1.1.31" to "^1.1.36". See commit 22fba3b: "Update devDependency @fjell/common-config from ^1.1.31 to ^1.1.36".
Miscellaneous
- Lockfile
- package-lock.json was updated after running npm install. See commit 04a7ebc: "Update package-lock.json after npm install".
Impact and migration notes
-
If you are installing this package from source or working on the repository, run npm install (or npm ci) to pick up the updated package-lock.json and the bumped dependency constraints (commit 04a7ebc).
-
These changes are confined to package metadata and dependency version specifications (commits d053b70 and 22fba3b). No other commits in this release indicate code, API, documentation, or behavior changes.