@comunica/context-entries
Advanced tools
Comparing version 3.0.1-alpha.43.0 to 3.0.1-alpha.44.0
@@ -225,2 +225,7 @@ import { ActionContextKey } from '@comunica/core'; | ||
hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<RDF.Quad, RDF.Store<RDF.Quad>>>>; | ||
/** | ||
* If links may be traversed from this source. | ||
* This means that sources annotated with this flag are considered incomplete until all links have been traversed. | ||
*/ | ||
traverse: ActionContextKey<boolean>; | ||
}; | ||
@@ -227,0 +232,0 @@ export declare const KeysRdfUpdateQuads: { |
@@ -225,2 +225,7 @@ "use strict"; | ||
hypermediaSourcesAggregatedStores: new core_1.ActionContextKey('@comunica/bus-query-source-identify:hypermediaSourcesAggregatedStores'), | ||
/** | ||
* If links may be traversed from this source. | ||
* This means that sources annotated with this flag are considered incomplete until all links have been traversed. | ||
*/ | ||
traverse: new core_1.ActionContextKey('@comunica/bus-query-source-identify:traverse'), | ||
}; | ||
@@ -227,0 +232,0 @@ exports.KeysRdfUpdateQuads = { |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "3.0.1-alpha.43.0", | ||
"version": "3.0.1-alpha.44.0", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -34,4 +34,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.43.0", | ||
"@comunica/types": "3.0.1-alpha.43.0", | ||
"@comunica/core": "3.0.1-alpha.44.0", | ||
"@comunica/types": "3.0.1-alpha.44.0", | ||
"@rdfjs/types": "*", | ||
@@ -44,3 +44,3 @@ "jsonld-context-parser": "^2.2.2", | ||
}, | ||
"gitHead": "d11e44cf07d4699f9d2c51d5851b5ed443de1997" | ||
"gitHead": "0b13082c2eef06a45298b30620323d0f956e1a3e" | ||
} |
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
37532
503
+ Added@comunica/core@3.0.1-alpha.44.0(transitive)
+ Added@comunica/types@3.0.1-alpha.44.0(transitive)
- Removed@comunica/core@3.0.1-alpha.43.0(transitive)
- Removed@comunica/types@3.0.1-alpha.43.0(transitive)