@fedify/koa 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/package.json +2 -2
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
@@ -1,7 +1,7 @@
1
1
  <!-- deno-fmt-ignore-file -->
2
2
 
3
3
  @fedify/koa: Integrate Fedify with Koa
4
- =======================================
4
+ ======================================
5
5
 
6
6
  [![npm][npm badge]][npm]
7
7
  [![Matrix][Matrix badge]][Matrix]
@@ -25,10 +25,10 @@ app.proxy = true; // Trust proxy headers
25
25
  app.use(createMiddleware(federation, (ctx) => "context data goes here"));
26
26
  ~~~~
27
27
 
28
- [npm]: https://www.npmjs.com/package/@fedify/koa
29
28
  [npm badge]: https://img.shields.io/npm/v/@fedify/koa?logo=npm
30
- [Matrix]: https://matrix.to/#/#fedify:matrix.org
29
+ [npm]: https://www.npmjs.com/package/@fedify/koa
31
30
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
31
+ [Matrix]: https://matrix.to/#/#fedify:matrix.org
32
32
  [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
33
33
  [@fedify@hollo.social]: https://hollo.social/@fedify
34
34
  [Fedify]: https://fedify.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/koa",
3
- "version": "2.0.0-dev.1961+c3dff60a",
3
+ "version": "2.0.0-dev.206+fa815928",
4
4
  "description": "Integrate Fedify with Koa",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "peerDependencies": {
52
52
  "koa": "^2.0.0 || ^3.0.0",
53
- "@fedify/fedify": "^2.0.0-dev.1961+c3dff60a"
53
+ "@fedify/fedify": "^2.0.0-dev.206+fa815928"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/koa": "^2.15.0",