Skip to content

Commit

Permalink
update CHANGELOG for #39
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 26, 2024
1 parent 86750c8 commit 95e2d18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## Unreleased

### Changed

- NPM built via `tsc` instead of `esbuild` ([#39](https://github.com/imcotton/pkg-fence/pull/39))

Which means no longer bundle for the NPM target,
this also leaves more clear delta between each releases.

### Added

- More NPM exports that aligned with JSR ([#39](https://github.com/imcotton/pkg-fence/pull/39))

```json
"exports": {
"./presets": "./dist/presets/index.js",
"./scanner": "./dist/scanner/index.js",
"./collect": "./dist/collect.js",
"./main": "./dist/cli/main.js"
}
```




Expand Down

0 comments on commit 95e2d18

Please sign in to comment.