@untool/express
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.6.2](https://github.com/untool/untool/compare/v1.6.1...v1.6.2) (2019-04-15) | ||
### Bug Fixes | ||
* **express:** always print correct url when starting the server ([013d46e](https://github.com/untool/untool/commit/013d46e)) | ||
## [1.6.1](https://github.com/untool/untool/compare/v1.6.0...v1.6.1) (2019-04-11) | ||
@@ -8,0 +19,0 @@ |
@@ -11,2 +11,3 @@ 'use strict'; | ||
} = require('mixinable'); | ||
const { trimLeadingSlash } = require('pathifist'); | ||
@@ -72,3 +73,3 @@ const { | ||
this.serverAddressPromise.resolve(address); | ||
logger.info(`listening at ${address}/${basePath}`); | ||
logger.info(`listening at ${address}/${trimLeadingSlash(basePath)}`); | ||
}); | ||
@@ -75,0 +76,0 @@ server.on('shutdown', () => { |
{ | ||
"name": "@untool/express", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "untool express mixin", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@untool/core": "^1.6.1", | ||
"@untool/yargs": "^1.6.1", | ||
"@untool/core": "^1.6.2", | ||
"@untool/yargs": "^1.6.2", | ||
"chalk": "^2.4.2", | ||
@@ -34,2 +34,3 @@ "debug": "^4.0.0", | ||
"node-mocks-http": "^1.7.0", | ||
"pathifist": "^1.0.0", | ||
"portfinder": "^1.0.19", | ||
@@ -44,3 +45,3 @@ "pretty-bytes": "^5.1.0", | ||
}, | ||
"gitHead": "62e3566aa921ce7d41202f9d675d7a768dca550d" | ||
"gitHead": "2a5f05dd9f8d5569d7579d6d2a4bd7c56a66dbda" | ||
} |
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
40232
402
20
+ Addedpathifist@^1.0.0
+ Addedpathifist@1.0.1(transitive)
Updated@untool/core@^1.6.2
Updated@untool/yargs@^1.6.2