Comparing version 0.1.11 to 0.1.12
{ | ||
"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": { |
@@ -36,3 +36,3 @@ "use strict"; | ||
if (process.env.OKOZE_DEBUG === 'true') { | ||
consola_1.default.debug(response); | ||
consola_1.default.info(response); | ||
} | ||
@@ -43,3 +43,3 @@ return response; | ||
if (process.env.OKOZE_DEBUG === 'true') { | ||
consola_1.default.debug(err); | ||
consola_1.default.info(err); | ||
} | ||
@@ -46,0 +46,0 @@ return err.response || {}; |
@@ -11,5 +11,5 @@ "use strict"; | ||
const { method, url } = req; | ||
consola_1.default.debug(`${method} ${path_1.join(baseURL, url)}`); | ||
consola_1.default.info(`${method} ${path_1.join(baseURL, url)}`); | ||
next(); | ||
}; | ||
}; |
{ | ||
"name": "okoze", | ||
"description": "Okoze is stub server that returns a response using a snapshot of the real server's response.", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"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
17798