Commit bbe1630
fix(deps): bump @stacksjs/bun-router to ^0.0.16 (0.0.14 shipped no dist)
The API server (server/index.ts -> src/router.ts) failed to start with
"Cannot find module '@stacksjs/bun-router'". Root cause: the published
@stacksjs/bun-router@0.0.14 tarball is missing its dist/ directory (its files
field claims ["README.md","dist"] but dist was never published), so the exports
target ./dist/index.js doesn't exist. The caret range ^0.0.14 locks to 0.0.14
(caret pins the patch for 0.0.x), so install never moved off the broken version.
0.0.15 and 0.0.16 ship dist correctly (verified against the npm tarballs). Bump to
^0.0.16; the API server now boots ("API running at http://localhost:3001") and
`import { Router }` resolves.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent dfc7379 commit bbe1630
2 files changed
Lines changed: 5 additions & 3 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 | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments