kmore-types
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.13.1](https://github.com/waitingsong/kmore-types/compare/v0.13.0...v0.13.1) (2019-11-17) | ||
**Note:** Version bump only for package kmore-types | ||
# [0.13.0](https://github.com/waitingsong/kmore-types/compare/v0.12.0...v0.13.0) (2019-10-15) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.12.0 | ||
* @version 0.13.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Retrieve types info from ts file", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@waiting/shared-core": "3", | ||
"@waiting/shared-types": "1", | ||
"@waiting/shared-types": "3", | ||
"rxjs": "^6.5.2", | ||
@@ -37,3 +37,3 @@ "rxwalker": "^3.0.0", | ||
"@types/source-map-support": "*", | ||
"cross-env": "5" | ||
"cross-env": "6" | ||
}, | ||
@@ -46,2 +46,5 @@ "peerDependencies": { | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -52,4 +55,4 @@ "build": "npm run tsc && npm run rp", | ||
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha", | ||
"lint": "eslint --fix {src,test}/**/*.ts", | ||
"lint:nofix": "eslint {src,test}/**/*.ts", | ||
"lint": "eslint --fix --cache {src,test}/**/*.ts", | ||
"lint:nofix": "eslint --cache {src,test}/**/*.ts", | ||
"rp": "rollup -c rollup.config.js", | ||
@@ -88,3 +91,3 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js", | ||
}, | ||
"gitHead": "8d15ea1efdafc2fecfc43a832c73b4b8e834a853" | ||
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5" | ||
} |
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
174410
22
- Removed@waiting/shared-types@1.1.0(transitive)
Updated@waiting/shared-types@3