Skip to content

@fjell/http-api 4.4.67 — dependency updates and repository metadata fix

Choose a tag to compare

released this 11 Jan 05:29
· 15 commits to working since this release
c3e4fc3

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.json to 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.url in package.json:
    • https://github.com/getfjell/http-api.githttps://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 use npm 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.