@qualweb/earl-reporter
Advanced tools
Comparing version 0.4.0 to 0.4.1
# Changelog | ||
## [0.4.1] - 23/03/2021 | ||
### Added | ||
- code documentation | ||
### Updated | ||
- dependencies | ||
## [0.4.0] - 22/03/2021 | ||
@@ -4,0 +14,0 @@ |
/// <reference types="@qualweb/types" /> | ||
import { EvaluationReport } from '@qualweb/core'; | ||
import { EarlReport, Assertion, EarlOptions, Report } from '@qualweb/earl-reporter'; | ||
import { Evaluations } from '@qualweb/core'; | ||
import { EarlEvaluations, Assertion, EarlOptions, Report } from '@qualweb/earl-reporter'; | ||
declare function generateEARLAssertions(report: Report, date?: string): Array<Assertion>; | ||
declare function generateEARLReport(reports: { | ||
[url: string]: EvaluationReport; | ||
}, options?: EarlOptions): { | ||
[url: string]: EarlReport; | ||
}; | ||
declare function generateEARLReport(reports: Evaluations, options?: EarlOptions): EarlEvaluations; | ||
export { generateEARLAssertions, generateEARLReport }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@qualweb/earl-reporter", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Qualweb earl reporter", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@qualweb/types": "^0.4.63", | ||
"@qualweb/types": "^0.4.67", | ||
"@tsconfig/recommended": "^1.0.1", | ||
@@ -45,0 +45,0 @@ "@types/lodash.clonedeep": "^4.5.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16700
147