Remove buffer
as peer dependency
#250
Labels
Breaking changes
Implementation of the issue will cause breaking changes.
[Type] Change Request
Some visible functionality should be change.
Description
When using the SDK, the user will need to install
buffer
as a dependency, since types from this library is exposed in the public API of our SDK.Currently, we don't list it as a
peerDependency
inpackage.json
and we could fix that, but IMO it would be more appropriate to only exposeArrayBuffer
and only use buffer internally.The text was updated successfully, but these errors were encountered: