@goldstack/utils-log
Advanced tools
Comparing version 0.2.10 to 0.2.11
{ | ||
"name": "@goldstack/utils-log", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Utilities for emitting logs.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"build:watch": "yarn clean && yarn compile-watch", | ||
"clean": "rm -rf ./dist", | ||
"clean": "rimraf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
@@ -38,6 +38,7 @@ "compile-watch": "tsc -p tsconfig.json --watch", | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.30", | ||
"@goldstack/utils-git": "0.1.31", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.11.0", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.4", | ||
@@ -44,0 +45,0 @@ "typescript": "^4.4.3" |
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
3169
7