You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): reject an unusable pinned version and a missing npm publish time
The pinned-version escape hatch skipped the semver check the registry path
applies, so an operator typo shipped a latest.json that every installed
client fails to parse. It now answers to the same shape rule.
publishedAt fell back to build time when npm's metadata was unreadable,
which is exactly the re-anchoring of the rollout window the function's own
comment records as the bug. An unreadable timestamp is a failed registry
read, and a failed read already fails the build.
0 commit comments