@darthcav/ts-http-server 0.3.2 → 0.3.4

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
@@ -162,7 +162,7 @@ services:
162
162
 
163
163
  [node-version]: https://img.shields.io/badge/node-%3E%3D25-orange.svg?style=flat-square
164
164
  [node-url]: https://nodejs.org
165
- [version-image]: https://img.shields.io/badge/version-0.3.2-blue.svg?style=flat-square
165
+ [version-image]: https://img.shields.io/badge/version-0.3.4-blue.svg?style=flat-square
166
166
  [ci-badge]: https://github.com/darthcav/ts-http-server/actions/workflows/tests.yml/badge.svg
167
167
  [coverage-badge]: https://codecov.io/github/darthcav/ts-http-server/branch/dev/graph/badge.svg?token=K8Q4T4N9SG
168
168
  [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.3.2",
4
+ "version": "0.3.4",
5
5
  "author": {
6
6
  "name": "darthcav",
7
7
  "url": "https://github.com/darthcav"