@comunica/context-entries
Advanced tools
Comparing version 2.6.8 to 2.6.11-alpha.40.0
@@ -236,1 +236,7 @@ import { ActionContextKey } from '@comunica/core'; | ||
}; | ||
export declare const KeysRdfJoin: { | ||
/** | ||
* If adaptive joining must not be done. | ||
*/ | ||
skipAdaptiveJoin: ActionContextKey<IDataDestination>; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.KeysRdfUpdateQuads = exports.KeysRdfResolveQuadPattern = exports.KeysRdfParseHtmlScript = exports.KeysRdfParseJsonLd = exports.KeysQueryOperation = exports.KeysInitQuery = exports.KeysHttpProxy = exports.KeysHttpMemento = exports.KeysHttpWayback = exports.KeysHttp = exports.KeysCore = void 0; | ||
exports.KeysRdfJoin = exports.KeysRdfUpdateQuads = exports.KeysRdfResolveQuadPattern = exports.KeysRdfParseHtmlScript = exports.KeysRdfParseJsonLd = exports.KeysQueryOperation = exports.KeysInitQuery = exports.KeysHttpProxy = exports.KeysHttpMemento = exports.KeysHttpWayback = exports.KeysHttp = exports.KeysCore = void 0; | ||
const core_1 = require("@comunica/core"); | ||
@@ -236,2 +236,8 @@ /** | ||
}; | ||
exports.KeysRdfJoin = { | ||
/** | ||
* If adaptive joining must not be done. | ||
*/ | ||
skipAdaptiveJoin: new core_1.ActionContextKey('@comunica/bus-rdf-join:skipAdaptiveJoin'), | ||
}; | ||
//# sourceMappingURL=Keys.js.map |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "2.6.8", | ||
"version": "2.6.11-alpha.40.0", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -34,4 +34,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@comunica/core": "^2.6.8", | ||
"@comunica/types": "^2.6.8", | ||
"@comunica/core": "2.6.11-alpha.40.0", | ||
"@comunica/types": "2.6.11-alpha.40.0", | ||
"@rdfjs/types": "*", | ||
@@ -44,3 +44,3 @@ "jsonld-context-parser": "^2.2.2", | ||
}, | ||
"gitHead": "2fa7b3327a7be26a69a89a006f04e057ae930d03" | ||
"gitHead": "b4e12e9d015d4bdb6b2668f3065826eb8aea3dc4" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
36902
501
1
+ Added@comunica/core@2.6.11-alpha.40.0(transitive)
+ Added@comunica/types@2.6.11-alpha.40.0(transitive)
- Removed@comunica/core@2.10.0(transitive)
- Removed@comunica/types@2.10.0(transitive)