@httpland/compression-middleware 1.0.0-beta.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ For a definition of Universal HTTP middleware, see the
29
29
  Middleware convert message body and adds the `Content-Encoding` header to the
30
30
  response.
31
31
 
32
- Also, safely add `Accept-Encoding` to the `vary` header in response.
32
+ Also, safely add `Accept-Encoding` to the `Vary` header in response.
33
33
 
34
34
  ```ts
35
35
  import { compression } from "https://deno.land/x/compression_middleware@$VERSION/mod.ts";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./script/mod.js",
4
4
  "types": "./types/mod.d.ts",
5
5
  "name": "@httpland/compression-middleware",
6
- "version": "1.0.0-beta.2",
6
+ "version": "1.0.0",
7
7
  "description": "HTTP compression middleware",
8
8
  "keywords": [
9
9
  "http",