New
pacquet v0.1.2
What's Changed
- feat: add integrity check while downloading by @anonrig in https://github.com/anonrig/pacquet/pull/20
- fix: store_dir envs should without $ symbols by @southorange0929 in https://github.com/anonrig/pacquet/pull/21
- test: improve test coverage by @anonrig in https://github.com/anonrig/pacquet/pull/23
- feat: add initial benchmark by @anonrig in https://github.com/anonrig/pacquet/pull/22
- feat: add helper methods for package.json by @anonrig in https://github.com/anonrig/pacquet/pull/24
- Add support for
--auto-install-peersby @anonrig in https://github.com/anonrig/pacquet/pull/25 - chore(cargo): bump serde from 1.0.173 to 1.0.174 by @dependabot in https://github.com/anonrig/pacquet/pull/28
- chore(cargo): bump thiserror from 1.0.43 to 1.0.44 by @dependabot in https://github.com/anonrig/pacquet/pull/29
- chore(cargo): bump clap from 4.3.17 to 4.3.19 by @dependabot in https://github.com/anonrig/pacquet/pull/27
- chore(github-actions): bump EndBug/version-check from 1 to 2 by @dependabot in https://github.com/anonrig/pacquet/pull/26
- Add missing npmrc fields by @anonrig in https://github.com/anonrig/pacquet/pull/30
- feat: add support for
--save-exactby @anonrig in https://github.com/anonrig/pacquet/pull/31 - feat: add initial install command support by @anonrig in https://github.com/anonrig/pacquet/pull/33
- feat: add
pacquet startcommand by @anonrig in https://github.com/anonrig/pacquet/pull/34 - Content addressable store by @anonrig in https://github.com/anonrig/pacquet/pull/37
New Contributors
- @southorange0929 made their first contribution in https://github.com/anonrig/pacquet/pull/21
- @dependabot made their first contribution in https://github.com/anonrig/pacquet/pull/28
Full Changelog: https://github.com/anonrig/pacquet/compare/v0.0.9...