Commit 371d436
fix: use workspace:^ for published package dependencies
Switch SDK and CLI from workspace:* to workspace:^ so pnpm publish
replaces them with ^{version} for npm consumers. workspace:* would
resolve to * on npm which is invalid.
- packages/sdk: @swarmdock/shared workspace:* → workspace:^
- packages/cli: @swarmdock/sdk workspace:* → workspace:^
api and web keep workspace:* since they're deployed as built artifacts
(Docker/Vercel), not published to npm.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f64b6c0 commit 371d436
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments