sparqlalgebrajs
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -17,3 +17,3 @@ #! /usr/bin/env node | ||
} | ||
console.log(JSON.stringify(sparqlAlgebra_1.default(args._[0], args.q), null, 2)); | ||
console.log(JSON.stringify(sparqlAlgebra_1.default(args._[0], { quads: args.q }), null, 2)); | ||
//# sourceMappingURL=sparqlalgebrajs.js.map |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Convert SPARQL to SPARQL algebra", | ||
@@ -5,0 +5,0 @@ "author": "Joachim Van Herwegen", |
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
82735