inversify-express-utils
Advanced tools
Comparing version 6.4.8 to 6.4.9
@@ -16,2 +16,7 @@ # Changelog | ||
## [6.4.9] | ||
### Fixed | ||
- Fixed wrong emited typescript delclaration files (#1668). | ||
## [6.4.8] | ||
@@ -21,3 +26,3 @@ | ||
- Fixed can't set headers after they are sent (#255 / #412) | ||
- Fixed can't set headers after they are sent (#255 / #412). | ||
@@ -36,6 +41,6 @@ ## [6.4.7] | ||
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`) | ||
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`). | ||
### Fixed | ||
- Change JsonContent to return object rather than string (#379 / #378) | ||
- Change JsonContent to return object rather than string (#379 / #378). |
import { PARAMETER_TYPE, HTTP_VERBS_ENUM } from './constants'; | ||
import type { DecoratorTarget, Middleware, HandlerDecorator } from './interfaces'; | ||
export declare const injectHttpContext: (target: import("inversify/lib/annotation/decorator_utils").DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<unknown> | undefined) => void; | ||
export declare const injectHttpContext: <T = unknown>(target: DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<T>) => void; | ||
export declare function withMiddleware(...middleware: Middleware[]): (target: DecoratorTarget | NewableFunction, methodName?: string) => void; | ||
@@ -5,0 +5,0 @@ export declare function controller(path: string, ...middleware: Middleware[]): (target: NewableFunction) => void; |
{ | ||
"name": "inversify-express-utils", | ||
"version": "6.4.8", | ||
"version": "6.4.9", | ||
"author": "Cody Simms", | ||
@@ -5,0 +5,0 @@ "description": "Some utilities for the development of express applications with Inversify", |
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
354147