@fedify/h3 0.1.2-dev.8 → 0.1.2

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 +3 -1
  2. package/package.json +5 -10
package/README.md CHANGED
@@ -53,7 +53,9 @@ Changelog
53
53
 
54
54
  ### Version 0.1.2
55
55
 
56
- To be released.
56
+ Released on February 28, 2025.
57
+
58
+ - Made the package compatible with Fedify 1.0.0 or later.
57
59
 
58
60
  ### Version 0.1.1
59
61
 
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@fedify/h3",
3
- "version": "0.1.2-dev.8+5bc3ccfd",
3
+ "version": "0.1.2",
4
4
  "description": "Integrate Fedify with h3",
5
- "keywords": [
6
- "Fedify",
7
- "h3"
8
- ],
5
+ "keywords": ["Fedify", "h3"],
9
6
  "author": {
10
7
  "name": "Hong Minhee",
11
8
  "email": "hong@minhee.org",
@@ -21,6 +18,7 @@
21
18
  "url": "https://github.com/fedify-dev/h3/issues"
22
19
  },
23
20
  "funding": [
21
+ "https://opencollective.com/fedify",
24
22
  "https://github.com/sponsors/dahlia"
25
23
  ],
26
24
  "type": "module",
@@ -34,10 +32,7 @@
34
32
  }
35
33
  }
36
34
  },
37
- "files": [
38
- "src/",
39
- "dist/"
40
- ],
35
+ "files": ["src/", "dist/"],
41
36
  "devDependencies": {
42
37
  "@biomejs/biome": "1.8.3",
43
38
  "@types/node": "^20.14.10",
@@ -45,7 +40,7 @@
45
40
  "typescript": "^5.0.0"
46
41
  },
47
42
  "peerDependencies": {
48
- "@fedify/fedify": ">=0.10.0, <1",
43
+ "@fedify/fedify": ">=0.10.0, <2",
49
44
  "h3": "^1.8.0"
50
45
  },
51
46
  "scripts": {