create-error-types
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -50,3 +50,3 @@ import { ErrorName, OnCreate, ErrorType, ErrorParams } from 'error-type' | ||
export type Result<T extends ErrorParams = ErrorParams> = { | ||
[errorName in ErrorName]: ErrorType<T> | ||
[errorName in ErrorName]: typeof ErrorType<T> | ||
} & { | ||
@@ -53,0 +53,0 @@ /** |
{ | ||
"name": "create-error-types", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -49,3 +49,3 @@ "exports": "./build/src/main.js", | ||
"dependencies": { | ||
"error-type": "^1.3.0", | ||
"error-type": "^1.3.1", | ||
"is-plain-obj": "^4.1.0", | ||
@@ -56,3 +56,3 @@ "normalize-exception": "^1.6.0" | ||
"@ehmicky/dev-tasks": "^1.0.84", | ||
"test-each": "^5.2.0" | ||
"test-each": "^5.2.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
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
28459
Updatederror-type@^1.3.1