@pactflow/pact-msw-adapter
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.1.0...v1.1.1) (2022-05-21) | ||
### Bug Fixes | ||
* Fix for Post Requests ([#42](https://github.com/pactflow/pact-msw-adapter/issues/42)) ([4885572](https://github.com/pactflow/pact-msw-adapter/commit/48855721055757a54ef7ed08c7d98f04ecce23f4)) | ||
## [1.1.0](https://github.com/pactflow/pact-msw-adapter/compare/v0.11.1...v1.1.0) (2022-04-22) | ||
@@ -7,0 +14,0 @@ |
@@ -20,3 +20,3 @@ "use strict"; | ||
: match.request.headers['_headers'], | ||
body: match.request.bodyUsed ? match.request.body : undefined | ||
body: match.request.body || undefined | ||
}, | ||
@@ -23,0 +23,0 @@ response: { |
{ | ||
"name": "@pactflow/pact-msw-adapter", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./dist/pactMswAdapter.js", | ||
@@ -27,2 +27,3 @@ "keywords": [ | ||
"build": "tsc", | ||
"watch": "tsc --watch", | ||
"build:clean": "rimraf dist && tsc", | ||
@@ -53,3 +54,3 @@ "test": "jest --verbose", | ||
"jest": "27.5.1", | ||
"msw": "0.38.1", | ||
"msw": "0.36.8", | ||
"nock": "13.2.4", | ||
@@ -56,0 +57,0 @@ "regenerator-runtime": "0.13.9", |
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
34962
24098
10