@fedify/express 0.1.4-dev.8 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +3 -9
package/README.md CHANGED
@@ -36,7 +36,10 @@ Changelog
36
36
 
37
37
  ### Version 0.1.4
38
38
 
39
- To be released.
39
+ Released on August 31, 2024.
40
+
41
+ - Fixed a bug where it throws `TypeError` with message <q>RequestInit: duplex
42
+ option is required when sending a body.</q>
40
43
 
41
44
  ### Version 0.1.3
42
45
 
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "@fedify/express",
3
- "version": "0.1.4-dev.8+334b0876",
3
+ "version": "0.1.4",
4
4
  "description": "Integrate Fedify with Express",
5
- "keywords": [
6
- "Fedify",
7
- "Express",
8
- "Express.js"
9
- ],
5
+ "keywords": ["Fedify", "Express", "Express.js"],
10
6
  "author": {
11
7
  "name": "Hong Minhee",
12
8
  "email": "hong@minhee.org",
@@ -36,9 +32,7 @@
36
32
  }
37
33
  }
38
34
  },
39
- "files": [
40
- "dist/"
41
- ],
35
+ "files": ["dist/"],
42
36
  "devDependencies": {
43
37
  "@biomejs/biome": "1.8.3",
44
38
  "@types/express": ">=4.0.0, <5",