sparqlalgebrajs
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -1,3 +0,3 @@ | ||
import { translate } from './lib/sparqlAlgebra'; | ||
import translate from './lib/sparqlAlgebra'; | ||
import * as Algebra from './lib/algebra'; | ||
export { translate, Algebra }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var sparqlAlgebra_1 = require("./lib/sparqlAlgebra"); | ||
const sparqlAlgebra_1 = require("./lib/sparqlAlgebra"); | ||
exports.translate = sparqlAlgebra_1.default; | ||
var Algebra = require("./lib/algebra"); | ||
const Algebra = require("./lib/algebra"); | ||
exports.Algebra = Algebra; | ||
//# sourceMappingURL=index.js.map |
@@ -89,3 +89,3 @@ "use strict"; | ||
result = nonfilters.map((p) => { | ||
// algebrajs doesn't always indicate the children are groups | ||
// sparqljs doesn't always indicate the children are groups | ||
if (p.type !== 'group') | ||
@@ -92,0 +92,0 @@ p = { type: 'group', patterns: [p] }; |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Convert SPARQL to SPARL 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35970
0