Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: remove ipld formats re-export #1626

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Commits on Oct 12, 2018

  1. chore: remove ipld formats re-export

    Prior to this change the `ipld-dag-cbor` and `ipld-dag-pb` modules
    are re-exported so that can be accessed within the Browser bundle.
    Those modules normally don't need to be used directly, they are
    kind of implementation details of IPLD. Hence remove them.
    
    Now `ipld-dag-cbor` isn't a direct dependency of `jsipfs` anymore.
    
    BREAKING CHANGE: remove `types.dagCBOR` and `dag.dagPB` from public API
    
    If you need the `ipld-dag-cbor` or `ipld-dag-pb` module in the Browser,
    you need to bundle them yourself.
    vmx committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    9d12edc View commit details
    Browse the repository at this point in the history