cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
629 stars 323 forks source link

fix: removing ts installed with dtslint to prevent fails on older node.js #612

Closed cloudinary-pkoniu closed 1 year ago

cloudinary-pkoniu commented 1 year ago

Brief Summary of Changes

Removing typescript installed as a dependency of dtslint. Why? dtslint always installs typescript@next which probably caused our pipeline to start failing ~2 weeks ago. Using --localTs did not help the issue.

What Does This PR Address?

Are Tests Included?