Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "okoze", | ||
"description": "Okoze is stub server that returns a response using a snapshot of the real server's response.", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"repository": "https://github.com/mya-ake/okoze.git", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -30,2 +30,5 @@ "use strict"; | ||
}; | ||
delete axiosConfig.headers.host; | ||
delete axiosConfig.headers.connection; | ||
delete axiosConfig.headers['if-none-match']; | ||
const { status, data, headers: responseHeaders } = await request(axiosConfig) | ||
@@ -44,2 +47,3 @@ .then(response => { | ||
}); | ||
delete responseHeaders['transfer-encoding']; | ||
await file_1.wrightFile(snapshotPathname, { | ||
@@ -46,0 +50,0 @@ status, |
{ | ||
"name": "okoze", | ||
"description": "Okoze is stub server that returns a response using a snapshot of the real server's response.", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"repository": "https://github.com/mya-ake/okoze.git", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
17801
362