@waiting/shared-core
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -6,2 +6,10 @@ # Change Log | ||
# 7.1.0 (2021-03-19) | ||
**Note:** Version bump only for package @waiting/shared-core | ||
# 7.0.0 (2021-03-18) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 6.1.1 | ||
* @version 7.0.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./src/index.ts", | ||
"bugs": { | ||
@@ -27,3 +27,3 @@ "url": "https://github.com/waitingsong/node-shared-core/issues" | ||
"dependencies": { | ||
"@waiting/shared-types": "^7.0.0", | ||
"@waiting/shared-types": "^7.1.0", | ||
"rxjs": "6" | ||
@@ -41,2 +41,3 @@ }, | ||
"files": [ | ||
"src/**/*.ts", | ||
"dist" | ||
@@ -84,3 +85,3 @@ ], | ||
}, | ||
"gitHead": "200de2eb5d559bf77eb1ea248fdf7f06c3cc7244" | ||
"gitHead": "dffd9cc0a1b64e0441d933f390f5fa9b81045a08" | ||
} |
Sorry, the diff of this file is not supported yet
67850
36
1247
Updated@waiting/shared-types@^7.1.0