@zodash/debug
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.13](https://github.com/zcorky/zodash/compare/@zodash/debug@0.0.12...@zodash/debug@0.0.13) (2021-03-25) | ||
**Note:** Version bump only for package @zodash/debug | ||
## [0.0.12](https://github.com/zcorky/zodash/compare/@zodash/debug@0.0.11...@zodash/debug@0.0.12) (2021-03-24) | ||
@@ -8,0 +16,0 @@ |
@@ -14,2 +14,1 @@ "use strict"; | ||
exports.default = debug; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zodash/debug", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "debug utils", | ||
@@ -15,4 +15,3 @@ "keywords": [ | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
"lib": "lib" | ||
}, | ||
@@ -62,3 +61,3 @@ "files": [ | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "tsc", | ||
"test": "jest -w 1", | ||
@@ -71,5 +70,5 @@ "coverage": "codecov" | ||
"dependencies": { | ||
"@zodash/logger": "^0.2.14" | ||
"@zodash/logger": "^0.2.15" | ||
}, | ||
"gitHead": "476cc71bdf3cc5914d55495eaa9e3d07472885d9" | ||
"gitHead": "bd85904bdf3094ed8d65df0fa57c695c74d4dc87" | ||
} |
5323
6
Updated@zodash/logger@^0.2.15