@johntalton/http-util 5.1.5 → 5.1.6

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": "5.1.5",
3
+ "version": "5.1.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -55,7 +55,6 @@ export const SEC_FETCH_DEST_WEB_IDENTITY = 'webidentity'
55
55
  export const SEC_FETCH_DEST_WORKER = 'worker'
56
56
  export const SEC_FETCH_DEST_XSLT = 'xslt'
57
57
 
58
-
59
58
  export const SEC_FETCH_DEST_EMPTY = 'empty'
60
59
 
61
60
  export const KNOWN_SEC_FETCH_DEST = [
package/src/index.js CHANGED
@@ -11,6 +11,7 @@ export * from './content-disposition.js'
11
11
  export * from './content-range.js'
12
12
  export * from './content-type.js'
13
13
  export * from './forwarded.js'
14
+ export * from './fetch-metadata.js'
14
15
  export * from './multipart.js'
15
16
  export * from './preference.js'
16
17
  export * from './range.js'