Comparing version 2.2.0 to 2.2.1
export * from './ContainerImpl'; | ||
export * from './dependencies'; | ||
export * from './inject'; | ||
export * from './singleton'; | ||
export * from './types'; | ||
export * from './symbols'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./dependencies"), exports); | ||
tslib_1.__exportStar(require("./inject"), exports); | ||
tslib_1.__exportStar(require("./singleton"), exports); | ||
@@ -8,0 +9,0 @@ tslib_1.__exportStar(require("./types"), exports); |
{ | ||
"name": "cheap-di", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "JavaScript dependency injection like Autofac in .Net", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
25355
271