@fedify/nestjs 2.3.0-dev.1213 → 2.3.0-dev.1219

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
@@ -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
  > [!IMPORTANT]
11
11
  > In a CommonJS-based NestJS project, this ESM-only module requires setting
@@ -135,7 +135,7 @@ export class AppModule implements NestModule {
135
135
  [npm]: https://www.npmjs.com/package/@fedify/nestjs
136
136
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
137
137
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
138
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
138
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
139
139
  [@fedify@hollo.social]: https://hollo.social/@fedify
140
140
  [Fedify]: https://fedify.dev/
141
141
  [NestJS]: https://nestjs.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/nestjs",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1219+e9ad1fa3",
4
4
  "description": "Integrate Fedify with Nest.js",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -49,7 +49,7 @@
49
49
  "peerDependencies": {
50
50
  "@nestjs/common": "^11.0.1",
51
51
  "express": "^4.0.0 || ^5.0.0",
52
- "@fedify/fedify": "^2.3.0-dev.1213+8ffffeb8"
52
+ "@fedify/fedify": "^2.3.0-dev.1219+e9ad1fa3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/express": "^4.0.0",