@waiting/shared-core
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/waitingsong/node-shared-core/compare/v1.3.0...v1.3.1) (2019-02-22) | ||
<a name="1.3.0"></a> | ||
@@ -7,0 +12,0 @@ # [1.3.0](https://github.com/waitingsong/node-shared-core/compare/v1.2.1...v1.3.0) (2019-01-21) |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 1.3.0 | ||
* @version 1.3.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 1.3.0 | ||
* @version 1.3.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 1.3.0 | ||
* @version 1.3.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"rxjs": "^6.3.2" | ||
"rxjs": "^6.4.0" | ||
}, | ||
@@ -59,3 +59,2 @@ "devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"eslint": "^5.11.1", | ||
"intelli-espower-loader": "^1.0.1", | ||
@@ -65,7 +64,5 @@ "istanbul": "^0.4.5", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^13.0.1", | ||
"power-assert": ">=1.5", | ||
"rewire": "^4.0.0", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
@@ -75,7 +72,5 @@ "rollup-plugin-node-resolve": "^4.0.0", | ||
"source-map-support": "^0.5.6", | ||
"standard-version": "^4.4.0", | ||
"ts-node": ">=7", | ||
"ts-node": "^8.0.1", | ||
"tslint": "^5.12.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^3.2.2", | ||
"yargs": "^12.0.1" | ||
@@ -91,2 +86,3 @@ }, | ||
"jslint": "eslint --fix dist/**/*.js", | ||
"link_global": "npm link typescript", | ||
"lint": "tslint --fix -p tsconfig.json -t stylish", | ||
@@ -97,3 +93,3 @@ "lint:t": "tslint --fix -p test/tsconfig.json -t stylish", | ||
"release:first": "standard-version --first-release", | ||
"repo:init": "git config --local push.followTags true && git config --local core.hooksPath ./.githooks && git config --local remote.origin.prune true && git config --local remote.origin.tagopt \"--tags\" && git config --local remote.pushdefault origin && echo It may going for a long time. Plese wait... && npm i && ts-node -P .githooks/tsconfig.json .githooks/init.ts", | ||
"repo:init": "sh .githooks/init-repo.sh", | ||
"rp": "rollup -c rollup.config.js", | ||
@@ -100,0 +96,0 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js", |
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
22
60933
Updatedrxjs@^6.4.0