@darthcav/ts-http-server 0.3.0 → 0.3.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -113,8 +113,8 @@ public/ # Documentation output (generated)
113
113
 
114
114
  [node-version]: https://img.shields.io/badge/node-%3E%3D25-orange.svg?style=flat-square
115
115
  [node-url]: https://nodejs.org
116
- [version-image]: https://img.shields.io/badge/version-0.3.0-blue.svg?style=flat-square
116
+ [version-image]: https://img.shields.io/badge/version-0.3.1-blue.svg?style=flat-square
117
117
  [ci-badge]: https://github.com/darthcav/ts-http-server/actions/workflows/tests.yml/badge.svg
118
- [coverage-badge]: https://codecov.io/github/darthcav/ts-http-server/branch/dev/graph/badge.svgK8Q4T4N9SG
118
+ [coverage-badge]: https://codecov.io/github/darthcav/ts-http-server/branch/dev/graph/badge.svg?token=K8Q4T4N9SG
119
119
  [coverage-url]: https://codecov.io/github/darthcav/ts-http-server
120
120
  [pages-url]: https://darthcav.github.io/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.0",
4
+ "version": "0.3.1",
5
5
  "author": {
6
6
  "name": "darthcav",
7
7
  "url": "https://github.com/darthcav"
@@ -24,7 +24,7 @@
24
24
  "dist"
25
25
  ],
26
26
  "dependencies": {
27
- "@darthcav/ts-utils": "0.8.2",
27
+ "@darthcav/ts-utils": "0.8.4",
28
28
  "@fastify/accepts": "5.0.4",
29
29
  "@fastify/compress": "8.3.1",
30
30
  "@fastify/cors": "11.2.0",