ts-custom-error
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,8 @@ | ||
## [3.3.1](https://github.com/adriengibrat/ts-custom-error/compare/v3.3.0...v3.3.1) (2022-11-01) | ||
### Bug Fixes | ||
* avoid error Cannot find name 'ErrorOptions' ([7535f79](https://github.com/adriengibrat/ts-custom-error/commit/7535f79f3ad8e0554a1f6062bb62e11e245ea792)) | ||
# [3.3.0](https://github.com/adriengibrat/ts-custom-error/compare/v3.2.2...v3.3.0) (2022-10-22) | ||
@@ -2,0 +9,0 @@ |
@@ -0,1 +1,4 @@ | ||
interface ErrorOptions { | ||
cause?: unknown; | ||
} | ||
export declare class CustomError extends Error { | ||
@@ -5,2 +8,3 @@ name: string; | ||
} | ||
export {}; | ||
export interface CustomErrorInterface extends Error { | ||
@@ -7,0 +11,0 @@ } |
@@ -0,1 +1,4 @@ | ||
interface ErrorOptions { | ||
cause?: unknown; | ||
} | ||
export declare class CustomError extends Error { | ||
@@ -5,2 +8,3 @@ name: string; | ||
} | ||
export {}; | ||
export interface CustomErrorInterface extends Error { | ||
@@ -7,0 +11,0 @@ } |
{ | ||
"name": "ts-custom-error", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Extend native Error to create custom errors", | ||
@@ -5,0 +5,0 @@ "repository": "github:adriengibrat/ts-custom-error", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
58111
318
0