Comparing version 0.0.24 to 0.0.25
@@ -148,6 +148,6 @@ "use strict"; | ||
let bodyAsString = JSON.stringify(body); | ||
bodyAsString = fakerHelpers_1.getContentWithReplacedFakerVars(bodyAsString); | ||
if (varsToReplace) | ||
bodyAsString = exports.getContentWithReplacedVars(bodyAsString, varsToReplace); | ||
bodyAsString = forLoopHelpers_1.getContentWithReplacedForLoopsSyntax(bodyAsString); | ||
bodyAsString = fakerHelpers_1.getContentWithReplacedFakerVars(bodyAsString); | ||
return JSON.parse(bodyAsString); | ||
@@ -154,0 +154,0 @@ } |
{ | ||
"name": "restapify", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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