@syntest/logging
Advanced tools
Comparing version 0.2.0-beta.1 to 0.2.0-beta.2
@@ -22,2 +22,3 @@ "use strict"; | ||
const path = require("node:path"); | ||
const diagnostics_1 = require("@syntest/diagnostics"); | ||
const winston_1 = require("winston"); | ||
@@ -61,3 +62,3 @@ let singletonLogger; | ||
if (singletonLogger === undefined) { | ||
throw new Error("Should call setupLogger function before using getLogger function!"); | ||
throw new diagnostics_1.IllegalStateError("Should call setupLogger function before using getLogger function!"); | ||
} | ||
@@ -64,0 +65,0 @@ return new SubLogger(context); |
{ | ||
"name": "@syntest/logging", | ||
"version": "0.2.0-beta.1", | ||
"version": "0.2.0-beta.2", | ||
"description": "SynTest library for logging", | ||
@@ -51,2 +51,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@syntest/diagnostics": "^0.1.0-beta.0", | ||
"winston": "3.8.2", | ||
@@ -61,3 +62,3 @@ "yargs": "^17.7.1" | ||
}, | ||
"gitHead": "62fc32cd877d4f37e335e5e21027b0913d7bcb75" | ||
"gitHead": "3f6b9612c030ffc79d5e79c5c1c126ca816a87a6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25939
211
3
+ Added@syntest/diagnostics@0.1.0-beta.1(transitive)