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

fix: remove buffer export from ipfs-core #3348

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

achingbrain
Copy link
Member

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

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
Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

packages/ipfs-core/src/index.js attempts to export undefined Buffer
2 participants