@appolo/bus
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -18,3 +18,3 @@ import {module, Module, Util} from 'appolo'; | ||
protected get defaults(): Partial<IOptions> { | ||
public get defaults(): Partial<IOptions> { | ||
return Defaults | ||
@@ -27,3 +27,3 @@ } | ||
protected beforeInitialize() { | ||
public beforeInitialize() { | ||
@@ -101,2 +101,2 @@ let publisherMeta = Util.findAllReflectData<IPublisherMetadata>(PublisherSymbol, this.app.parent.exported); | ||
} | ||
} | ||
} |
{ | ||
"name": "@appolo/bus", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "appolo bus module", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
"@appolo/logger": "1.0.5", | ||
"appolo": "^6.0.85", | ||
"appolo": "^6.0.86", | ||
"bluebird": "^3.5.5", | ||
@@ -20,0 +20,0 @@ "lodash": "^4.17.15", |
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
1552
64451
Updatedappolo@^6.0.86