@fedify/nestjs 2.0.0-dev.1908 → 2.0.0-dev.196

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -3
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024–2025 Hong Minhee
3
+ Copyright 2024–2026 Hong Minhee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -8,7 +8,8 @@
8
8
  [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  > [!IMPORTANT]
11
- > In a CommonJS-based NestJS project, this ESM-only module requires setting `NODE_OPTIONS=--experimental-require-module` at runtime
11
+ > In a CommonJS-based NestJS project, this ESM-only module requires setting
12
+ > `NODE_OPTIONS=--experimental-require-module` at runtime
12
13
 
13
14
  This package provides a simple way to integrate [Fedify] with [NestJS].
14
15
 
@@ -130,10 +131,10 @@ export class AppModule implements NestModule {
130
131
 
131
132
  ~~~~
132
133
 
133
- [npm]: https://www.npmjs.com/package/@fedify/nestjs
134
134
  [npm badge]: https://img.shields.io/npm/v/@fedify/express?logo=npm
135
- [Matrix]: https://matrix.to/#/#fedify:matrix.org
135
+ [npm]: https://www.npmjs.com/package/@fedify/nestjs
136
136
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
137
+ [Matrix]: https://matrix.to/#/#fedify:matrix.org
137
138
  [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
138
139
  [@fedify@hollo.social]: https://hollo.social/@fedify
139
140
  [Fedify]: https://fedify.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/nestjs",
3
- "version": "2.0.0-dev.1908+c31cc639",
3
+ "version": "2.0.0-dev.196+c3cfc0a9",
4
4
  "description": "Integrate Fedify with Nest.js",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -48,8 +48,8 @@
48
48
  ],
49
49
  "peerDependencies": {
50
50
  "@nestjs/common": "^11.0.1",
51
- "express": "^4.0.0",
52
- "@fedify/fedify": "^2.0.0-dev.1908+c31cc639"
51
+ "express": "^4.0.0 || ^5.0.0",
52
+ "@fedify/fedify": "^2.0.0-dev.196+c3cfc0a9"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/express": "^4.0.0",