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

Commit 72cda27

Browse files
committed
fix: remove buffer export from ipfs-core
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
1 parent d27b6d1 commit 72cda27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ipfs-core/src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ module.exports = {
8282
create,
8383
crypto,
8484
isIPFS,
85-
Buffer,
8685
CID,
8786
multiaddr,
8887
multibase,

0 commit comments

Comments
 (0)