Comparing version 3.7.1 to 3.7.2
@@ -297,2 +297,3 @@ 'use strict'; | ||
opt.method = (opt.method || 'GET').toUpperCase(); | ||
opt.headers = opt.headers || {}; | ||
if (url === mockUrl && matchMethod(opt.method)) { | ||
@@ -299,0 +300,0 @@ const response = { |
3.7.2 / 2017-06-07 | ||
================== | ||
* fix(httpclient): miss headers on options when emit response (#49) | ||
3.7.1 / 2017-06-01 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-mock", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"eggPlugin": { | ||
@@ -5,0 +5,0 @@ "name": "egg-mock" |
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
47825
1215