3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

chore(deps): bump libp2p-pubsub from 0.4.6 to 0.6.0 #896

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps libp2p-pubsub from 0.4.6 to 0.6.0.

Release notes

Sourced from libp2p-pubsub's releases.

v0.6.0

Bug Fixes

  • replace node buffers with uint8arrays (#70) (92632b5)

BREAKING CHANGES

    • The .data, .from and .seq properties of messages used to be node Buffers, now they are Uint8Arrays
  • All deps of this module now use Uint8Arrays instead of Buffers

v0.5.6

No release notes provided.

v0.5.5

No release notes provided.

v0.5.4

Bug Fixes

v0.5.3

Bug Fixes

  • not create stream if it already exists (#48) (f3b06d9)

v0.5.2

Bug Fixes

v0.5.1

Bug Fixes

v0.5.0

Changelog

Sourced from libp2p-pubsub's changelog.

0.6.0 (2020-08-11)

Bug Fixes

  • replace node buffers with uint8arrays (#70) (92632b5)

BREAKING CHANGES

    • The .data, .from and .seq properties of messages used to be node Buffers, now they are Uint8Arrays
  • All deps of this module now use Uint8Arrays instead of Buffers

0.5.6 (2020-07-14)

0.5.5 (2020-07-14)

0.5.4 (2020-07-07)

Bug Fixes

0.5.3 (2020-06-15)

Bug Fixes

  • not create stream if it already exists (#48) (f3b06d9)

0.5.2 (2020-06-04)

Commits
  • 5540c58 chore: release version v0.6.0
  • 1d2e02a chore: update contributors
  • 92632b5 fix: replace node buffers with uint8arrays (#70)
  • 1297ca1 chore: release version v0.5.6
  • 3a74daf chore: update contributors
  • b7706ad Revert "chore: refactor message normalization (#59)"
  • de50542 chore: release version v0.5.5
  • 4f166d2 chore: update contributors
  • dbc3d8c chore: refactor message normalization (#59)
  • e2ac419 chore: release version v0.5.4
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)