simple-boot-core
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -7,3 +7,4 @@ import 'reflect-metadata'; | ||
constructor(simstanceManager: SimstanceManager); | ||
publish(it: Intent | string, data?: any): void; | ||
publish(it: string, data?: any): void; | ||
publish(it: Intent, data?: any): void; | ||
} |
{ | ||
"name": "simple-boot-core", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
71379
1635