@cobalt-engine/get-cov
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -22,4 +22,14 @@ { | ||
] | ||
}, | ||
{ | ||
"version": "3.0.1", | ||
"date": "2018.02.22", | ||
"messages": [ | ||
{ | ||
"type": "update", | ||
"message": "Correct error message" | ||
} | ||
] | ||
} | ||
] | ||
} |
# Release notes | ||
### 3.0.1 - 2018.02.22 | ||
#### Updated | ||
- Correct error message | ||
### 3.0.0 - 2017.12.04 | ||
#### Features | ||
- to @cobalt-engine name space | ||
### 2.0.0 - 2017.02.28 | ||
#### Features | ||
- Read cobalt version from installed 'core' component | ||
- Read cobalt version from installed 'core' component |
@@ -16,3 +16,3 @@ "use strict"; | ||
const VERSION_FIELD = 'dependencies.core'; | ||
const ERROR_MESSAGE = 'Cobalt version not found'; | ||
const ERROR_MESSAGE = 'Cobalt version not found or there is no Cobalt presentation'; | ||
module.exports = getCobaltVersion; | ||
@@ -19,0 +19,0 @@ module.exports.default = getCobaltVersion; |
@@ -16,3 +16,3 @@ import { join } from 'path' | ||
const VERSION_FIELD = 'dependencies.core' | ||
const ERROR_MESSAGE = 'Cobalt version not found' | ||
const ERROR_MESSAGE = 'Cobalt version not found or there is no Cobalt presentation' | ||
@@ -19,0 +19,0 @@ module.exports = getCobaltVersion // required for being importable from both .ts and .js as default |
{ | ||
"name": "@cobalt-engine/get-cov", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ declare module 'semver-utils' { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8957
205
7