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

chore: use .create function for http client and ipfs client #616

Merged
merged 1 commit into from
Mar 26, 2021

Commits on Mar 21, 2021

  1. chore: use .create function for http client and ipfs client

    ipfs/js-ipfs#3550 switches away from default exports for `ipfs-http-client`
    and `ipfs-client` to enable an easier transition to es6 modules.
    
    All `ipfs` modules now export a `.create` factory function which returns
    instances of the client module.
    
    BREAKING CHANGE: expects `ipfs-http-client` and `ipfs-client` to export a `.create` function
    achingbrain committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    77c3f29 View commit details
    Browse the repository at this point in the history