@xylabs/log
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -1,18 +0,2 @@ | ||
interface LogConfig { | ||
commitHash?: string; | ||
devMode?: boolean; | ||
payload?: Record<string, unknown>; | ||
rollbarToken?: string; | ||
} | ||
declare class Log { | ||
private devMode?; | ||
private rollbar?; | ||
constructor(config: LogConfig); | ||
debug(...params: any[]): void; | ||
error(...params: any[]): void; | ||
info(...params: any[]): void; | ||
log(...params: any[]): void; | ||
warn(...params: any[]): void; | ||
} | ||
export { Log, type LogConfig }; | ||
export * from './Log.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xylabs/log", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -44,4 +44,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.7", | ||
"@xylabs/tsconfig": "^4.0.7", | ||
"rollbar": "^2.26.4", | ||
@@ -48,0 +48,0 @@ "typescript": "^5.5.4" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18844
12