@wessberg/type
Advanced tools
Comparing version 0.0.77 to 0.0.78
@@ -0,1 +1,10 @@ | ||
<a name="0.0.78"></a> | ||
## 0.0.78 (2017-08-28) | ||
* 0.0.78 ([9c540bf](https://github.com/wessberg/Type/commit/9c540bf)) | ||
* Bumped version ([f7779fa](https://github.com/wessberg/Type/commit/f7779fa)) | ||
* Updated a typing ([1fb0c8d](https://github.com/wessberg/Type/commit/1fb0c8d)) | ||
<a name="0.0.77"></a> | ||
@@ -2,0 +11,0 @@ ## 0.0.77 (2017-08-28) |
@@ -10,6 +10,6 @@ import { FormattedExpression, IFormattedExpression } from "../../formatted-expression/i-formatted-expression"; | ||
kind: FormattedObjectLiteralPropertyKind; | ||
name: FormattedPropertyName; | ||
} | ||
export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty { | ||
kind: FormattedObjectLiteralPropertyKind.SHORTHAND_ASSIGNMENT; | ||
name: FormattedPropertyName; | ||
} | ||
@@ -19,2 +19,3 @@ export interface IFormattedObjectLiteralPropertyAssignmentProperty extends IFormattedObjectLiteralProperty { | ||
value: FormattedExpression; | ||
name: FormattedPropertyName; | ||
} | ||
@@ -21,0 +22,0 @@ export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty { |
@@ -10,6 +10,6 @@ import { FormattedExpression, IFormattedExpression } from "../../formatted-expression/i-formatted-expression"; | ||
kind: FormattedObjectLiteralPropertyKind; | ||
name: FormattedPropertyName; | ||
} | ||
export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty { | ||
kind: FormattedObjectLiteralPropertyKind.SHORTHAND_ASSIGNMENT; | ||
name: FormattedPropertyName; | ||
} | ||
@@ -19,2 +19,3 @@ export interface IFormattedObjectLiteralPropertyAssignmentProperty extends IFormattedObjectLiteralProperty { | ||
value: FormattedExpression; | ||
name: FormattedPropertyName; | ||
} | ||
@@ -21,0 +22,0 @@ export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty { |
{ | ||
"name": "@wessberg/type", | ||
"version": "0.0.77", | ||
"version": "0.0.78", | ||
"description": "Type signatures and enums for model types.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
372365
5136