@wessberg/type
Advanced tools
Comparing version 0.0.57 to 0.0.58
@@ -0,1 +1,10 @@ | ||
<a name="0.0.58"></a> | ||
## 0.0.58 (2017-08-27) | ||
* 0.0.58 ([e294fec](https://github.com/wessberg/Type/commit/e294fec)) | ||
* Bumped version ([9bd8c53](https://github.com/wessberg/Type/commit/9bd8c53)) | ||
* Updated a type ([c1918ab](https://github.com/wessberg/Type/commit/c1918ab)) | ||
<a name="0.0.57"></a> | ||
@@ -2,0 +11,0 @@ ## 0.0.57 (2017-08-27) |
@@ -17,3 +17,3 @@ import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind"; | ||
kind: FormattedFunctionKind.FUNCTION; | ||
name: FormattedPropertyName; | ||
name: FormattedPropertyName | null; | ||
typeParameters: ITypeParameter[]; | ||
@@ -20,0 +20,0 @@ } |
@@ -17,3 +17,3 @@ import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind"; | ||
kind: FormattedFunctionKind.FUNCTION; | ||
name: FormattedPropertyName; | ||
name: FormattedPropertyName | null; | ||
typeParameters: ITypeParameter[]; | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@wessberg/type", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"description": "Type signatures and enums for model types.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
305130