@fedify/fastify 2.3.0-dev.994 → 2.3.0-pr.809.37

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![npm][npm badge]][npm]
7
7
  [![Matrix][Matrix badge]][Matrix]
8
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  This package provides a simple way to integrate [Fedify] with [Fastify].
11
11
 
@@ -30,7 +30,7 @@ fastify.listen({ port: 3000 });
30
30
  [npm]: https://www.npmjs.com/package/@fedify/fastify
31
31
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
32
32
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
33
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
33
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
34
34
  [@fedify@hollo.social]: https://hollo.social/@fedify
35
35
  [Fedify]: https://fedify.dev/
36
36
  [Fastify]: https://fastify.dev/
package/dist/index.cjs CHANGED
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
25
25
  }) : target, mod));
26
26
  //#endregion
27
27
  let fastify_plugin = require("fastify-plugin");
28
- fastify_plugin = __toESM(fastify_plugin);
28
+ fastify_plugin = __toESM(fastify_plugin, 1);
29
29
  let node_stream = require("node:stream");
30
30
  //#region src/index.ts
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fastify",
3
- "version": "2.3.0-dev.994+9071ca0a",
3
+ "version": "2.3.0-pr.809.37+0574ba5c",
4
4
  "description": "Integrate Fedify with Fastify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -48,12 +48,12 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "fastify": "^5.2.0",
51
- "@fedify/fedify": "^2.3.0-dev.994+9071ca0a"
51
+ "@fedify/fedify": "^2.3.0-pr.809.37+0574ba5c"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^22.17.0",
55
- "tsdown": "^0.21.6",
56
- "typescript": "^5.9.2"
55
+ "tsdown": "^0.22.0",
56
+ "typescript": "^6.0.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build:self": "tsdown",