Skip to content

v0.6.1 — vendor the humanizer skill locally

Choose a tag to compare

@dirien dirien released this 10 Aug 11:18
· 3 commits to main since this release
c317b7d

apm 0.27.0+ requires every dependency to carry its own apm.yml and rejects the root-level blader/humanizer repo, which broke apm install --frozen on fresh installs. The skill is now vendored under .apm/skills/humanizer/ (from blader/humanizer@1b48564, upstream v2.8.2) like the other local skills, and the git dependency is gone. The lockfile installs clean on apm 0.26.0 through 0.28.0. (#2)