@fastify/reply-from 7.0.1 → 8.0.0
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.
- package/.github/workflows/ci.yml +1 -1
- package/index.js +1 -1
- package/package.json +4 -4
- package/test/async-route-handler.js +2 -2
- package/test/base-get.js +2 -2
- package/test/base-path.js +1 -1
- package/test/base-querystring.js +2 -2
- package/test/core-with-path-in-base.js +2 -2
- package/test/custom-undici-instance.js +3 -3
- package/test/fastify-multipart-incompatibility.js +2 -2
- package/test/full-get.js +2 -2
- package/test/full-https-get.js +2 -2
- package/test/full-post-extended-content-type.js +2 -2
- package/test/full-post-http2.js +2 -2
- package/test/full-post-stream-core.js +2 -2
- package/test/full-post-stream.js +2 -2
- package/test/full-post.js +2 -2
- package/test/full-querystring-rewrite-option-complex.js +2 -2
- package/test/full-querystring-rewrite-option-function.js +2 -2
- package/test/full-querystring-rewrite-option.js +2 -2
- package/test/full-querystring-rewrite-string.js +2 -2
- package/test/full-querystring-rewrite.js +2 -2
- package/test/full-querystring.js +2 -2
- package/test/full-rewrite-body-content-type.js +2 -2
- package/test/full-rewrite-body-http.js +2 -2
- package/test/full-rewrite-body-to-empty-string.js +2 -2
- package/test/full-rewrite-body-to-null.js +2 -2
- package/test/full-rewrite-body.js +2 -2
- package/test/get-upstream-http.js +3 -3
- package/test/get-upstream-undici.js +2 -2
- package/test/get-with-body.js +2 -2
- package/test/head-with-body.js +2 -2
- package/test/host-header.js +2 -2
- package/test/http-agents.js +2 -2
- package/test/http-http2.js +2 -2
- package/test/http-invalid-target.js +1 -1
- package/test/http-retry.js +6 -6
- package/test/http-timeout.js +2 -2
- package/test/http2-http2.js +2 -2
- package/test/http2-https.js +2 -2
- package/test/http2-invalid-target.js +1 -1
- package/test/http2-target-crash.js +2 -2
- package/test/http2-target-multi-crash.js +3 -3
- package/test/http2-timeout.js +4 -4
- package/test/https-agents.js +2 -2
- package/test/index.test-d.ts +2 -2
- package/test/modifyCoreObjects-false.js +2 -2
- package/test/no-body-opts-with-get.js +2 -2
- package/test/no-body-opts-with-head.js +2 -2
- package/test/no-stream-body-option.js +2 -2
- package/test/on-error.js +2 -2
- package/test/onResponse.js +2 -2
- package/test/padded-body.js +2 -2
- package/test/post-formbody.js +2 -2
- package/test/post-plain-text.js +2 -2
- package/test/post-with-custom-encoded-contenttype.js +2 -2
- package/test/retry-on-503.js +6 -6
- package/test/rewrite-headers.js +2 -2
- package/test/rewrite-request-headers.js +2 -2
- package/test/transform-body.js +2 -2
- package/test/undici-agent.js +2 -2
- package/test/undici-body.js +2 -2
- package/test/undici-options.js +2 -2
- package/test/undici-retry.js +6 -6
- package/test/undici-timeout-body-partial.js +2 -2
- package/test/undici-timeout-body.js +2 -2
- package/test/undici-timeout.js +2 -2
- package/test/undici-with-path-in-base.js +2 -2
- package/test/undici.js +2 -2
- package/test/unexpected-error.js +1 -1
- package/test/unix-http-undici-from.js +1 -1
- package/test/unix-http-undici.js +1 -1
- package/test/unix-http.js +1 -1
- package/test/unix-https-undici.js +1 -1
- package/test/unix-https.js +1 -1