stryker-api
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.22.1"></a> | ||
## [0.22.1](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.22.0...stryker-api@0.22.1) (2018-12-12) | ||
**Note:** Version bump only for package stryker-api | ||
<a name="0.22.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.22.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.21.5...stryker-api@0.22.0) (2018-11-29) |
{ | ||
"name": "stryker-api", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "The api for the extendable JavaScript mutation testing framework Stryker", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,3 +0,4 @@ | ||
import { Factory, StrykerOptions } from '../../core'; | ||
import { Factory } from '../../core'; | ||
import Reporter from './Reporter'; | ||
import { Config } from '../../config'; | ||
declare namespace ReporterFactory { | ||
@@ -7,4 +8,4 @@ /** | ||
*/ | ||
function instance(): Factory<StrykerOptions, Reporter>; | ||
function instance(): Factory<Config, Reporter>; | ||
} | ||
export default ReporterFactory; |
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
87170
1506