Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/aegir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v39.0.6
Choose a base ref
...
head repository: ipfs/aegir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v39.0.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 17, 2023

  1. fix: add tsconfig to exports map (#1278)

    TypeScript used to be able to resolve the extends field in `tsconfig.json`
    using the node require algorithm.
    
    Recent versions of TypeScript have a regression that means that if
    a module has an exports map, the extendable typescript config file
    has to be in that exports map so add it here.
    
    Refs: microsoft/TypeScript#53314
    achingbrain authored May 17, 2023
    Configuration menu
    Copy the full SHA
    94b4c4b View commit details
    Browse the repository at this point in the history
  2. chore(release): 39.0.7 [skip ci]

    ## [39.0.7](v39.0.6...v39.0.7) (2023-05-17)
    
    ### Bug Fixes
    
    * add tsconfig to exports map ([#1278](#1278)) ([94b4c4b](94b4c4b))
    semantic-release-bot committed May 17, 2023
    Configuration menu
    Copy the full SHA
    20069fc View commit details
    Browse the repository at this point in the history
Loading