microframework
Advanced tools
Comparing version 0.5.3 to 0.5.4
"use strict"; | ||
var fs = require("fs"); | ||
var configuration_manager_1 = require("configuration-manager/configuration-manager"); | ||
var configuration_manager_1 = require("configuration-manager"); | ||
var MicroFrameworkUtils_1 = require("./MicroFrameworkUtils"); | ||
@@ -5,0 +5,0 @@ /** |
"use strict"; | ||
var MicroFrameworkRegistry_1 = require("./MicroFrameworkRegistry"); | ||
var typedi_1 = require("typedi/typedi"); | ||
var typedi_1 = require("typedi"); | ||
function ModuleExports(microframeworkNameOrModuleType, moduleType) { | ||
@@ -5,0 +5,0 @@ var name; |
@@ -1,4 +0,4 @@ | ||
import { Container } from "typedi/typedi"; | ||
import { Container } from "typedi"; | ||
import { MicroFrameworkSettings } from "./MicroFrameworkSettings"; | ||
import { Configurator } from "configuration-manager/Configurator"; | ||
import { Configurator } from "configuration-manager"; | ||
import { Module } from "./Module"; | ||
@@ -5,0 +5,0 @@ /** |
"use strict"; | ||
var path = require("path"); | ||
var typedi_1 = require("typedi/typedi"); | ||
var typedi_1 = require("typedi"); | ||
var ModulesRegistry_1 = require("./ModulesRegistry"); | ||
var ConfigLoader_1 = require("./ConfigLoader"); | ||
var configuration_manager_1 = require("configuration-manager/configuration-manager"); | ||
var configuration_manager_1 = require("configuration-manager"); | ||
var MicroFrameworkRegistry_1 = require("./MicroFrameworkRegistry"); | ||
@@ -8,0 +8,0 @@ var MicroframeworkNameAlreadyExistException_1 = require("./exception/MicroframeworkNameAlreadyExistException"); |
import { MicroFrameworkConfig } from "./MicroFrameworkConfig"; | ||
import { MicroFrameworkSettings } from "./MicroFrameworkSettings"; | ||
import { Configurator } from "configuration-manager/Configurator"; | ||
import { Configurator } from "configuration-manager"; | ||
import { Module } from "./Module"; | ||
@@ -5,0 +5,0 @@ import { MicroFrameworkBootstrapper } from "./MicroFrameworkBootstrapper"; |
"use strict"; | ||
var typedi_1 = require("typedi/typedi"); | ||
var typedi_1 = require("typedi"); | ||
var MicroFrameworkUtils_1 = require("./MicroFrameworkUtils"); | ||
@@ -4,0 +4,0 @@ var DependenciesMissingException_1 = require("./exception/DependenciesMissingException"); |
{ | ||
"name": "microframework", | ||
"private": false, | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Micro framework is a bundle of express.js, mongodb ODM, validator, dependancy injection framework and restful controllers for your apps using Typescript", | ||
@@ -25,7 +25,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"configuration-manager": "~0.3.1", | ||
"configuration-manager": "~0.4.1", | ||
"find-root": "0.1.1", | ||
"fs": "^0.0.2", | ||
"path": "^0.12.7", | ||
"typedi": "~0.3.0" | ||
"typedi": "~0.4.0" | ||
}, | ||
@@ -32,0 +31,0 @@ "devDependencies": { |
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
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
67676
4
54
966
+ Addedconfiguration-manager@0.4.1(transitive)
+ Addedtypedi@0.4.3(transitive)
- Removedfs@^0.0.2
- Removedconfiguration-manager@0.3.1(transitive)
- Removedfs@0.0.2(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedtypedi@0.3.0(transitive)
Updatedconfiguration-manager@~0.4.1
Updatedtypedi@~0.4.0