Comparing version 0.5.0 to 0.6.0
# CHANGES to httpquery | ||
## 0.6.0 | ||
- fix: BREAKING: rename `query-request-bindings` to `query-bindings` | ||
## 0.5.0 | ||
@@ -4,0 +8,0 @@ |
@@ -127,3 +127,3 @@ // Todo: Make this integratable into a pipeline; ensure can use HTML or XML DOM with content-type accordingly | ||
); | ||
const bindings = req.headers['query-jsonata-bindings']?.trim(); | ||
const bindings = req.headers['query-bindings']?.trim(); | ||
jsonataExpression.evaluate( | ||
@@ -130,0 +130,0 @@ JSON.parse(fileContents.toString('utf8')), |
{ | ||
"name": "httpquery", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "Brett Zamir", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
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
60981