@digest/express 4.5.0-next.1 → 4.5.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.
package/dist/server.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { type Express } from 'express';
3
2
  import { type Server } from 'node:http';
4
3
  export default function (app: Express): Server;
package/dist/server.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const scripts_1 = require("@digest/scripts");
4
5
  function default_1(app) {
5
6
  return app.listen(scripts_1.config.appPort, scripts_1.config.appHost, () => {
@@ -7,4 +8,3 @@ function default_1(app) {
7
8
  return app;
8
9
  });
9
10
  }
10
- exports.default = default_1;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/express",
3
3
  "title": "Express Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.5.0-next.1",
5
+ "version": "4.5.1",
6
6
  "description": "Digested Express configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -63,5 +63,5 @@
63
63
  "digest",
64
64
  "express"
65
65
  ],
66
- "gitHead": "2f797708b41da39d45bba84472ba92c6c7dab988"
66
+ "gitHead": "2a7d6d81640601a90d36e8a5826b67aae05c56ab"
67
67
  }