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(deps): restore workspace links for @socketbin packages
The lockfile was incorrectly using date-stamped versions (0.0.0-20251103.61247)
instead of workspace links for @socketbin packages. This caused frozen-lockfile
validation errors in CI with "version doesn't satisfy range" errors.
Fixed by reverting to link: references for all @socketbin/cli-* packages:
- @socketbin/cli-alpine-arm64
- @socketbin/cli-alpine-x64
- @socketbin/cli-darwin-arm64
- @socketbin/cli-darwin-x64
- @socketbin/cli-linux-arm64
- @socketbin/cli-linux-x64
- @socketbin/cli-win32-arm64
- @socketbin/cli-win32-x64
Also removed obsolete package definitions for the date-stamped versions.
0 commit comments