@waiting/shared-core
Advanced tools
Comparing version 21.4.0 to 21.4.1
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "21.4.0", | ||
"version": "21.4.1", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^21.4.0", | ||
"@waiting/shared-types": "^21.4.1", | ||
"minimist": "^1.2.8", | ||
@@ -48,2 +48,3 @@ "rxjs": "^7.8.0", | ||
"Dockerfile", | ||
"npm-shrinkwrap.json", | ||
"tsconfig.json", | ||
@@ -60,5 +61,7 @@ "tsconfig.base.json", | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*", | ||
"clean": "npm run clean:lock && npm run clean:cache && npm run clean:dist && npm run clean:log", | ||
"clean:cache": "rm -rf .eslintcache .tsbuildinfo", | ||
"clean:dist": "rm -rf dist/* .tsbuildinfo", | ||
"clean:lock": "rm package-lock.json -f", | ||
"clean:log": "rm -rf ./logs ./run", | ||
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --parallel=false", | ||
@@ -76,3 +79,3 @@ "lint": "eslint --fix --cache {src,test}/**/*.ts", | ||
}, | ||
"gitHead": "d476bfcf99440b8edcaa6320aff4c481f6a56ef9" | ||
"gitHead": "450494a0d7e774aa7d988fd3d45cb0f06cd4d105" | ||
} |
Sorry, the diff of this file is not supported yet
205973