v1.3.1 – Fix for Lockfile Publishing Issue
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-pathfrom publish workflows to avoid lockfile-related cache issues. - Verified presence of
package-lock.jsonin the extracted archive and maintained defaultnpmcaching behavior.