@comunica/context-entries
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -157,2 +157,6 @@ import { ActionContextKey } from '@comunica/core'; | ||
noCache: ActionContextKey<boolean>; | ||
/** | ||
* A boolean value denoting whether results should be deduplicated or not. | ||
*/ | ||
distinctConstruct: ActionContextKey<boolean>; | ||
}; | ||
@@ -159,0 +163,0 @@ export declare const KeysQueryOperation: { |
@@ -157,2 +157,6 @@ "use strict"; | ||
noCache: new core_1.ActionContextKey('@comunica/actor-init-query:noCache'), | ||
/** | ||
* A boolean value denoting whether results should be deduplicated or not. | ||
*/ | ||
distinctConstruct: new core_1.ActionContextKey('@comunica/actor-init-query:distinctConstruct'), | ||
}; | ||
@@ -159,0 +163,0 @@ exports.KeysQueryOperation = { |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -37,9 +37,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@comunica/core": "^3.2.0", | ||
"@comunica/types": "^3.2.0", | ||
"@comunica/core": "^3.2.1", | ||
"@comunica/types": "^3.2.1", | ||
"@rdfjs/types": "*", | ||
"jsonld-context-parser": "^2.2.2", | ||
"sparqlalgebrajs": "^4.3.3" | ||
"sparqlalgebrajs": "^4.3.7" | ||
}, | ||
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db" | ||
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f" | ||
} |
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
39251
531
Updated@comunica/core@^3.2.1
Updated@comunica/types@^3.2.1
Updatedsparqlalgebrajs@^4.3.7