injection-js
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -22,2 +22,3 @@ /** | ||
export { Class, TypeDecorator, makeDecorator } from './util/decorators'; | ||
export { resolveDependencies } from './util/resolve_dependencies'; | ||
export { Type, isType } from './facade/type'; |
@@ -21,3 +21,4 @@ /** | ||
export { Class, makeDecorator } from './util/decorators'; | ||
export { resolveDependencies } from './util/resolve_dependencies'; | ||
export { Type, isType } from './facade/type'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "injection-js", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "Dependency Injection library for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "injection.bundle.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
322229
66
5348