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
This has meant that recent PR's have not been able to be released to NPM, making new features inaccessible to users that are downloading via NPM (e.g. offsets for zoomToElement)
Describe the bug
Package not being published correctly in GitHub workflow
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package should publish the package on merged PR's.
Additional context
The NPM token has likely expired, further exacerbated by recent changes by GitHub to token expirations: https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/
This has meant that recent PR's have not been able to be released to NPM, making new features inaccessible to users that are downloading via NPM (e.g. offsets for zoomToElement)
Thanks !