Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 16:10
337e76d

10.0.0 (2024-05-02)

⚠️ BREAKING CHANGES

  • this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
  • hostname is no longer sent as part of the web auth body
  • the opener function will now receive an object with an abort signal which can be used to listen for the abort event intead of an event emitter

Features

Bug Fixes

Dependencies