@hpcc-js/ddl-shim
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.3"></a> | ||
## [0.2.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/ddl-shim@0.2.2...@hpcc-js/ddl-shim@0.2.3) (2018-06-28) | ||
**Note:** Version bump only for package @hpcc-js/ddl-shim | ||
<a name="0.2.2"></a> | ||
@@ -8,0 +16,0 @@ ## [0.2.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/ddl-shim@0.2.1...@hpcc-js/ddl-shim@0.2.2) (2018-06-19) |
{ | ||
"name": "@hpcc-js/ddl-shim", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "hpcc-js DDL parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -191,3 +191,3 @@ export declare type RowType = { | ||
__class?: string; | ||
[propID: string]: string | string[] | number | boolean | IWidget | IWidget[]; | ||
[propID: string]: string | string[] | number | boolean | IWidget | IWidget[] | undefined; | ||
}; | ||
@@ -194,0 +194,0 @@ export interface IWidget { |
@@ -191,3 +191,3 @@ export declare type RowType = { | ||
__class?: string; | ||
[propID: string]: string | string[] | number | boolean | IWidget | IWidget[]; | ||
[propID: string]: string | string[] | number | boolean | IWidget | IWidget[] | undefined; | ||
}; | ||
@@ -194,0 +194,0 @@ export interface IWidget { |
3052973