@waiting/shared-core
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 5.9.0 (2021-02-23) | ||
### Features | ||
* **types:** add KnownKeys<T> ([5f293f4](https://github.com/waitingsong/node-shared-core/commit/5f293f495b80586d9048ca241270a301a8b05882)) | ||
# 5.8.0 (2021-02-23) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 5.7.2 | ||
* @version 5.8.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^5.8.0", | ||
"@waiting/shared-types": "^5.9.0", | ||
"rxjs": "6" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "b0520586166120a2adc7ec5484f718758042409c" | ||
"gitHead": "5d35b79d61ca85d9cac79b07a245e8261ebcde93" | ||
} |
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
61799
Updated@waiting/shared-types@^5.9.0