Commit cfb874e
fix: resolve workspace:* protocol to enable npm install (#62)
* fix: replace workspace:* with file: protocol for npm compatibility
The workspace:* dependency on @selftune/telemetry-contract breaks
npm install because npm doesn't understand the workspace protocol.
Using file: instead works with both bun and npm since the package
is already bundled in the tarball via the files array.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: bump cli version to v0.2.6 [skip ci]
* fix: remove duplicate lockfile entry causing CI module resolution failure
The merge created a duplicate @selftune/telemetry-contract entry in
bun.lock (both workspace: and file: variants), which caused bun to
fail module resolution in CI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent d4cc630 commit cfb874e
2 files changed
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments