@fedify/elysia 2.0.0-dev.1961 → 2.0.0-dev.211

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 +2 -2
  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
@@ -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.1961+c3dff60a",
3
+ "version": "2.0.0-dev.211+ec32aaad",
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.1961+c3dff60a"
50
+ "@fedify/fedify": "^2.0.0-dev.211+ec32aaad"
51
51
  },
52
52
  "devDependencies": {
53
53
  "bun-types": "^1.2.19",