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: read CLI version from socket package.json during build
Update esbuild config to read version from packages/socket/package.json instead
of packages/cli/package.json. This ensures INLINED_SOCKET_CLI_VERSION is set
to the actual published version (2.0.6) instead of the placeholder
'0.0.0-copied-from-packages-socket'.
The cli and cli-with-sentry packages use a placeholder version that signals
the build system to copy the version from the socket package, which is the
actual published package.
Fixes CLI banner showing incorrect version 'v0.0.0-copied-from-packages-socket'
when running the compiled binary.
0 commit comments