@thzero/library_server_fastify 0.15.38 → 0.15.39
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.
- package/boot/index.js +1 -0
- package/package.json +2 -2
package/boot/index.js
CHANGED
|
@@ -35,6 +35,7 @@ class FastifyBootMain extends BootMain {
|
|
|
35
35
|
|
|
36
36
|
let http2 = this._appConfig.get('http2', false);
|
|
37
37
|
http2 = http2 === 'true' ? true : false;
|
|
38
|
+
this.loggerServiceI.info2(`config.http2.override: ${http2}`);
|
|
38
39
|
|
|
39
40
|
// const fastify = Fastify({ serverFactory, logger: true });
|
|
40
41
|
const fastify = Fastify({
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thzero/library_server_fastify",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.39",
|
|
5
5
|
"version_major": 0,
|
|
6
6
|
"version_minor": 15,
|
|
7
|
-
"version_patch":
|
|
7
|
+
"version_patch": 39,
|
|
8
8
|
"version_date": "04/25/2022",
|
|
9
9
|
"description": "An opinionated library of common functionality to bootstrap a Fastify based API application.",
|
|
10
10
|
"author": "thZero",
|