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

chore: add ipfs http response package #3884

Merged
merged 102 commits into from
Sep 28, 2021

Commits on May 22, 2018

  1. Initial commit

    vasco-santos authored May 22, 2018
    Configuration menu
    Copy the full SHA
    f236f1b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    d9d0c08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ipfs/feat/initial-implementation

    feat: initial implementation
    vasco-santos authored May 24, 2018
    Configuration menu
    Copy the full SHA
    0bf6694 View commit details
    Browse the repository at this point in the history
  3. fix: update package name

    vasco-santos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    91b99b3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    a02a518 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. feat: export resolver

    vasco-santos committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d9e56b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ipfs/feat/export-resolver

    feat: export resolver
    vasco-santos authored Jun 1, 2018
    Configuration menu
    Copy the full SHA
    da7bccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c83e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e4fce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f3db7d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Configuration menu
    Copy the full SHA
    0bff82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f02ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3f64f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. fix: fix content-type by doing a fall-back using extensions (#5)

    The service-worker-gateway was only responding with the correct content-type for some mime-types, see https://github.com/sindresorhus/file-type#supported-file-types.
    This commit now fall-backs to detecting based on the extension as well.
    
    Note that SVGs aren't supported by the `file-type` module.
    satazor authored and vasco-santos committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    19acbae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca137d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1ace2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Add support for CIDv1 and Base32 (#9)

    * feat: support cidv1b32 in resolver
    
    - feat: CID support, added resolver.cid
    - feat: basic support for HAMD sharded directory
      - not real support, we need ipfs.resolve for that
    - fix: return data from raw dag without resolv step
    
    License: MIT
    Signed-off-by: Marcin Rataj <[email protected]>
    lidel authored and vasco-santos committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    34a2f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163c527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd7310 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    1c1a478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab4cac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076fde3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    ba6a6dd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    e15f57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6ffcd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    7746dab View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    18a6d21 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    47ccbe1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. chore: update ipld formats (#25)

    BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified
    
    Not a direct dependency of this module but ipld-dag-pb changed the
    case of some property names that are used by this module.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    achingbrain authored and vasco-santos committed May 21, 2019
    Configuration menu
    Copy the full SHA
    529613a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c39d66 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    9a88d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. feat: load files/dirs from hamt shards (#19)

    Use the HAMT support and IPFS overlay build in to the mfs related
    files commands to enable loading files from HAMT shards.
    achingbrain authored and vasco-santos committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    25edfbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2f2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9e3e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. chore: convert to async await syntax (#28)

    BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await
    
    Co-authored-by: PedroMiguelSS <[email protected]>
    vasco-santos and PedroMiguelSS committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a22900a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893e302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae6d61e View commit details
    Browse the repository at this point in the history
  4. chore: update readme to use async/await syntax (#29)

    Pedro Santos authored and vasco-santos committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    8828822 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. refactor: use new IPFS async/await APIs (#30)

    BREAKING CHANGE: Switch to using async/await and async iterators.
    Alan Shaw authored and vasco-santos committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    68f1204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb442f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5420944 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add standard issue template

    hsanjuan committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    0b7b10a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    4686a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db03b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    dca4577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fab6a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0674f10 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    71dcbc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. fix: replace node buffers with uint8arrays (#55)

    * fix: replace node buffers with uint8arrays
    
    BREAKING CHANGES:
    
    - All deps of this module use Uint8Arrays instead of node Buffers
    
    * chore: remove browser build steps
    achingbrain authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    710a96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c61a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c874e17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6558058 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. chore(deps-dev): bump aegir from 25.1.0 to 26.0.0 (#57)

    Bumps [aegir](https://github.com/ipfs/aegir) from 25.1.0 to 26.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v25.1.0...v26.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e28c54a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. chore(deps-dev): bump ipfsd-ctl from 6.0.0 to 7.0.0 (#59)

    Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases)
    - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md)
    - [Commits](ipfs/js-ipfsd-ctl@v6.0.0...v7.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8833685 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump file-type from 14.7.1 to 15.0.0 (#58)

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 14.7.1 to 15.0.0.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](sindresorhus/file-type@v14.7.1...v15.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    58d10c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. chore(deps-dev): bump ipfs from 0.49.1 to 0.50.1 (#60)

    Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.49.1 to 0.50.1.
    - [Release notes](https://github.com/ipfs/js-ipfs/releases)
    - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.50.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6f7995a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. chore(deps-dev): bump aegir from 26.0.0 to 27.0.0 (#61)

    Bumps [aegir](https://github.com/ipfs/aegir) from 26.0.0 to 27.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v26.0.0...v27.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6a91b50 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. chore(deps): bump file-type from 15.0.1 to 16.0.0 (#62)

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 15.0.1 to 16.0.0.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](sindresorhus/file-type@v15.0.1...v16.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9b7f734 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump aegir from 27.0.0 to 28.0.2 (#63)

    Bumps [aegir](https://github.com/ipfs/aegir) from 27.0.0 to 28.0.2.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v27.0.0...v28.0.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    f5253b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. chore(deps-dev): bump ipfs from 0.50.2 to 0.52.0 (#65)

    Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.50.2 to 0.52.0.
    - [Release notes](https://github.com/ipfs/js-ipfs/releases)
    - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a4b1ef2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. chore(deps-dev): bump aegir from 28.2.0 to 29.0.1 (#66)

    Bumps [aegir](https://github.com/ipfs/aegir) from 28.2.0 to 29.0.1.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v28.2.0...v29.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ef48207 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. chore(deps-dev): bump uint8arrays from 1.1.0 to 2.0.5 (#69)

    Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 1.1.0 to 2.0.5.
    - [Release notes](https://github.com/achingbrain/uint8arrays/releases)
    - [Changelog](https://github.com/achingbrain/uint8arrays/blob/master/CHANGELOG.md)
    - [Commits](achingbrain/uint8arrays@v1.1.0...v2.0.5)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c011fbd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    fdbdfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d887d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. chore(deps-dev): bump aegir from 29.2.2 to 30.3.0 (#70)

    Bumps [aegir](https://github.com/ipfs/aegir) from 29.2.2 to 30.3.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v29.2.2...v30.3.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c5541ed View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2 (#76)

    * chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2
    
    Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.52.3 to 0.54.2.
    - [Release notes](https://github.com/ipfs/js-ipfs/releases)
    - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.54.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * chore: add before install node-pre-gyp
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Vasco Santos <[email protected]>
    dependabot-preview[bot] and vasco-santos authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    46b2004 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    33d7c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f7488 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. chore(deps-dev): bump aegir from 31.0.4 to 32.0.2 (#80)

    Bumps [aegir](https://github.com/ipfs/aegir) from 31.0.4 to 32.0.2.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v31.0.4...v32.0.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    eb665a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. chore(deps): bump multihashes from 3.1.2 to 4.0.2 (#79)

    Bumps [multihashes](https://github.com/multiformats/js-multihash) from 3.1.2 to 4.0.2.
    - [Release notes](https://github.com/multiformats/js-multihash/releases)
    - [Changelog](https://github.com/multiformats/js-multihash/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multihash@v3.1.2...v4.0.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ee4c81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcc821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d5917b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10db886 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. chore: update deps (#86)

    achingbrain authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ea880f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f050f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7388821 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. chore: update deps (#88)

    Pull in new bl and buffer modules
    achingbrain authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0844465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8591870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b797d2f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    89434e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. chore: update to new multiformats (#98)

    I had to skip a couple of tests as they use the ipfs api directly which
    hasn't been migrated yet so it doesn't understand the new CID class.
    
    They can be unskipped once js-ipfs ships with the new multiformats module,
    or the circular dependency between this module and js-ipfs is broken.
    
    BREAKING CHANGE: pulls in new multiformats modules
    achingbrain authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1641cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead69e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccbfee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. chore(deps): bump filesize from 6.4.0 to 7.0.0 (#100)

    Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.4.0 to 7.0.0.
    - [Release notes](https://github.com/avoidwork/filesize.js/releases)
    - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
    - [Commits](avoidwork/filesize.js@6.4.0...7.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9dc7d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. chore(deps-dev): bump ipfsd-ctl from 8.0.2 to 10.0.1 (#103)

    Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 8.0.2 to 10.0.1.
    - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases)
    - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md)
    - [Commits](ipfs/js-ipfsd-ctl@v8.0.2...v10.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ea8bcdd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump ipfs-core from 0.8.0 to 0.9.1 (#102)

    Bumps [ipfs-core](https://github.com/ipfs/js-ipfs) from 0.8.0 to 0.9.1.
    - [Release notes](https://github.com/ipfs/js-ipfs/releases)
    - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Vasco Santos <[email protected]>
    dependabot-preview[bot] and vasco-santos authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b9a998a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. fix: update module (#104)

    - Adds types
    - Converts to ESM
    - Uses [ejs](https://www.npmjs.com/package/ejs) for html templating
    achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    319e2b4 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to GitHub-native Dependabot (#91)

    * Upgrade to GitHub-native Dependabot
    
    * chore: remove ignores
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <[email protected]>
    dependabot-preview[bot] and achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    596a342 View commit details
    Browse the repository at this point in the history
  3. docs: update examples (#105)

    Make examples use ESM
    achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    fa9628b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9635881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    402fa19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    188acd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    7c1f121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a251d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    e68b815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc4187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d7dfdf View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    d335628 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. chore: apply suggestions from code review

    Co-authored-by: Alex Potsides <[email protected]>
    vasco-santos and achingbrain committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    654d84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3059b0e View commit details
    Browse the repository at this point in the history
  3. chore: fix linting

    achingbrain committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    26d1cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    f8cc058 View commit details
    Browse the repository at this point in the history