@waiting/shared-core
Advanced tools
Comparing version 7.3.0 to 7.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 7.4.0 (2021-03-26) | ||
### Features | ||
* **types-dev:** update params of transformCallExpressionToLiteralType() ([0408d90](https://github.com/waitingsong/shared/commit/0408d904877dc0d835555a6b3eb75edbab4e9e4f)) | ||
# 7.3.0 (2021-03-26) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 7.2.3 | ||
* @version 7.3.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "7.3.0", | ||
"version": "7.4.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^7.3.0", | ||
"@waiting/shared-types": "^7.4.0", | ||
"rxjs": "6" | ||
@@ -87,3 +87,3 @@ }, | ||
}, | ||
"gitHead": "3eab8ad365e77539ca839a44e5308f0af1d4185a" | ||
"gitHead": "655b95354bbaa8c785ca455a44a42a2acb834ace" | ||
} |
63010
Updated@waiting/shared-types@^7.4.0