IBM / ibm-cos-sdk-js

ibm-cos-sdk-js
Apache License 2.0
38 stars 19 forks source link

replace uuid with Node.js based function #108

Open akirafujiu opened 4 months ago

akirafujiu commented 4 months ago

Change sets

This function is available from Node.js 14.17.0, so I just changed lowest version to be supported. It should be no issues for consumers, since LTS are either v18 and v20 now.

https://nodejs.org/api/crypto.html#cryptorandomuuidoptions

akirafujiu commented 4 months ago

@IBMalok could you please review this PR?