minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
920 stars 271 forks source link

Allow newer versions of `xml2js` that 0.5 (i.e. 0.6) #1310

Closed septatrix closed 1 month ago

septatrix commented 2 months ago

Other packages depend on "xml2js": "^0.6.2" (which is reasonable as it is already a year old at this point). However, as a result, package managers warn about the version incompatibilities of minio with those packages.

I was unable to find a proper changelog but looking at the commits it seems mostly like small bug fixes and nothing minio would be affected by. Therefore I suggest to relax the version constraint to ^0.5.0 || ^0.6.0

prakashsvmx commented 2 months ago

Please feel free to send PR , thank you for the suggestion. :+1: