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

Commit

Permalink
fix: remove buffer export from ipfs-core (#3348)
Browse files Browse the repository at this point in the history
Everything is Uint8Arrays now so there's no need to export node's
Buffer module any more.

Fixes #3312

BREAKING CHANGE: `Buffer` is no longer exported from core
  • Loading branch information
achingbrain committed Oct 27, 2020
1 parent d27b6d1 commit 5cc6dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ipfs-core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports = {
create,
crypto,
isIPFS,
Buffer,
CID,
multiaddr,
multibase,
Expand Down

0 comments on commit 5cc6dfe

Please sign in to comment.