@metlo/testing
Advanced tools
Comparing version 0.3.17 to 0.3.18
@@ -39,3 +39,3 @@ "use strict"; | ||
const host = urlObj.host; | ||
const queryParams = (_a = req.query) === null || _a === void 0 ? void 0 : _a.map(({ name, value }) => `${(0, utils_1.stringReplacement)(name, ctx.envVars)}=${(0, utils_1.stringReplacement)(value, ctx.envVars)}`).join("&"); | ||
const queryParams = (_a = req.query) === null || _a === void 0 ? void 0 : _a.map(({ name, value }) => `${(0, utils_1.stringReplacement)(name, ctx.envVars)}=${(0, utils_1.stringReplacement)(value, ctx.envVars)}`).filter(e => !e.startsWith("<<") && !e.endsWith(">>")).join("&"); | ||
const currUrlCookies = ctx.cookies[host] || {}; | ||
@@ -42,0 +42,0 @@ const headers = Object.fromEntries((req.headers || []).map(({ name, value }) => { |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.3.17", | ||
"version": "0.3.18", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
1248183