@goldstack/utils-cli
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -1,2 +0,2 @@ | ||
declare type AsyncFunction<O> = () => Promise<O>; | ||
type AsyncFunction<O> = () => Promise<O>; | ||
/** | ||
@@ -3,0 +3,0 @@ * Interface defining the required logger instance methods |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.wrapCli = exports.logger = exports.configureLogger = void 0; | ||
exports.wrapCli = void 0; | ||
exports.configureLogger = configureLogger; | ||
exports.logger = logger; | ||
const pino_1 = __importDefault(require("pino")); | ||
@@ -58,3 +60,2 @@ const pino_pretty_1 = __importDefault(require("pino-pretty")); | ||
} | ||
exports.configureLogger = configureLogger; | ||
/** | ||
@@ -67,3 +68,2 @@ * Get the current logger instance | ||
} | ||
exports.logger = logger; | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -70,0 +70,0 @@ const wrapCli = async (func) => { |
{ | ||
"name": "@goldstack/utils-cli", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Utilities for building command line interfaces.", | ||
@@ -42,10 +42,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.9", | ||
"@swc/core": "^1.3.74", | ||
"@swc/jest": "^0.2.27", | ||
"@types/jest": "^29.0.1", | ||
"@types/node": "^18.7.13", | ||
"@goldstack/utils-git": "0.2.10", | ||
"@swc/core": "^1.9.3", | ||
"@swc/jest": "^0.2.37", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^22.10.0", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.8.4" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -52,0 +52,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8994