fastify-decorators
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -8,2 +8,8 @@ # Changelog | ||
## 3.9.1 | ||
### Fixed | ||
- Logo is not visible on npmjs | ||
## 3.9.0 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "fastify-decorators", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "Framework aimed to provide useful TypeScript decorators to implement controllers, services and request handlers, built with Fastify.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
[![Fastify decorators](./assets/logo.png)](https://github.com/L2jLiga/fastify-decorators) | ||
[![Fastify decorators](https://raw.githubusercontent.com/L2jLiga/fastify-decorators/v3.9.1/assets/logo.png)](https://github.com/L2jLiga/fastify-decorators) | ||
@@ -256,9 +256,9 @@ [![npm version](https://badge.fury.io/js/fastify-decorators.svg?colorB=brightgreen)](https://www.npmjs.com/package/fastify-decorators) | ||
[fastify resty]: https://github.com/FastifyResty/fastify-resty | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Services%20and%20dependency%20injection.md | ||
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Hooks.md | ||
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Error%20handling.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.0/docs/Migration%20to%20v3.md | ||
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Bootstrapping.md | ||
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Controllers.md | ||
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Request%20Handlers.md | ||
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Services%20and%20dependency%20injection.md | ||
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Hooks.md | ||
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Error%20handling.md | ||
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Testing.md | ||
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.9.1/docs/Migration%20to%20v3.md |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
393047