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
refactor: mark packages as private with placeholder versions
Set all packages to private: true to prevent accidental publishing:
- packages/socket: private: true (version: 2.0.0)
- packages/cli: private: true, version: 0.0.0-copied-from-packages-socket
- packages/cli-with-sentry: private: true, version: 0.0.0-copied-from-packages-socket
- All 9 socketbin-* packages: private: true
Update provenance.yml workflow to:
- Remove private field before publishing
- Sync cli and cli-with-sentry versions from socket package version
- All three packages now publish with matching versions
This ensures packages can only be published through CI workflows,
preventing manual publishing mistakes and maintaining version consistency.
0 commit comments