@pactflow/pact-msw-adapter
Advanced tools
Comparing version 1.5.0 to 2.0.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [2.0.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.5.0...v2.0.0) (2023-07-11) | ||
### ⚠ BREAKING CHANGES | ||
* Deps/node engines >=16 (#94) | ||
### Bug Fixes | ||
* Deps/node engines >=16 ([#94](https://github.com/pactflow/pact-msw-adapter/issues/94)) ([4c83113](https://github.com/pactflow/pact-msw-adapter/commit/4c831134f6d04cbd74633e9678db924515b2dca4)) | ||
## [1.5.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.4.0...v1.5.0) (2023-05-22) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "@pactflow/pact-msw-adapter", | ||
"version": "1.5.0", | ||
"version": "2.0.0", | ||
"main": "./dist/pactMswAdapter.js", | ||
@@ -25,2 +25,5 @@ "keywords": [ | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
@@ -50,3 +53,3 @@ "build": "tsc", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"axios": "0.26.0", | ||
"axios": "0.26.1", | ||
"babel-jest": "27.5.1", | ||
@@ -58,3 +61,3 @@ "eslint": "8.10.0", | ||
"regenerator-runtime": "0.13.11", | ||
"rimraf": "4.4.0", | ||
"rimraf": "5.0.1", | ||
"standard-version": "9.5.0", | ||
@@ -61,0 +64,0 @@ "ts-jest": "27.1.3", |
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
42959
12