bundlemon-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4-rc.0
@@ -79,1 +79,7 @@ import { compressions } from './consts'; | ||
} | ||
export interface DiffReportData { | ||
reportSummary: ReportSummary; | ||
linkToReport?: string; | ||
report?: Report; | ||
baseReport?: Report; | ||
} |
@@ -79,1 +79,7 @@ import { compressions } from './consts'; | ||
} | ||
export interface DiffReportData { | ||
reportSummary: ReportSummary; | ||
linkToReport?: string; | ||
report?: Report; | ||
baseReport?: Report; | ||
} |
{ | ||
"name": "bundlemon-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4-rc.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
18282
439