microframework
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -10,1 +10,2 @@ export * from "./ConfigLoader"; | ||
export * from "./ModulesRegistry"; | ||
export * from "./MicroFramework"; |
@@ -11,2 +11,3 @@ "use strict"; | ||
__export(require("./ModulesRegistry")); | ||
__export(require("./MicroFramework")); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,4 @@ import { Container } from "typedi"; | ||
* This class runs microframework and its specified modules. | ||
* | ||
* @deprecated | ||
*/ | ||
@@ -9,0 +11,0 @@ export declare class MicroFrameworkBootstrapper { |
@@ -11,2 +11,4 @@ "use strict"; | ||
* This class runs microframework and its specified modules. | ||
* | ||
* @deprecated | ||
*/ | ||
@@ -13,0 +15,0 @@ var MicroFrameworkBootstrapper = (function () { |
{ | ||
"name": "microframework", | ||
"private": false, | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Micro framework is a bundle of express.js, mongodb ODM, validator, dependancy injection framework and restful controllers for your apps using Typescript", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69069
57
996