Skip to content

v1.7.2 - node10 backwards compatibility fix

Compare
Choose a tag to compare
@davidknise davidknise released this 22 Jun 21:15
· 26 commits to main since this release
98410ce

v1.7.2 - 06/22/2023

Fixed

  • Added try-catch best effort for gzip json response decompression from nuget.org
  • Compile with nodenext moduleResolution so it implements a Promise resolver intead of yield on dynamic module resolution (node v13.2+)
    • Resolves node and node10 task runners