@poi/dev-utils
Advanced tools
Comparing version 12.1.2 to 12.1.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [12.1.3](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.2...@poi/dev-utils@12.1.3) (2019-08-09) | ||
### Bug Fixes | ||
- keep the trailing slash of `output.publicUrl` ([#612](https://github.com/egoist/poi/issues/612)) ([56bd612](https://github.com/egoist/poi/commit/56bd612)) | ||
## [12.1.2](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.1...@poi/dev-utils@12.1.2) (2019-07-27) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@poi/dev-utils", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"publishConfig": { | ||
@@ -18,6 +18,6 @@ "access": "public" | ||
"sockjs-client": "^1.1.5", | ||
"strip-ansi": "3.0.0" | ||
"strip-ansi": "5.2.0" | ||
}, | ||
"xo": false, | ||
"gitHead": "d7704cdedf947ef0592ac269e7847f7a7957802a" | ||
"gitHead": "4d8df6481a5eef289aa647a9f463a24745a273b4" | ||
} |
@@ -23,3 +23,3 @@ const url = require('url') | ||
const urlPort = colors.bold(port) | ||
const urlPath = url.resolve('/', publicUrl).replace(/\/$/, '') | ||
const urlPath = publicUrl === '/' ? '' : url.resolve('/', publicUrl) | ||
@@ -26,0 +26,0 @@ console.log() |
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
34557
+ Addedansi-regex@4.1.1(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedstrip-ansi@3.0.0(transitive)
Updatedstrip-ansi@5.2.0