Releases: arethetypeswrong/arethetypeswrong.github.io
Releases · arethetypeswrong/arethetypeswrong.github.io
@arethetypeswrong/[email protected]
Minor Changes
- 938a2a8: Automatically pick an output format that fits the terminal width (
--format auto
, the new default) - eae544d: Add
--entrypoints
,--include-entrypoints
, and--exclude-entrypoints
options to customize which entrypoints get analyzed.
Patch Changes
- Updated dependencies [eae544d]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Minor Changes
- 8b098c0: Changed
checkPackage
signature to accept a package FS as created by newcreatePackageFromNpm
,createPackageFromTarballUrl
, orcreatePackageFromTarballData
functions.createPackageFromNpm
resolves version ranges.
@arethetypeswrong/[email protected]
Patch Changes
- Updated dependencies [8b098c0]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Patch Changes
- f35407a: Fix crash on Node <v17
@arethetypeswrong/[email protected]
Patch Changes
- 27ad5a7: Expose parsePackageSpec in @arethetypeswrong/core/utils
@arethetypeswrong/[email protected]
Patch Changes
- Updated dependencies [27ad5a7]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Minor Changes
- 12014d8: Add --pack flag to support running
npm pack
in a directory and deleting the file afterwards
@arethetypeswrong/[email protected]
Minor Changes
- 7c3a377: If a packages has no
exports
field, look for additional entry points marked by extrapackage.json
files with a"main"
field in subdirectories. - 53e031b: Inlined
InternalResolutionErrorDetails
intoInternalResolutionError
and renamed the interface toInternalResolutionErrorProblem
to match other problem interfaces
Patch Changes
@arethetypeswrong/[email protected]
Patch Changes
- Updated dependencies [53e031b]
- Updated dependencies [53e031b]
- Updated dependencies [7c3a377]
- Updated dependencies [53e031b]
- @arethetypeswrong/[email protected]