Comparing version 1.2.32 to 1.2.33
@@ -6,2 +6,19 @@ # Change Log | ||
## [1.2.33](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.32...ts-type@1.2.33) (2020-09-04) | ||
### ✨ Features | ||
* add type `ITSTupleKeys<T extends any[]>` ([7671f09](https://github.com/bluelovers/ws-ts-type/commit/7671f09f084df6dbe32487ca4d80b203072e365a)) | ||
* add type `ITSUnionToIntersection<U>` ([b15af47](https://github.com/bluelovers/ws-ts-type/commit/b15af473829d86d48dd57dd9d0b13765a214b683)) | ||
### ♻️ Chores | ||
* **deps:** update deps ([4aadf65](https://github.com/bluelovers/ws-ts-type/commit/4aadf6591062a6b7574113f92e50fbb427ec4e37)) | ||
## [1.2.32](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.31...ts-type@1.2.32) (2020-07-31) | ||
@@ -8,0 +25,0 @@ |
@@ -5,2 +5,3 @@ export * from './generic'; | ||
export * from './helper/infer'; | ||
export * from './helper/intersection'; | ||
export * from './helper/key-value'; | ||
@@ -10,4 +11,6 @@ export * from './helper/overwrite'; | ||
export * from './helper/record'; | ||
export * from './helper/tuple'; | ||
export * from './helper/typeof'; | ||
export * from './helper/unpacked'; | ||
export * from './logic/any'; | ||
export * from './type/base'; | ||
@@ -14,0 +17,0 @@ export * from './type/bluebird'; |
{ | ||
"name": "ts-type", | ||
"version": "1.2.32", | ||
"version": "1.2.33", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ts-toolbelt": "^6.13.36", | ||
"ts-toolbelt": "^8.0.4", | ||
"typedarray-dts": "^1.0.0" | ||
@@ -65,3 +65,3 @@ }, | ||
}, | ||
"gitHead": "a03a551d0d68fd75cb8e98781703a8d0d59df73e" | ||
"gitHead": "9d59efd044f0518e59b9d8ee7f74ce4fdf1e6239" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
364228
73
502
+ Addedts-toolbelt@8.4.0(transitive)
- Removedts-toolbelt@6.15.5(transitive)
Updatedts-toolbelt@^8.0.4