@comunica/context-entries
Advanced tools
Comparing version 2.2.0 to 2.2.2-alpha.11.0
@@ -15,3 +15,3 @@ import { ActionContextKey } from '@comunica/core'; | ||
*/ | ||
log: ActionContextKey<import("@comunica/core").Logger>; | ||
log: ActionContextKey<import("@comunica/types").Logger>; | ||
}; | ||
@@ -31,2 +31,6 @@ export declare const KeysHttp: { | ||
fetch: ActionContextKey<typeof fetch>; | ||
/** | ||
* HTTP request timeout in milliseconds. | ||
*/ | ||
httpTimeout: ActionContextKey<number>; | ||
}; | ||
@@ -147,2 +151,6 @@ export declare const KeysHttpMemento: { | ||
limitIndicator: ActionContextKey<number>; | ||
/** | ||
* If the default graph should also contain the union of all named graphs. | ||
*/ | ||
unionDefaultGraph: ActionContextKey<boolean>; | ||
}; | ||
@@ -149,0 +157,0 @@ export declare const KeysRdfParseJsonLd: { |
@@ -30,2 +30,6 @@ "use strict"; | ||
fetch: new core_1.ActionContextKey('@comunica/bus-http:fetch'), | ||
/** | ||
* HTTP request timeout in milliseconds. | ||
*/ | ||
httpTimeout: new core_1.ActionContextKey('@comunica/bus-http:http-timeout'), | ||
}; | ||
@@ -146,2 +150,6 @@ exports.KeysHttpMemento = { | ||
limitIndicator: new core_1.ActionContextKey('@comunica/bus-query-operation:limitIndicator'), | ||
/** | ||
* If the default graph should also contain the union of all named graphs. | ||
*/ | ||
unionDefaultGraph: new core_1.ActionContextKey('@comunica/bus-query-operation:unionDefaultGraph'), | ||
}; | ||
@@ -148,0 +156,0 @@ exports.KeysRdfParseJsonLd = { |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "2.2.0", | ||
"version": "2.2.2-alpha.11.0", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -33,5 +33,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@comunica/core": "^2.2.0", | ||
"@comunica/types": "^2.2.0", | ||
"jsonld-context-parser": "^2.1.5" | ||
"@comunica/core": "2.2.2-alpha.11.0", | ||
"@comunica/types": "2.2.2-alpha.11.0", | ||
"@rdfjs/types": "*", | ||
"jsonld-context-parser": "^2.1.5", | ||
"sparqlalgebrajs": "^4.0.2" | ||
}, | ||
@@ -41,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "00d4108e46250fb94b586bfb8caf5e8b1c704160" | ||
"gitHead": "b122c1ac9a3382a65812c843727d752ad21d4846" | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
18802
412
5
1
1
+ Added@rdfjs/types@*
+ Addedsparqlalgebrajs@^4.0.2
+ Added@comunica/core@2.2.2-alpha.11.0(transitive)
+ Added@comunica/types@2.2.2-alpha.11.0(transitive)
- Removed@comunica/core@2.10.0(transitive)
- Removed@comunica/types@2.10.0(transitive)