Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.2
Choose a base ref
...
head repository: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 3, 2023

  1. deps: move @libp2p/peer-id-factory to dependencies (#86)

    We use @libp2p/peer-id-factory export function at: https://github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts#L2
    
    so move it to dependencies.
    eng-cc committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    7152014 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump delay from 5.0.0 to 6.0.0 (#85)

    Bumps [delay](https://github.com/sindresorhus/delay) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/sindresorhus/delay/releases)
    - [Commits](sindresorhus/delay@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: delay
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    95fb9a0 View commit details
    Browse the repository at this point in the history
  3. chore(release): 8.1.3 [skip ci]

    ## [8.1.3](v8.1.2...v8.1.3) (2023-06-03)
    
    ### Dependencies
    
    * **dev:** bump delay from 5.0.0 to 6.0.0 ([#85](#85)) ([95fb9a0](95fb9a0))
    * move @libp2p/peer-id-factory to dependencies ([#86](#86)) ([7152014](7152014)), closes [/github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts#L2](https://github.com/libp2p//github.com/libp2p/js-libp2p-peer-store/blob/master/src/utils/bytes-to-peer.ts/issues/L2)
    semantic-release-bot committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    af73e3f View commit details
    Browse the repository at this point in the history
Loading