@comunica/config-query-sparql
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"@context": [ | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3.0.0/components/context.jsonld" | ||
], | ||
"@id": "urn:comunica:default:Runner", | ||
"@type": "Runner", | ||
"actors": [] | ||
"import": [ | ||
] | ||
} |
@@ -6,2 +6,3 @@ { | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-bind/^3.0.0/components/context.jsonld", | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-hash/^3.0.0/components/context.jsonld", | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-nestedloop/^3.0.0/components/context.jsonld" | ||
@@ -20,2 +21,30 @@ ], | ||
{ | ||
"@id": "urn:comunica:default:rdf-join/actors#optional-hash-def-nonblocking", | ||
"@type": "ActorRdfJoinOptionalHash", | ||
"mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" }, | ||
"canHandleUndefs": false, | ||
"blocking": false | ||
}, | ||
{ | ||
"@id": "urn:comunica:default:rdf-join/actors#optional-hash-def-blocking", | ||
"@type": "ActorRdfJoinOptionalHash", | ||
"mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" }, | ||
"canHandleUndefs": false, | ||
"blocking": true | ||
}, | ||
{ | ||
"@id": "urn:comunica:default:rdf-join/actors#optional-hash-undef-nonblocking", | ||
"@type": "ActorRdfJoinOptionalHash", | ||
"mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" }, | ||
"canHandleUndefs": true, | ||
"blocking": false | ||
}, | ||
{ | ||
"@id": "urn:comunica:default:rdf-join/actors#optional-hash-undef-blocking", | ||
"@type": "ActorRdfJoinOptionalHash", | ||
"mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" }, | ||
"canHandleUndefs": true, | ||
"blocking": true | ||
}, | ||
{ | ||
"@id": "urn:comunica:default:rdf-join/actors#optional-nested-loop", | ||
@@ -22,0 +51,0 @@ "@type": "ActorRdfJoinOptionalNestedLoop", |
@@ -11,4 +11,4 @@ { | ||
"timeWeight": 2, | ||
"ioWeight": 100, | ||
"ioWeight": 10, | ||
"bus": { "@id": "ActorRdfJoin:_default_bus" } | ||
} |
{ | ||
"name": "@comunica/config-query-sparql", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "default configuration files for Comunica SPARQL", | ||
@@ -42,3 +42,3 @@ "lsd:module": true, | ||
}, | ||
"gitHead": "69d92988644c07b1b4831ba0a52073092d2f43af" | ||
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db" | ||
} |
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
103458
124
2209