@fedify/elysia 2.0.0-dev.158 → 2.0.0-dev.159

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
@@ -25,10 +25,10 @@ app
25
25
  console.log("Elysia App Start!");
26
26
  ~~~~
27
27
 
28
- [npm]: https://www.npmjs.com/package/@fedify/elysia
29
28
  [npm badge]: https://img.shields.io/npm/v/@fedify/elysia?logo=npm
30
- [Matrix]: https://matrix.to/#/#fedify:matrix.org
29
+ [npm]: https://www.npmjs.com/package/@fedify/elysia
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/elysia",
3
- "version": "2.0.0-dev.158+628cd89e",
3
+ "version": "2.0.0-dev.159+6c07cd44",
4
4
  "description": "Integrate Fedify with Elysia",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "peerDependencies": {
49
49
  "elysia": "^1.3.6",
50
- "@fedify/fedify": "^2.0.0-dev.158+628cd89e"
50
+ "@fedify/fedify": "^2.0.0-dev.159+6c07cd44"
51
51
  },
52
52
  "devDependencies": {
53
53
  "bun-types": "^1.2.19",