Skip to content

Deduplicate Fjell dependencies and finalize 4.4.47

Choose a tag to compare

released this 13 Nov 07:10
· 35 commits to working since this release

This release focuses on housekeeping: finalizing the 4.4.47 version and cleaning up duplicate Fjell dependencies in project manifests.

Maintenance

  • Set release version in package.json from 4.4.47-dev.0 to 4.4.47 (ee429e7)
  • Clean up duplicate Fjell dependencies in package.json (33b699f):
    • Removed duplicate entries for @fjell/core (^4.4.56 and ^4.4.51)
    • Removed duplicate entries for @fjell/logging (^4.4.53 and ^4.4.50)
    • Removed duplicate @fjell/common-config entries (^1.1.29 and ^1.1.28) from devDependencies
  • Remove redundant Fjell package entries from package-lock.json (4573e0e):
    • Deleted @fjell/core entries (^4.4.56 and ^4.4.51)
    • Deleted @fjell/logging entries (^4.4.52 and ^4.4.50)
    • Deleted @fjell/common-config entries (^1.1.29 and ^1.1.28)

These changes help ensure consistent dependency resolution by removing duplicated entries in package manifests.