@dits/dits
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -67,3 +67,3 @@ "use strict"; | ||
handlers = new di_1.HandlerRegistry(); | ||
this.container?.register(di_1.HandlerRegistry, handlers); | ||
this.container.register(di_1.HandlerRegistry, handlers); | ||
} | ||
@@ -74,3 +74,3 @@ // register an app-level component registry | ||
components = new di_1.ComponentRegistry(); | ||
this.container?.register(di_1.ComponentRegistry, components); | ||
this.container.register(di_1.ComponentRegistry, components); | ||
} | ||
@@ -77,0 +77,0 @@ // setup our properties for the Zone itself |
{ | ||
"name": "@dits/dits", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
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
94412