@wessberg/di
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ export interface IHasAlteredable { | ||
export interface ICodeable { | ||
code: MagicString; | ||
code: any; | ||
} | ||
@@ -8,0 +8,0 @@ export interface ICompilerResult extends ICodeable, IHasAlteredable { |
@@ -5,3 +5,3 @@ export interface IHasAlteredable { | ||
export interface ICodeable { | ||
code: MagicString; | ||
code: any; | ||
} | ||
@@ -8,0 +8,0 @@ export interface ICompilerResult extends ICodeable, IHasAlteredable { |
{ | ||
"name": "@wessberg/di", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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", |
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
96220