@fjell/http-api 4.4.67 — dependency updates and repository metadata fix
Summary
This release is a small patch focused on package metadata and dependency maintenance. There are no changes to the runtime source/API in this repo; updates are limited to package.json and package-lock.json.
Changes
Dependency updates
- Bumped runtime dependencies:
@fjell/core^4.4.76 → ^4.4.77@fjell/logging^4.4.66 → ^4.4.67
- Bumped dev dependency:
@fjell/common-config^1.1.36 → ^1.1.37
- Updated
package-lock.jsonto match the new resolved dependency versions.
Why it matters: you’ll pick up the latest patch fixes from the Fjell ecosystem packages without any intended API surface changes in @fjell/http-api itself.
Package metadata fix
- Fixed the
repository.urlinpackage.json:https://github.com/getfjell/http-api.git→https://github.com/fjellgrunn/http-api.git
Why it matters: ensures correct links on npm/package registries and improves tooling behavior (e.g., source links, issue trackers, provenance).
Impact
- Users: No direct API changes in this package. Installing 4.4.67 will pull newer patch versions of
@fjell/core/@fjell/logging(within semver-compatible ranges). - Developers/CI: Lockfile updates may change the exact installed dependency graph; run
npm install(or usenpm ci) to ensure your local environment matches the updated lock.
Breaking changes
- None identified in this repository’s code changes.
- As always, dependency updates can introduce behavioral changes if upstream packages shipped them despite patch versioning; consult upstream changelogs if you see unexpected behavior.