@zazuko/query-rdf-data-cube
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,11 @@ | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.3.0...v0.3.1) (2019-10-30) | ||
### Bug Fixes | ||
* use tuple type instead of array ([9cb5181](https://github.com/zazuko/query-rdf-data-cube/commit/9cb5181)) | ||
<a name="0.3.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.3.0](https://github.com/zazuko/query-rdf-data-cube/compare/v0.2.3...v0.3.0) (2019-10-30) |
@@ -11,3 +11,3 @@ import { Literal, NamedNode } from "rdf-js"; | ||
declare type SelectsObj = Record<string, Component>; | ||
declare type SelectsArr = Array<Array<string | Component>>; | ||
declare type SelectsArr = Array<[string, Component]>; | ||
export interface QueryOptions extends BaseOptions { | ||
@@ -14,0 +14,0 @@ } |
@@ -11,3 +11,3 @@ import { Literal, NamedNode } from "rdf-js"; | ||
declare type SelectsObj = Record<string, Component>; | ||
declare type SelectsArr = Array<Array<string | Component>>; | ||
declare type SelectsArr = Array<[string, Component]>; | ||
export interface QueryOptions extends BaseOptions { | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@zazuko/query-rdf-data-cube", | ||
"version": "0.3.0", | ||
"version": "0.3.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
217395