v1.22.18

shivangi-aneja/GaussianSpeechv1.22.18Mar 15, 2022by DanBuild

AI Summary

This release addresses a critical issue where Node.js 17.7.0 caused network errors due to a regression in the `url.resolve` method that broke Yarn. The fix ensures the package works correctly with dependency managers, though users are advised to update their Node.js version to 17.7.1 or later to avoid the underlying issue.

Key Highlights

  • Fixed regression in `url.resolve` causing network errors
  • Resolved compatibility issues with Yarn
  • Recommendation to update Node.js to 17.7.1+

Full Release Notes

Node 17.7.0 had a regression in `url.resolve` which broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.