@wessberg/type
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -0,1 +1,10 @@ | ||
<a name="0.0.22"></a> | ||
## 0.0.22 (2017-08-19) | ||
* 0.0.22 ([1cda27c](https://github.com/wessberg/Type/commit/1cda27c)) | ||
* Bumped version ([f77086b](https://github.com/wessberg/Type/commit/f77086b)) | ||
* Fixed a bug ([d12a23b](https://github.com/wessberg/Type/commit/d12a23b)) | ||
<a name="0.0.21"></a> | ||
@@ -2,0 +11,0 @@ ## 0.0.21 (2017-08-19) |
export const typeParameterStringified = ` | ||
export interface ITypeArgument { | ||
export interface ITypeParameter { | ||
name: string; | ||
@@ -4,0 +4,0 @@ extends?: Type; |
@@ -13,3 +13,3 @@ (function (factory) { | ||
exports.typeParameterStringified = ` | ||
export interface ITypeArgument { | ||
export interface ITypeParameter { | ||
name: string; | ||
@@ -16,0 +16,0 @@ extends?: Type; |
{ | ||
"name": "@wessberg/type", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Type signatures and enums for model types.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
56703