Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [10.0.0](v9.0.2...v10.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 * [`f67687d`](f67687d) [#131](#131) drop node 16 support (@lukekarrys) * [`d6f6ebe`](d6f6ebe) [#131](#131) remove hostname from body (@lukekarrys, @wraithgar) * [`c0bb22f`](c0bb22f) [#131](#131) add webAuthOpener method (@lukekarrys) * [`df44705`](df44705) [#131](#131) use AbortSignal instead of EventEmitter for opener (@lukekarrys) ### Bug Fixes * [`53db633`](53db633) [#131](#131) pass signal to webAuthCheckLogin timer (@lukekarrys) ### Dependencies * [`5c4221b`](5c4221b) [#133](#133) `npm-registry-fetch@17.0.1` (#133) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information