Skip to content

Releases: arethetypeswrong/arethetypeswrong.github.io

@arethetypeswrong/[email protected]

09 Jul 03:34
a8dece2
Compare
Choose a tag to compare

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

@arethetypeswrong/[email protected]

08 Jul 05:50
e11103a
Compare
Choose a tag to compare

Minor Changes

  • 8b098c0: Changed checkPackage signature to accept a package FS as created by new createPackageFromNpm, createPackageFromTarballUrl, or createPackageFromTarballData functions. createPackageFromNpm resolves version ranges.

@arethetypeswrong/[email protected]

08 Jul 05:50
e11103a
Compare
Choose a tag to compare

Patch Changes

@arethetypeswrong/[email protected]

27 Jun 18:15
19615ae
Compare
Choose a tag to compare

Patch Changes

@arethetypeswrong/[email protected]

26 Jun 20:19
ccb3547
Compare
Choose a tag to compare

Patch Changes

  • 27ad5a7: Expose parsePackageSpec in @arethetypeswrong/core/utils

@arethetypeswrong/[email protected]

26 Jun 20:19
ccb3547
Compare
Choose a tag to compare

Patch Changes

@arethetypeswrong/[email protected]

26 Jun 20:10
4d8444e
Compare
Choose a tag to compare

Minor Changes

  • 12014d8: Add --pack flag to support running npm pack in a directory and deleting the file afterwards

@arethetypeswrong/[email protected]

23 Jun 19:33
c5f61ad
Compare
Choose a tag to compare

Minor Changes

  • 7c3a377: If a packages has no exports field, look for additional entry points marked by extra package.json files with a "main" field in subdirectories.
  • 53e031b: Inlined InternalResolutionErrorDetails into InternalResolutionError and renamed the interface to InternalResolutionErrorProblem to match other problem interfaces

Patch Changes

  • 53e031b: Fixed an issue where InternalResolutionError and UnexpectedModuleSyntax could be duplicated
  • 53e031b: Fixed an issue where InternalResolutionError was missing traces

@arethetypeswrong/[email protected]

23 Jun 19:33
c5f61ad
Compare
Choose a tag to compare

Patch Changes