@bscotch/utility
Advanced tools
Comparing version 6.1.1 to 6.1.2
import { type Debugger } from 'debug'; | ||
import type { Decorator } from './decorator.js'; | ||
export { type Debugger } from 'debug'; | ||
/** | ||
@@ -4,0 +5,0 @@ * The [debug package](https://www.npmjs.com/package/debug) |
{ | ||
"name": "@bscotch/utility", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Bscotch Utilities: Methods for common Node.js needs.", | ||
@@ -25,7 +25,2 @@ "keywords": [ | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --build .", | ||
"test": "treb test", | ||
"watch": "tsc --build --watch" | ||
}, | ||
"dependencies": { | ||
@@ -36,2 +31,4 @@ "debug": "^4.3.4", | ||
"devDependencies": { | ||
"@types/debug": "^4.1.7", | ||
"@types/fs-extra": "^9.0.13", | ||
"chai": "^4.3.6", | ||
@@ -44,3 +41,8 @@ "fs-extra": "^10.1.0", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build .", | ||
"test": "treb test", | ||
"watch": "tsc --build --watch" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
193088
2901
6