Comparing version 1.0.0 to 1.1.0
@@ -1,3 +0,3 @@ | ||
import { IContainer } from "./interfaces/IContainer"; | ||
declare const container: IContainer; | ||
import { Container } from './types'; | ||
declare const container: Container; | ||
export { container }; |
export * from './container'; | ||
export * from './types'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./container"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cheap-di", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "JavaScript dependency injection like Autofac in .Net", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
17826
60
198