@stryker-mutator/mocha-runner
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13) | ||
**Note:** Version bump only for package @stryker-mutator/mocha-runner | ||
## [1.0.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.17.1...@stryker-mutator/mocha-runner@1.0.0) (2019-02-13) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@stryker-mutator/mocha-runner", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework", | ||
@@ -39,3 +39,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@stryker-mutator/api": "^1.0.0", | ||
"@stryker-mutator/api": "^1.0.1", | ||
"multimatch": "~3.0.0", | ||
@@ -45,3 +45,3 @@ "tslib": "~1.9.3" | ||
"devDependencies": { | ||
"@stryker-mutator/test-helpers": "^1.0.0", | ||
"@stryker-mutator/test-helpers": "^1.0.1", | ||
"@types/multimatch": "~2.1.2", | ||
@@ -54,3 +54,3 @@ "stryker-mocha-framework": "^0.15.1" | ||
}, | ||
"gitHead": "0399e74c1c0c8326cf1d743cd842aeb0e791a36f" | ||
"gitHead": "bf2f0926527f7e7f15ecb6d3c3eacc1f65c4305a" | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import * as Mocha from 'mocha'; | ||
@@ -3,0 +2,0 @@ import * as multimatch from 'multimatch'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { RunResult } from '@stryker-mutator/api/test_runner'; | ||
@@ -3,0 +2,0 @@ import { Logger } from '@stryker-mutator/api/logging'; |
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
58316
453
Updated@stryker-mutator/api@^1.0.1