@appolo/inject
Advanced tools
Comparing version 8.0.8 to 8.0.9
@@ -55,3 +55,2 @@ "use strict"; | ||
this._isInitialized = true; | ||
await this._events.afterInitialize.fireEventAsync(); | ||
} | ||
@@ -155,2 +154,3 @@ initDefinitions() { | ||
this._isInitialized = true; | ||
await this._events.afterInitialize.fireEventAsync(); | ||
} | ||
@@ -157,0 +157,0 @@ _prepareInjectParams(def) { |
@@ -100,3 +100,2 @@ "use strict"; | ||
await (this._events.afterInitialize as Event<void>).fireEventAsync(); | ||
} | ||
@@ -245,2 +244,3 @@ | ||
this._isInitialized = true; | ||
await (this._events.afterInitialize as Event<void>).fireEventAsync(); | ||
} | ||
@@ -247,0 +247,0 @@ |
@@ -34,3 +34,3 @@ { | ||
"main": "./index.js", | ||
"version": "8.0.8", | ||
"version": "8.0.9", | ||
"license": "MIT", | ||
@@ -37,0 +37,0 @@ "repository": { |
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