inversify-hapi-decorators
Advanced tools
Comparing version 0.0.3 to 0.0.4
import * as hapi from "hapi"; | ||
import { interfaces as inversifyInterfaces } from "inversify"; | ||
export declare namespace interfaces { | ||
declare namespace interfaces { | ||
type Middleware = (inversifyInterfaces.ServiceIdentifier<any> | hapi.RouteHandler); | ||
@@ -36,1 +36,2 @@ interface ControllerMetadata { | ||
} | ||
export { interfaces }; |
{ | ||
"name": "inversify-hapi-decorators", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Some utilities for the development of hapijs rest applications with Inversify", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import * as hapi from "hapi"; | ||
import { interfaces as inversifyInterfaces } from "inversify"; | ||
export namespace interfaces { | ||
namespace interfaces { | ||
@@ -39,1 +39,3 @@ export type Middleware = (inversifyInterfaces.ServiceIdentifier<any> | hapi.RouteHandler); | ||
} | ||
export { interfaces }; |
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
238854
6704