@fedify/express 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 +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -23,10 +23,10 @@ app.set("trust proxy", true);
|
|
|
23
23
|
app.use(integrateFederation(federation, (req) => "context data goes here"));
|
|
24
24
|
~~~~
|
|
25
25
|
|
|
26
|
-
[npm]: https://www.npmjs.com/package/@fedify/express
|
|
27
26
|
[npm badge]: https://img.shields.io/npm/v/@fedify/express?logo=npm
|
|
28
|
-
[
|
|
27
|
+
[npm]: https://www.npmjs.com/package/@fedify/express
|
|
29
28
|
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
|
|
29
|
+
[Matrix]: https://matrix.to/#/#fedify:matrix.org
|
|
30
30
|
[@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
|
|
31
31
|
[@fedify@hollo.social]: https://hollo.social/@fedify
|
|
32
32
|
[Fedify]: https://fedify.dev/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/express",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.206+fa815928",
|
|
4
4
|
"description": "Integrate Fedify with Express",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"express": "^4.0.0",
|
|
52
|
-
"@fedify/fedify": "^2.0.0-dev.
|
|
52
|
+
"@fedify/fedify": "^2.0.0-dev.206+fa815928"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/express": "^4.0.0",
|