@silenteer/natsu
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -133,5 +133,5 @@ import type { Msg, NatsConnection, PublishOptions, RequestOptions } from 'nats'; | ||
errors?: unknown; | ||
}, injection: TInjection & NatsInjection<TService, TInjection>) => Promise<void>; | ||
respondUnhandledError?: (data: NatsRequest<TService['request']>, error: Error, injection: TInjection & NatsInjection<TService, TInjection>) => Promise<void>; | ||
}, injection: NatsInjection<TService, TInjection>) => Promise<void>; | ||
respondUnhandledError?: (data: NatsRequest<TService['request']>, error: Error, injection: NatsInjection<TService, TInjection>) => Promise<void>; | ||
}; | ||
export type { NatsInjection, NatsValidationInjection, NatsAuthorizationInjection, NatsHandleInjection, NatsMiddlewareBeforeInjection, NatsMiddlewareAfterInjection, NatsValidationResult, NatsAuthorizationResult, NatsHandleResult, NatsMiddlewareBeforeResult, NatsMiddlewareAfterResult, NatsBefore, NatsAfter, NatsValidate, NatsAuthorize, NatsHandle, NatsMiddleware, NatsHandler, }; |
{ | ||
"name": "@silenteer/natsu", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"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
72704