@comunica/context-entries
Advanced tools
Comparing version 3.0.1-alpha.46.0 to 3.0.1
@@ -153,2 +153,6 @@ import { ActionContextKey } from '@comunica/core'; | ||
jsonLdContext: ActionContextKey<any>; | ||
/** | ||
* A boolean value denoting whether caching is disabled or not. | ||
*/ | ||
noCache: ActionContextKey<boolean>; | ||
}; | ||
@@ -155,0 +159,0 @@ export declare const KeysQueryOperation: { |
@@ -153,2 +153,6 @@ "use strict"; | ||
jsonLdContext: new core_1.ActionContextKey('@context'), | ||
/** | ||
* A boolean value denoting whether caching is disabled or not. | ||
*/ | ||
noCache: new core_1.ActionContextKey('@comunica/actor-init-query:noCache'), | ||
}; | ||
@@ -155,0 +159,0 @@ exports.KeysQueryOperation = { |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "3.0.1-alpha.46.0", | ||
"version": "3.0.1", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.46.0", | ||
"@comunica/types": "3.0.1-alpha.46.0", | ||
"@comunica/core": "^3.0.1", | ||
"@comunica/types": "^3.0.1", | ||
"@rdfjs/types": "*", | ||
@@ -44,3 +44,3 @@ "jsonld-context-parser": "^2.2.2", | ||
}, | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
"gitHead": "9c0b537cd927d29590c287fe882185d88a65461b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37873
511
0
+ Added@comunica/core@3.3.0(transitive)
+ Added@comunica/types@3.3.0(transitive)
- Removed@comunica/core@3.0.1-alpha.46.0(transitive)
- Removed@comunica/types@3.0.1-alpha.46.0(transitive)
Updated@comunica/core@^3.0.1
Updated@comunica/types@^3.0.1