@fastify/reply-from 8.2.0 → 8.2.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -85,7 +85,7 @@ export interface FastifyReplyFromOptions {
85
85
  base?: string;
86
86
  cacheURLs?: number;
87
87
  disableCache?: boolean;
88
- http?: HttpOptions | boolean;
88
+ http?: HttpOptions;
89
89
  http2?: Http2Options | boolean;
90
90
  undici?: Pool.Options;
91
91
  contentTypesToEncode?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastify/reply-from",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "forward your HTTP request to another server, for fastify",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",