@silenteer/natsu
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -15,7 +15,7 @@ import type { NatsAuthorizationResult, NatsHandleResult, NatsValidationResult } from './type'; | ||
}) => NatsHandleResult<T>; | ||
error: (params: { | ||
error: <T_1>(params: { | ||
code: number; | ||
errors?: unknown; | ||
}) => NatsHandleResult<unknown>; | ||
}) => NatsHandleResult<T_1>; | ||
}; | ||
export { NatsValidationResultUtil, NatsAuthorizationResultUtil, NatsHandleResultUtil, }; |
{ | ||
"name": "@silenteer/natsu", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
18961