release: validate DSH 0.1.1 compatibility - #8
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f40d5b1387
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@deepseek-ai/dsh-credentials": "0.1.1-rc.1", | ||
| "@deepseek-ai/dsh-fs": "0.1.1-rc.1", | ||
| "@deepseek-ai/dsh-jobs": "0.1.1-rc.1", | ||
| "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.1", | ||
| "@deepseek-ai/dsh-tools": "0.1.1-rc.1", |
There was a problem hiding this comment.
Include the tested 0.1.1 prerelease in the peer ranges
When the host provides the newly tested DSH 0.1.1-rc.1 packages, these dependencies do not satisfy the unchanged >=0.1.0-rc.6 <0.2.0 peer ranges on lines 64–68: under standard semver prerelease rules, a prerelease with the 0.1.1 tuple is excluded when the range only names a 0.1.0 prerelease. The published package therefore reports incompatible peers, causing strict peer installs to reject this supported configuration and lenient installs to warn or potentially resolve unwanted copies; explicitly include the 0.1.1 prerelease line in each affected peer range.
Useful? React with 👍 / 👎.
Summary
Validation