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/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ipfs-unixfs-importer-v9.0.9
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ipfs-unixfs-importer-v9.0.10
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on May 27, 2022

  1. chore(release): 7.0.10 [skip ci]

    ## [ipfs-unixfs-exporter-v7.0.10](ipfs-unixfs-exporter-v7.0.9...ipfs-unixfs-exporter-v7.0.10) (2022-05-27)
    
    ### Bug Fixes
    
    * update deps ([#220](#220)) ([08e851e](08e851e))
    semantic-release-bot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    83e289e View commit details
    Browse the repository at this point in the history
  2. chore: update dep-check command (#221)

    Also removes coverage with nyc because we use `--cov` with aegir instead.
    achingbrain authored May 27, 2022
    Configuration menu
    Copy the full SHA
    5802bd3 View commit details
    Browse the repository at this point in the history
  3. fix: remove typesVersions from package.json (#219)

    We have `typesVersions` to allow deep requires from these modules, but
    they cause incorrect paths to be detected by tsc (see #214).
    
    Since #161 we control exports using the exports map, and we only export
    the root from each module so deep requires are disallowed and consequently
    `typesVersions` isn't necessary.
    
    Since it's causing problems and we don't need it, remove it.  We can
    revisit once we publish ESM-only but right now this fixes up the types
    tsc generates.
    
    Fixes #214
    achingbrain authored May 27, 2022
    Configuration menu
    Copy the full SHA
    465670e View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.0.9 [skip ci]

    ## [ipfs-unixfs-v6.0.9](ipfs-unixfs-v6.0.8...ipfs-unixfs-v6.0.9) (2022-05-27)
    
    ### Bug Fixes
    
    * remove typesVersions from package.json ([#219](#219)) ([465670e](465670e)), closes [#214](#214) [#161](#161) [#214](#214)
    
    ### Trivial Changes
    
    * update dep-check command ([#221](#221)) ([5802bd3](5802bd3))
    semantic-release-bot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b280c1d View commit details
    Browse the repository at this point in the history
  5. chore(release): 9.0.10 [skip ci]

    ## [ipfs-unixfs-importer-v9.0.10](ipfs-unixfs-importer-v9.0.9...ipfs-unixfs-importer-v9.0.10) (2022-05-27)
    
    ### Bug Fixes
    
    * remove typesVersions from package.json ([#219](#219)) ([465670e](465670e)), closes [#214](#214) [#161](#161) [#214](#214)
    
    ### Trivial Changes
    
    * update dep-check command ([#221](#221)) ([5802bd3](5802bd3))
    semantic-release-bot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    97bdb9c View commit details
    Browse the repository at this point in the history
Loading