Skip to content

v1.3.1 – Fix for Lockfile Publishing Issue

Choose a tag to compare

@SunDevil311 SunDevil311 released this 24 Jun 05:10
· 20 commits to master since this release

This patch release corrects a packaging failure introduced in v1.3.0, where the use of cache-dependency-path interfered with registry publishing.

🛠️ Changes

  • Removed cache-dependency-path from publish workflows to avoid lockfile-related cache issues.
  • Verified presence of package-lock.json in the extracted archive and maintained default npm caching behavior.