@eik/common
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## [1.4.1](https://github.com/eik-lib/common/compare/v1.4.0...v1.4.1) (2021-01-19) | ||
### Bug Fixes | ||
* Ensure map property for config is always an array ([c0d1860](https://github.com/eik-lib/common/commit/c0d1860fe906fd7902ffcceb76996cfff02861e2)) | ||
# [1.4.0](https://github.com/eik-lib/common/compare/v1.3.3...v1.4.0) (2021-01-19) | ||
@@ -2,0 +9,0 @@ |
@@ -16,2 +16,3 @@ const { promisify } = require('util'); | ||
this.cwd = configRootDir; | ||
this.map = [].concat(configHash['import-map'] || []) | ||
} | ||
@@ -27,6 +28,2 @@ | ||
get map() { | ||
return this[_config]['import-map'] || []; | ||
} | ||
get server() { | ||
@@ -33,0 +30,0 @@ const configuredServer = this[_config].server; |
{ | ||
"name": "@eik/common", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Common utilities for Eik modules", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
25991
546