@waiting/shared-types
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.2.0](https://github.com/waitingsong/shared-types/compare/v3.1.0...v3.2.0) (2019-11-26) | ||
### Features | ||
* add type NpmPkg for package.json ([e65b717](https://github.com/waitingsong/shared-types/commit/e65b71731facd604020df9ed5a365ee95ac298aa)) | ||
# 3.1.0 (2019-11-16) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 1.1.0 | ||
* @version 3.1.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
export * from './common'; | ||
export * from './data'; | ||
export * from './npm-pkg'; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "shared typescript types", | ||
@@ -37,3 +37,2 @@ "keywords": [ | ||
"build": "npm run tsc && npm run rp", | ||
"devbuild": "npm run tsc && npm run rp", | ||
"clean": "rm -rf dist/* .vscode/.tsbuildinfo .vscode/.tsbuildinfo.* ", | ||
@@ -76,3 +75,3 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha", | ||
}, | ||
"gitHead": "a60084fdc2ac3fd6f66d1021c834c30644144faa" | ||
"gitHead": "214adec6d93efa5bc83228e0b6dd48651f315214" | ||
} |
9566
17
116