Changelog
[0.6.2] - 2024-07-26
NPM built via tsc
instead of esbuild
(#39)
Which means no longer bundle for the NPM target, this also leaves more clear delta between each releases.
More NPM exports that aligned with JSR (#39)
"exports": {
"./presets": "./dist/presets/index.js",
"./scanner": "./dist/scanner/index.js",
"./collect": "./dist/collect.js",
"./main": "./dist/cli/main.js"
}
Changelog
[0.6.0] - 2024-07-19
CLI to auto-detect input format from package-lock.json
or npm-shrinkwrap.json
In API collect({ format: 'npm' })
.
CLI to auto-detect input format from deno info npm:<...>
In API collect({ format: 'deno-info' })
.
CLI to auto-detect input format from one pkg name per line
In API collect({ })
.