node-minecraft-pinger icon indicating copy to clipboard operation
node-minecraft-pinger copied to clipboard

Remove dependecy on `node-int64`

Open amnotbananaama opened this issue 3 years ago • 0 comments

Since 10.4.0, NodeJS has supported the BigInt object natively. Utilizing it allows minecraft-pinger to drop its node-int64 dependency (which has been depreciated for more than 2 years), reducing the library's external dependencies to just varint.

amnotbananaama avatar May 12 '21 20:05 amnotbananaama