concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
Remove `buffer` as peer dependency
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
in package.json
and we could fix that, but IMO it would be more appropriate to only expose ArrayBuffer
and only use buffer internally.