@zodash/debug
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -14,1 +14,2 @@ "use strict"; | ||
exports.default = debug; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zodash/debug", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "debug utils", | ||
@@ -60,3 +60,5 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn clean && tsc", | ||
"watch": "yarn clean && tsc -w", | ||
"clean": "rm -rf lib", | ||
"test": "jest -w 1", | ||
@@ -69,5 +71,4 @@ "coverage": "codecov" | ||
"dependencies": { | ||
"@zodash/logger": "^0.2.23" | ||
}, | ||
"gitHead": "59406fc4983458dad4584458ef96300a68b07c16" | ||
"@zodash/logger": "^0.2.24" | ||
} | ||
} |
2418
5
Updated@zodash/logger@^0.2.24