@fedify/h3 0.1.1 → 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 +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -51,6 +51,12 @@ app.use(router);
51
51
  Changelog
52
52
  ---------
53
53
 
54
+ ### Version 0.1.2
55
+
56
+ Released on February 28, 2025.
57
+
58
+ - Made the package compatible with Fedify 1.0.0 or later.
59
+
54
60
  ### Version 0.1.1
55
61
 
56
62
  Released on August 6, 2024.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/h3",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Integrate Fedify with h3",
5
5
  "keywords": ["Fedify", "h3"],
6
6
  "author": {
@@ -8,18 +8,18 @@
8
8
  "email": "hong@minhee.org",
9
9
  "url": "https://hongminhee.org/"
10
10
  },
11
- "homepage": "https://github.com/dahlia/fedify-h3",
11
+ "homepage": "https://github.com/fedify-dev/h3",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "git+https://github.com/dahlia/fedify-h3.git"
14
+ "url": "git+https://github.com/fedify-dev/h3.git"
15
15
  },
16
16
  "license": "MIT",
17
17
  "bugs": {
18
- "url": "https://github.com/dahlia/fedify-h3/issues"
18
+ "url": "https://github.com/fedify-dev/h3/issues"
19
19
  },
20
20
  "funding": [
21
- "https://github.com/sponsors/dahlia",
22
- "https://toss.me/hongminhee"
21
+ "https://opencollective.com/fedify",
22
+ "https://github.com/sponsors/dahlia"
23
23
  ],
24
24
  "type": "module",
25
25
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "typescript": "^5.0.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@fedify/fedify": ">=0.10.0, <1",
43
+ "@fedify/fedify": ">=0.10.0, <2",
44
44
  "h3": "^1.8.0"
45
45
  },
46
46
  "scripts": {