@fedify/nestjs 2.0.0-dev.1961 → 2.0.0-dev.206
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/LICENSE +1 -1
- package/README.md +4 -3
- package/package.json +3 -3
package/LICENSE
CHANGED
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
|
|
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
|
-
[
|
|
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.
|
|
3
|
+
"version": "2.0.0-dev.206+fa815928",
|
|
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.
|
|
51
|
+
"express": "^4.0.0 || ^5.0.0",
|
|
52
|
+
"@fedify/fedify": "^2.0.0-dev.206+fa815928"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/express": "^4.0.0",
|