@keq-request/headers 5.0.0-alpha.10 → 5.0.0-alpha.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.0.0-alpha.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 581815a: ensure compatibility
8
+ - Updated dependencies [581815a]
9
+ - keq@5.0.0-alpha.12
10
+
11
+ ## 5.0.0-alpha.11
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [c7ffd1f]
16
+ - keq@5.0.0-alpha.11
17
+
3
18
  ## 5.0.0-alpha.10
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -74,13 +74,4 @@ function insertHeaders(headers) {
74
74
  await next();
75
75
  };
76
76
  }
77
- // Annotate the CommonJS export names for ESM import in node:
78
- 0 && (module.exports = {
79
- appendHeader,
80
- appendHeaders,
81
- insertHeader,
82
- insertHeaders,
83
- setHeader,
84
- setHeaders
85
- });
86
77
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/headers",
3
- "version": "5.0.0-alpha.10",
3
+ "version": "5.0.0-alpha.12",
4
4
  "description": "Set/Append headers to request.",
5
5
  "keywords": [
6
6
  "keq",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.19.24",
34
- "keq": "5.0.0-alpha.10"
34
+ "keq": "5.0.0-alpha.12"
35
35
  },
36
36
  "peerDependencies": {
37
- "keq": "^5.0.0-alpha.10"
37
+ "keq": "^5.0.0-alpha.12"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup",