Comparing version 6.1.0 to 6.1.1
@@ -0,1 +1,10 @@ | ||
## [6.1.1](https://github.com/nfroidure/yerror/compare/v6.1.0...v6.1.1) (2022-05-27) | ||
### Bug Fixes | ||
* **types:** fix types declarations ([b068701](https://github.com/nfroidure/yerror/commit/b0687012a769dd6f560fd4342a66907c8834301a)) | ||
# [6.1.0](https://github.com/nfroidure/yerror/compare/v6.0.2...v6.1.0) (2022-05-27) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "yerror", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "It helps to know why you got an error.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -23,2 +23,3 @@ declare class YError extends Error { | ||
export { YError }; | ||
export default YError; |
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
99114
864