Comparing version 0.6.2-rc.1 to 0.6.2
# Changelog | ||
## Unreleased | ||
## [0.6.2] - 2024-07-26 | ||
### 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" | ||
} | ||
``` | ||
## [0.6.1] - 2024-07-25 | ||
@@ -10,0 +30,0 @@ |
{ | ||
"name": "pkg-fence", | ||
"version": "0.6.2-rc.1", | ||
"version": "0.6.2", | ||
"description": "A command line tool that glance over package dependencies.", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
61663
0