Commit 18d4a19
chore(cli): release 0.1.1 — relax dep pins for Homebrew compatibility
Homebrew's std_npm_args defaults to --min-release-age=7d as a supply-chain
safety guard, refusing to install npm packages whose only matching
version was published in the last 7 days. The 0.1.0 brew install failed
because @hono/node-server@^2.0.1 (published 2026-04-30) and
hono@^4.12.16 (published 2026-04-30) had no matching versions older
than the cutoff.
Loosen both caret pins so npm can resolve to a slightly older patch
when brew's filter is in effect:
- @hono/node-server: ^2.0.1 → ^2.0.0
- hono: ^4.12.16 → ^4.12.0
Plain `npm install` still resolves to the latest patch (2.0.1, 4.12.16),
so dev/test behavior is unchanged. The full test suite still passes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0beb6c3 commit 18d4a19
2 files changed
Lines changed: 7 additions & 7 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 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments