@fedify/fastify 2.0.0-dev.158 → 2.0.0-dev.160

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,10 +26,10 @@ await fastify.register(fedifyPlugin, {
26
26
  fastify.listen({ port: 3000 });
27
27
  ~~~~
28
28
 
29
- [npm]: https://www.npmjs.com/package/@fedify/fastify
30
29
  [npm badge]: https://img.shields.io/npm/v/@fedify/fastify?logo=npm
31
- [Matrix]: https://matrix.to/#/#fedify:matrix.org
30
+ [npm]: https://www.npmjs.com/package/@fedify/fastify
32
31
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
32
+ [Matrix]: https://matrix.to/#/#fedify:matrix.org
33
33
  [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
34
34
  [@fedify@hollo.social]: https://hollo.social/@fedify
35
35
  [Fedify]: https://fedify.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fastify",
3
- "version": "2.0.0-dev.158+628cd89e",
3
+ "version": "2.0.0-dev.160+d1f3be74",
4
4
  "description": "Integrate Fedify with Fastify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "fastify": "^5.2.0",
51
- "@fedify/fedify": "2.0.0-dev.158+628cd89e"
51
+ "@fedify/fedify": "2.0.0-dev.160+d1f3be74"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^22.17.0",