Releases: cubing/dev-config
Releases · cubing/dev-config
v0.9.1
v0.9.0
Release notes:
- [biome.json] Set
noFloatingPromisesto error.
v0.8.3
Release notes:
- [package.json bin] Add
"overrides"to the opnionated field ordering.
v0.8.2
Release notes:
- [package.json bin] Allow
.typesto be unpopulated if.mainis not a.jspath.
v0.8.1
Release notes:
- Change
printable-shell-commanddependency constraint to use>=.
v0.8.0
Release notes:
- Bump
printable-shell-commanddependency to a version that doesn't have@types/bunas a peer dependency.
v0.7.1
Release notes:
- Add
importandtypesexports (instead of TS) for:.bin["package.json"].exports["check-allowed-imports"]
v0.7.0
Release notes:
- Add
@cubing/dev-config/check-allowed-imports.
v0.6.6
Release notes:
- Allow
.exportsto be unpopulated only when.main/.typesaren't either.
v0.6.4
Release notes:
- Improve the message when an export path is not present on disk.
- Improve messages for
"main"/"types"when one is populated without the other.