sparqlalgebrajs
Advanced tools
Comparing version 4.3.5 to 4.3.6
@@ -144,5 +144,6 @@ "use strict"; | ||
operator: expr.not ? 'notexists' : 'exists', | ||
args: util_1.default.flatten([ | ||
translateOperation(expr.input) | ||
]) | ||
args: [{ | ||
type: 'group', | ||
patterns: util_1.default.flatten([translateOperation(expr.input)]) | ||
}] | ||
}; | ||
@@ -149,0 +150,0 @@ } |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "4.3.5", | ||
"version": "4.3.6", | ||
"description": "Convert SPARQL to SPARQL algebra", | ||
@@ -5,0 +5,0 @@ "author": "Joachim Van Herwegen", |
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
328518
2887