plume-ts-di
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "plume-ts-di", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Lightweight & simple dependency injection system for TypeScript based on code generation instead of annotation", | ||
@@ -43,5 +43,7 @@ "author": "Aurélien Manteaux <amanteaux@coreoz.com> (https://coreoz.com)", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@wessberg/di": "^2.1.0", | ||
"@wessberg/di-compiler": "^2.2.6" | ||
}, | ||
"peerDependencies": { | ||
"@wessberg/di": "^2.0.3", | ||
"@wessberg/di-compiler": "^2.0.3", | ||
"simple-logging-system": "^1.0.7", | ||
@@ -48,0 +50,0 @@ "typescript": "^4.0.2" |
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
80654
+ Added@wessberg/di@^2.1.0
+ Added@wessberg/di-compiler@^2.2.6
+ Addedpsl@1.14.0(transitive)
- Removedpsl@1.15.0(transitive)