@waiting/shared-types
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [4.3.0](https://github.com/waitingsong/shared-types/compare/v4.2.0...v4.3.0) (2020-06-21) | ||
### Features | ||
* **types:** add type UnionToTuple ([d3dd1ae](https://github.com/waitingsong/shared-types/commit/d3dd1ae109b9e976d5a12200a17fbf3e0032fe8c)) | ||
* **types:** exports type UnionToIntersection ([764a368](https://github.com/waitingsong/shared-types/commit/764a3683121dc7ca6a21df98838ff2a4669d8907)) | ||
# [4.2.0](https://github.com/waitingsong/shared-types/compare/v4.1.0...v4.2.0) (2020-06-12) | ||
@@ -8,0 +20,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 4.1.0 | ||
* @version 4.2.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,1 +5,2 @@ export * from './alias'; | ||
export * from './npm-pkg'; | ||
export * from './union2tuple'; |
@@ -5,1 +5,2 @@ export * from './alias'; | ||
export * from './npm-pkg'; | ||
export * from './union2tuple'; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "shared typescript types", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8d3a0eae43406c81e6a17bb40c2ac73aac0f6e86" | ||
"gitHead": "c17f9abe6d932c281f8b6360e88ec7d835a066ff" | ||
} |
15403
21
197