Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make thing work with ipld-dag-cbor 0.13 #6

Merged
merged 5 commits into from
Jan 22, 2019
Merged

Commits on Nov 2, 2018

  1. fix: make thing work with ipld-dag-cbor 0.13

    The API for [dag-cbor](https://github.com/ipld/js-ipld-dag-cbor) changed.
    Links are no longer represented as JSON objects  (`{"/": "base-encoded-cid"}`,
    but as [CID objects](https://github.com/ipld/js-cid).
    
    Closes #5.
    vmx committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    a1b1b0c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. chore: update dependencies

    fsdiogo committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    bfc3ac4 View commit details
    Browse the repository at this point in the history
  2. fix: tests now passing

    fsdiogo committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    904a29d View commit details
    Browse the repository at this point in the history
  3. chore: sync with master

    fsdiogo committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    53c1d17 View commit details
    Browse the repository at this point in the history
  4. chore: update deps

    fsdiogo committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    9d7d470 View commit details
    Browse the repository at this point in the history