indix / kafkajs-lz4

🗜 LZ4 compression codec for KafkaJS
MIT License
15 stars 8 forks source link

Allow limited semver-based updates of the lz4 dependency #1

Closed ankon closed 5 years ago

ankon commented 5 years ago

lz4 0.6.0 doesn't work with NodeJS 12, support for that was added with lz4 0.6.3.

This PR changes the way this package depends on lz4 so that that update gets picked up automatically.

ankon commented 5 years ago

Thanks for merging! Can you also create a release in NPM for this change?

paambaati commented 5 years ago

@ankon Done! This has just landed in kafkajs-lz4@1.2.1 🎉