@thzero/library_server 0.18.17 → 0.18.18

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/boot/index.js +1 -0
  2. package/package.json +3 -3
package/boot/index.js CHANGED
@@ -205,6 +205,7 @@ class BootMain {
205
205
  const listen = async (port, address) => new Promise((resolve, reject) => {
206
206
  self._initAppListen(results.app, results.server, address, port, (err) => {
207
207
  if (err) {
208
+ console.log(err);
208
209
  reject(err);
209
210
  process.exit(1);
210
211
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@thzero/library_server",
3
3
  "type": "module",
4
- "version": "0.18.17",
4
+ "version": "0.18.18",
5
5
  "version_major": 0,
6
6
  "version_minor": 18,
7
- "version_patch": 17,
8
- "version_date": "12/23/2024",
7
+ "version_patch": 18,
8
+ "version_date": "01/05/2025",
9
9
  "description": "An opinionated library of common functionality to bootstrap an API using either Fastify or Koa as the web server.",
10
10
  "author": "thZero",
11
11
  "license": "MIT",