@nxtedition/nxt-undici 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -225,7 +225,6 @@ export async function request(url, opts) {
225
225
  dispatch = (opts, handler) => dispatcher.dispatch(opts, handler)
226
226
  dispatch = dispatchers.catch(dispatch)
227
227
  dispatch = dispatchers.requestBodyFactory(dispatch)
228
- dispatch = dispatchers.abort(dispatch)
229
228
  dispatch = dispatchers.log(dispatch)
230
229
  dispatch = dispatchers.requestId(dispatch)
231
230
  dispatch = dispatchers.responseRetry(dispatch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/nxt-undici",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "main": "lib/index.js",