inversify-express-utils
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -1,4 +0,4 @@ | ||
import { interfaces } from "../src/interfaces"; | ||
import { interfaces } from "./interfaces"; | ||
export declare class BaseHttpController { | ||
protected httpContext: interfaces.HttpContext; | ||
} |
@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { httpContext } from "../src/decorators"; | ||
import { injectable } from "inversify"; | ||
import { httpContext } from "./decorators"; | ||
var BaseHttpController = /** @class */ (function () { | ||
@@ -14,0 +14,0 @@ function BaseHttpController() { |
@@ -12,4 +12,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var decorators_1 = require("../src/decorators"); | ||
var inversify_1 = require("inversify"); | ||
var decorators_1 = require("./decorators"); | ||
var BaseHttpController = /** @class */ (function () { | ||
@@ -16,0 +16,0 @@ function BaseHttpController() { |
{ | ||
"name": "inversify-express-utils", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Some utilities for the development of express applications with Inversify", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
68125