@wessberg/di
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -0,2 +1,3 @@ | ||
export { noInject } from "./Decorator/noInject"; | ||
export { DIContainer } from "./DIContainer/DIContainer"; | ||
export { IDIContainer, IGetOptions, IRegisterOptions } from "./DIContainer/Interface/IDIContainer"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var noInject_1 = require("./Decorator/noInject"); | ||
exports.noInject = noInject_1.noInject; | ||
var DIContainer_1 = require("./DIContainer/DIContainer"); | ||
exports.DIContainer = DIContainer_1.DIContainer; |
@@ -0,2 +1,3 @@ | ||
export { noInject } from "./Decorator/noInject"; | ||
export { DIContainer } from "./DIContainer/DIContainer"; | ||
export { IDIContainer, IGetOptions, IRegisterOptions } from "./DIContainer/Interface/IDIContainer"; |
@@ -0,1 +1,2 @@ | ||
export { noInject } from "./Decorator/noInject"; | ||
export { DIContainer } from "./DIContainer/DIContainer"; |
{ | ||
"name": "@wessberg/di", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A Dependency-Injection container that holds services and can produce instances of them as required. It mimics reflection by parsing the app at compile-time and supporting the generic-reflection syntax.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -19,2 +19,6 @@ # DI (Dependency Injector) [![NPM version][npm-image]][npm-url] | ||
**v1.0.17**: | ||
- Added a `noInject` decorator to the exports of the module which, together with the DI-compiler, will tell the Compiler to skip the classes that has it. | ||
**v1.0.16**: | ||
@@ -21,0 +25,0 @@ |
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
25383
19
502
84