@darthcav/ts-http-server 0.5.0 → 0.5.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -170,7 +170,7 @@ services:
170
170
 
171
171
  [node-version]: https://img.shields.io/badge/node-%3E%3D25-orange.svg?style=flat-square
172
172
  [node-url]: https://nodejs.org
173
- [version-image]: https://img.shields.io/badge/version-0.5.0-blue.svg?style=flat-square
173
+ [version-image]: https://img.shields.io/badge/version-0.5.1-blue.svg?style=flat-square
174
174
  [ci-badge]: https://github.com/darthcav/ts-http-server/actions/workflows/tests.yml/badge.svg
175
175
  [coverage-badge]: https://codecov.io/github/darthcav/ts-http-server/branch/dev/graph/badge.svg?token=K8Q4T4N9SG
176
176
  [coverage-url]: https://codecov.io/github/darthcav/ts-http-server
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@darthcav/ts-http-server",
3
3
  "description": "A TypeScript HTTP server for Node.js >= 25",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "author": {
6
6
  "name": "darthcav",
7
7
  "url": "https://github.com/darthcav"