appolo-express
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -28,3 +28,3 @@ declare module "appolo-express" { | ||
fireEvent(event: string): void | ||
fireEvent(event: string,...rest:any[]): void | ||
@@ -110,3 +110,4 @@ removeAllListeners() | ||
export let launcher: Launcher | ||
export let launcher: Launcher; | ||
export let environment:any; | ||
@@ -113,0 +114,0 @@ } |
@@ -28,3 +28,3 @@ { | ||
"main": "./index.js", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"license": "MIT", | ||
@@ -31,0 +31,0 @@ "repository": { |
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
76969
1285