@waiting/shared-types
Advanced tools
Comparing version 21.4.0 to 21.4.1
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "21.4.0", | ||
"version": "21.4.1", | ||
"description": "shared typescript types", | ||
@@ -37,2 +37,3 @@ "keywords": [ | ||
"Dockerfile", | ||
"npm-shrinkwrap.json", | ||
"tsconfig.json", | ||
@@ -49,5 +50,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", | ||
@@ -65,3 +68,3 @@ "lint": "eslint --fix --cache {src,test}/**/*.ts", | ||
}, | ||
"gitHead": "d476bfcf99440b8edcaa6320aff4c481f6a56ef9" | ||
"gitHead": "450494a0d7e774aa7d988fd3d45cb0f06cd4d105" | ||
} |
Sorry, the diff of this file is not supported yet
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
95357