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(build): read socketbin spec from actual package.json
Changed to read name and version from the actual @socketbin/cli-{platform}-{arch}/package.json
instead of constructing it, ensuring the spec matches the published package.
**Changes:**
- Read socketbin package.json dynamically based on platform/arch
- Use actual package name and version for spec string
- Gracefully handle missing package.json with fallback behavior
**Example:**
- Reads: packages/socketbin-cli-darwin-arm64/package.json
- Uses: @socketbin/cli-darwin-arm64@1.2.0
0 commit comments