Commit 1e9d9a8
committed
fix: publish the vite build so the package ESM entry resolves
The exports map pointing at dist/index.mjs and dist/index.cjs has been on
main since the vite migration, but npm latest is still 2.18.0 and ships the
old dual-.js bundle that Node cannot load. Every commit since the v2.18.0 tag
used a type outside the default release rules, so semantic-release ran green
and published nothing.
Declare the plugin list so commit-analyzer can treat build changes and
dependency bumps as patch releases. Shipped output and vendored dependencies
reach users, so a change to either warrants a version.1 parent a586f3b commit 1e9d9a8
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
73 | 94 | | |
74 | 95 | | |
75 | 96 | | |
| |||
0 commit comments