@azteam/express 1.2.108 → 1.2.112

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/package.json +2 -2
  2. package/src/ApiServer.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/express",
3
- "version": "1.2.108",
3
+ "version": "1.2.112",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@azteam/crypto": "1.0.17",
27
27
  "@azteam/error": "1.0.15",
28
- "@azteam/http-client": "1.0.75",
28
+ "@azteam/http-client": "1.0.78",
29
29
  "body-parser": "1.19.0",
30
30
  "cookie-parser": "1.4.4",
31
31
  "cors": "2.8.4",
package/src/ApiServer.js CHANGED
@@ -246,7 +246,7 @@ class ApiServer {
246
246
  app[item.type.toLowerCase()](item.path, ...item.method);
247
247
  });
248
248
  });
249
- console.info("\n");
249
+
250
250
  console.table(msg);
251
251
 
252
252
  app.all('/', async (req, res) => {