typescript-logging-category-style
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ import { CoreLogger } from "typescript-logging"; |
@@ -0,0 +0,0 @@ import { LogConfig } from "typescript-logging"; |
@@ -0,0 +0,0 @@ import { CategoryControlProvider } from "./CategoryControlProvider"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Category } from "./Category"; |
@@ -0,0 +0,0 @@ import { RuntimeSettings } from "typescript-logging"; |
@@ -0,0 +0,0 @@ import { CategoryControlProvider, CategoryControlProviderLogLevel } from "../api/CategoryControlProvider"; |
@@ -0,0 +0,0 @@ import { Category } from "../api/Category"; |
@@ -0,0 +0,0 @@ import { CategoryProvider } from "../api/CategoryProvider"; |
@@ -0,0 +0,0 @@ import { CategoryConfigOptional } from "../api/CategoryConfig"; |
@@ -0,0 +0,0 @@ export { Category } from "./api/Category"; |
import { CategoryConfig } from "../api/CategoryConfig"; | ||
export declare function categoryConfigDebug(config: CategoryConfig): string; | ||
//# sourceMappingURL=DebugUtil.d.ts.map |
@@ -460,3 +460,3 @@ /** | ||
const seconds = padStart(date.getSeconds().toString(), 2, "0"); | ||
const millis = padStart(date.getMilliseconds().toString(), 2, "0"); | ||
const millis = padStart(date.getMilliseconds().toString(), 3, "0"); | ||
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds},${millis}`; | ||
@@ -463,0 +463,0 @@ } |
@@ -462,3 +462,3 @@ 'use strict'; | ||
const seconds = padStart(date.getSeconds().toString(), 2, "0"); | ||
const millis = padStart(date.getMilliseconds().toString(), 2, "0"); | ||
const millis = padStart(date.getMilliseconds().toString(), 3, "0"); | ||
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds},${millis}`; | ||
@@ -465,0 +465,0 @@ } |
{ | ||
"name": "typescript-logging-category-style", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "TypeScript Logging category style written in and to be used by TypeScript.", | ||
@@ -47,19 +47,19 @@ "main": "dist/bundle/typescript-logging-category.js", | ||
"peerDependencies": { | ||
"typescript-logging": "~2.1.0" | ||
"typescript-logging": "~2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "24.0.1", | ||
"@rollup/plugin-node-resolve": "15.0.1", | ||
"@types/jest": "29.4.0", | ||
"jest": "29.5.0", | ||
"jest-environment-jsdom": "29.5.0", | ||
"rollup": "3.18.0", | ||
"rollup-plugin-typescript2": "0.34.1", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@types/jest": "29.5.12", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"rollup": "4.13.2", | ||
"rollup-plugin-typescript2": "0.36.0", | ||
"shx": "0.3.4", | ||
"ts-jest": "29.0.5", | ||
"ts-loader": "9.4.2", | ||
"ts-node": "10.9.1", | ||
"ts-jest": "29.1.2", | ||
"ts-loader": "9.5.1", | ||
"ts-node": "10.9.2", | ||
"tslint": "6.1.3", | ||
"typescript": "4.9.5" | ||
"typescript": "5.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
360162
-1.41%