rekwest 5.0.0 → 5.0.1

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -220,7 +220,6 @@ import { pipeline } from 'node:stream/promises';
220
220
  import rekwest, {
221
221
  ackn,
222
222
  constants,
223
- normalize,
224
223
  } from 'rekwest';
225
224
 
226
225
  const {
package/package.json CHANGED
@@ -69,5 +69,5 @@
69
69
  "test:bail": "mocha --bail",
70
70
  "test:cover": "c8 --include=src --reporter=lcov --reporter=text npm test"
71
71
  },
72
- "version": "5.0.0"
72
+ "version": "5.0.1"
73
73
  }