CodeChain-io / codechain-sdk-js

CodeChain JavaScript SDK
https://api.codechain.io
ISC License
26 stars 17 forks source link

Make the dependency more flexible #404

Closed sgkim126 closed 4 years ago

sgkim126 commented 4 years ago

Do we have a reason to use the specific version of the buffer library?

joojis commented 4 years ago

d98f05e4ade613ed61a4d98c9933e93a59e3ccb7

There was a problem with the buffer@5.2.0, but, it seems working well now.

sgkim126 commented 4 years ago

It seems that it's fixed in 5.2.1. How about changing it to "buffer": "^5.2.1",

joojis commented 4 years ago

@sgkim126 I agree with you.