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: update deps and specify root for pbjs #94

Merged

Commits on Apr 23, 2021

  1. chore: update deps and specify root for pbjs

    - Updates all deps to pull in the latest buffer and bl modules
    - Specifies a root name for pbjs code gen - message names for pbjs
      generated code are global so specifying a root name scopes them
      to prevent two modules accidentally trampling over each other's
      protobuf code by giving their messages the same name
    
    Refs: ipfs/js-ipfs-bitswap#323
    
    BREAKING CHANGE: buffer@6 dropped support for IE and Safari < 10
    achingbrain committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4d31d12 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. chore: bundlesize

    achingbrain committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    8a9d25d View commit details
    Browse the repository at this point in the history