@comunica/types
Advanced tools
Comparing version 2.8.2 to 2.10.0
@@ -14,3 +14,8 @@ import type * as RDF from '@rdfjs/types'; | ||
} | ||
export interface IDataSourceRawContext { | ||
type?: string; | ||
value: string | RDF.Source; | ||
context?: object; | ||
} | ||
export type IDataSource = string | RDF.Source | IDataSourceExpanded | IDataSourceSerialized; | ||
export type DataSources = IDataSource[]; |
{ | ||
"name": "@comunica/types", | ||
"version": "2.8.2", | ||
"version": "2.10.0", | ||
"description": "Typings module for Comunica", | ||
@@ -37,3 +37,3 @@ "lsd:module": true, | ||
"@rdfjs/types": "*", | ||
"@types/yargs": "^17.0.13", | ||
"@types/yargs": "^17.0.24", | ||
"asynciterator": "^3.8.1", | ||
@@ -47,3 +47,3 @@ "sparqlalgebrajs": "^4.2.0" | ||
}, | ||
"gitHead": "293cf4edac83099ee3146a68161bea6b77edf300" | ||
"gitHead": "4d8603ca7e7606ca8eaef305e8753b3f91668f4e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
106183
696
Updated@types/yargs@^17.0.24