@nowa/core
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.7.2"></a> | ||
## [0.7.2](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.1...@nowa/core@0.7.2) (2018-09-04) | ||
### Features | ||
* solution log level from info to debug ([5b75d74](https://github.com/nowa-webpack/nowa2/commit/5b75d74)) | ||
<a name="0.7.1"></a> | ||
@@ -8,0 +19,0 @@ ## [0.7.1](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.0...@nowa/core@0.7.1) (2018-07-18) |
@@ -36,7 +36,7 @@ "use strict"; | ||
const solutionPath = isModule ? solution : path_1.resolve(context, solution); | ||
logger.info(`using solution ${solutionPath}`); | ||
logger.debug(`using solution ${solutionPath}`); | ||
if (isModule) { | ||
logger.info(`solution path ${require.resolve(solutionPath)}`); | ||
logger.debug(`solution path ${require.resolve(solutionPath)}`); | ||
const { version } = require(`${solutionPath}/package.json`); | ||
version && logger.info(`solution version ${version}`); | ||
version && logger.debug(`solution version ${version}`); | ||
} | ||
@@ -43,0 +43,0 @@ try { |
{ | ||
"name": "@nowa/core", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "the nowa core", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
55150