You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pulls in newer `ky` and `ky-universal` that should address security
alerts and provide other improvements.
- Newer `ky` will throw errors on redirects even when in `manual`
redirect mode. Now using `throwHttpErrors` option to turn off errors.
- One of the updated dependencies can cause tests to rewrite redirect
`Location` URLs to be relative references. The global `URL` interface
is now used to rebuild a full URL for further redirect processing.
- Newer `node-forge` will output a one-time warning if code even
accesses `response.data`. `@digitalbazar/http-client` will forcefully
set `data` *if* it detects a JSON content type. Calling code can't
know if that happened, so currently needs to redo content detection to
know if JSON `data` can be accessed. This is an issue for sites where
JSON-LD was requested but the response is non-JSON with a `Link`
header pointing to the JSON-LD.
0 commit comments