Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: babel-plugin-istanbul @ 5.1.3 .. 5.1.4

CHANGELOG.md

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [5.1.4](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.3...v5.1.4) (2019-04-25)
+
+
+
## [5.1.3](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.2...v5.1.3) (2019-04-23)

package.json

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-istanbul",
- "version": "5.1.3",
+ "version": "5.1.4",
"author": "Thai Pangsakulyanont @dtinth",
"license": "BSD-3-Clause",
"description": "A babel plugin that adds istanbul instrumentation to ES6 code",
@@ -10,8 +10,8 @@
],
"dependencies": {
"find-up": "^3.0.0",
- "istanbul-lib-instrument": "^3.2.0",
- "test-exclude": "^5.2.2"
+ "istanbul-lib-instrument": "^3.3.0",
+ "test-exclude": "^5.2.3"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
@@ -23,7 +23,7 @@
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"mocha": "^6.1.4",
- "nyc": "^14.0.0",
+ "nyc": "^14.1.0",
"pmock": "^0.2.3",
"standard": "^12.0.1",
"standard-version": "^5.0.2"