@johntalton/http-util 2.0.3 → 2.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johntalton/http-util",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -196,7 +196,7 @@ export class Conditional {
196
196
  // console.log(Conditional.parseEtagList('"!","ÿ" ,\t"©"'))
197
197
 
198
198
  // Error
199
- console.log(Conditional.parseEtagList('"*"'))
199
+ // console.log(Conditional.parseEtagList('"*"'))
200
200
  // console.log(Conditional.parseEtagList('W/'))
201
201
  // console.log(Conditional.parseEtagList('W/"'))
202
202
  // console.log(Conditional.parseEtagList('W/""'))
@@ -19,7 +19,7 @@ const {
19
19
 
20
20
  /**
21
21
  * @param {ServerHttp2Stream} stream
22
- * @param {string} message
22
+ * @param {string|undefined} message
23
23
  * @param {Metadata} meta
24
24
  */
25
25
  export function sendNotFound(stream, message, meta) {