@vida-global/core 1.1.7 → 1.1.9

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.
@@ -97,7 +97,7 @@ class VidaServer {
97
97
 
98
98
  get loggingMiddleware() {
99
99
  return httpLogger({
100
- logger: this.middleWareLogger,
100
+ logger: this.middlewareLogger,
101
101
  customLogLevel: (res, err) => {
102
102
  if (res.statusCode >= 500) return 'error';
103
103
  if (res.statusCode >= 400) return 'warn';
@@ -158,7 +158,7 @@ class VidaServer {
158
158
  }
159
159
 
160
160
 
161
- viewsDirectory() {
161
+ get viewsDirectory() {
162
162
  return `${process.cwd()}/views`;
163
163
  }
164
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vida-global/core",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Core libraries for supporting Vida development",
5
5
  "author": "",
6
6
  "license": "ISC",