@zazuko/query-rdf-data-cube
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,11 @@ | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.2.0...v0.2.1) (2019-10-21) | ||
### Bug Fixes | ||
* export new types ([a25a2e3](https://github.com/zazuko/query-rdf-data-cube/commit/a25a2e3)) | ||
<a name="0.2.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.2.0](https://github.com/zazuko/query-rdf-data-cube/compare/v0.1.2...v0.2.0) (2019-10-21) |
import { NamedNode } from "rdf-js"; | ||
import { DataCube } from "./datacube"; | ||
import { SparqlFetcherOptions } from "./sparqlfetcher"; | ||
/** | ||
* @ignore | ||
*/ | ||
export interface BaseOptions { | ||
languages?: string[]; | ||
fetcher?: SparqlFetcherOptions; | ||
} | ||
export interface ExtraMetadatum { | ||
@@ -12,6 +13,2 @@ variable: string; | ||
} | ||
export interface BaseOptions { | ||
languages?: string[]; | ||
fetcher?: SparqlFetcherOptions; | ||
} | ||
export interface EntryPointOptions extends BaseOptions { | ||
@@ -18,0 +15,0 @@ extraMetadata?: ExtraMetadatum[]; |
@@ -6,4 +6,4 @@ import { Attribute, Dimension, Measure } from "./components"; | ||
import { DataCube, Label } from "./datacube"; | ||
import { DataCubeEntryPoint, EntryPointOptions, SerializedDataCubeEntryPoint } from "./entrypoint"; | ||
import { BaseOptions, DataCubeEntryPoint, EntryPointOptions, ExtraMetadatum, SerializedDataCubeEntryPoint } from "./entrypoint"; | ||
import { SparqlFetcher, SparqlFetcherOptions } from "./sparqlfetcher"; | ||
export { Attribute, Binding, DataCubeEntryPoint, DataCube, Query, Dimension, EntryPointOptions, QueryOptions, SparqlFetcherOptions, Label, Measure, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, toLiteral, }; | ||
export { Attribute, BaseOptions, Binding, DataCube, DataCubeEntryPoint, Dimension, EntryPointOptions, ExtraMetadatum, Label, Measure, Query, QueryOptions, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, SparqlFetcherOptions, toLiteral, }; |
import { NamedNode } from "rdf-js"; | ||
import { DataCube } from "./datacube"; | ||
import { SparqlFetcherOptions } from "./sparqlfetcher"; | ||
/** | ||
* @ignore | ||
*/ | ||
export interface BaseOptions { | ||
languages?: string[]; | ||
fetcher?: SparqlFetcherOptions; | ||
} | ||
export interface ExtraMetadatum { | ||
@@ -12,6 +13,2 @@ variable: string; | ||
} | ||
export interface BaseOptions { | ||
languages?: string[]; | ||
fetcher?: SparqlFetcherOptions; | ||
} | ||
export interface EntryPointOptions extends BaseOptions { | ||
@@ -18,0 +15,0 @@ extraMetadata?: ExtraMetadatum[]; |
@@ -6,4 +6,4 @@ import { Attribute, Dimension, Measure } from "./components"; | ||
import { DataCube, Label } from "./datacube"; | ||
import { DataCubeEntryPoint, EntryPointOptions, SerializedDataCubeEntryPoint } from "./entrypoint"; | ||
import { BaseOptions, DataCubeEntryPoint, EntryPointOptions, ExtraMetadatum, SerializedDataCubeEntryPoint } from "./entrypoint"; | ||
import { SparqlFetcher, SparqlFetcherOptions } from "./sparqlfetcher"; | ||
export { Attribute, Binding, DataCubeEntryPoint, DataCube, Query, Dimension, EntryPointOptions, QueryOptions, SparqlFetcherOptions, Label, Measure, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, toLiteral, }; | ||
export { Attribute, BaseOptions, Binding, DataCube, DataCubeEntryPoint, Dimension, EntryPointOptions, ExtraMetadatum, Label, Measure, Query, QueryOptions, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, SparqlFetcherOptions, toLiteral, }; |
{ | ||
"name": "@zazuko/query-rdf-data-cube", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Query (or introspect) [RDF Data Cubes](https://www.w3.org/TR/vocab-data-cube/) with a JavaScript API, without writing SPARQL.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
208654
5519