create-error-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -26,3 +26,3 @@ import isPlainObj from"is-plain-obj"; | ||
const normalizeBugsUrl=function(bugsUrl){ | ||
if(bugsUrl instanceof URL){ | ||
if(Object.prototype.toString.call(bugsUrl)==="[object URL]"){ | ||
return bugsUrl; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "create-error-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "exports": "./build/src/main.js", |
@@ -343,2 +343,4 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/create-error-types.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/create-error-types) | ||
handler for CLI applications 💥 | ||
- [`log-process-errors`](https://github.com/ehmicky/log-process-errors): Show | ||
some ❤ to Node.js process errors | ||
@@ -345,0 +347,0 @@ # Support |
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
28452
373