@istanbuljs/nyc-config-hook-run-in-this-context
Advanced tools
Comparing version 0.1.1 to 1.0.0-alpha.0
@@ -6,4 +6,25 @@ # Change Log | ||
# [1.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-hook-run-in-this-context@0.1.1...@istanbuljs/nyc-config-hook-run-in-this-context@1.0.0-alpha.0) (2019-06-19) | ||
### Bug Fixes | ||
* Add missing semver dependency ([#394](https://github.com/istanbuljs/istanbuljs/issues/394)) ([dbfb631](https://github.com/istanbuljs/istanbuljs/commit/dbfb631)) | ||
### Features | ||
* Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539)) | ||
### BREAKING CHANGES | ||
* Node.js 8 is now required | ||
## [0.1.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-hook-run-in-this-context@0.1.0...@istanbuljs/nyc-config-hook-run-in-this-context@0.1.1) (2019-04-24) | ||
**Note:** Version bump only for package @istanbuljs/nyc-config-hook-run-in-this-context |
{ | ||
"name": "@istanbuljs/nyc-config-hook-run-in-this-context", | ||
"version": "0.1.1", | ||
"version": "1.0.0-alpha.0", | ||
"description": "nyc configuration for hook-run-in-this-context", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha" | ||
}, | ||
@@ -33,6 +33,14 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"semver": "^6.1.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2" | ||
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34" | ||
} |
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
3841
1
3
+ Addedsemver@^6.1.1
+ Addedsemver@6.3.1(transitive)