@composer-js/core
Advanced tools
Comparing version 1.4.2 to 1.4.4
@@ -16,3 +16,3 @@ "use strict"; | ||
const worker_threads_1 = require("worker_threads"); | ||
const { LEVEL, MESSAGE } = require('triple-beam'); | ||
const strip_ansi_1 = require("strip-ansi"); | ||
const os = require("os"); | ||
@@ -89,3 +89,6 @@ /** | ||
if (value && value.type === "winston-log") { | ||
this.logger.log(value.info[LEVEL], value.info[MESSAGE]); | ||
if (this.logger) { | ||
value.info.level = strip_ansi_1.default(value.info.level); | ||
this.logger.log(value.info); | ||
} | ||
} | ||
@@ -92,0 +95,0 @@ else { |
{ | ||
"name": "@composer-js/core", | ||
"version": "1.4.2", | ||
"version": "1.4.4", | ||
"description": "A collection of common utilities and core functionality for composerjs applications.", | ||
@@ -119,2 +119,3 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>", | ||
"@types/jsonwebtoken": "^8.3.4", | ||
"@types/strip-ansi": "^5.2.1", | ||
"@types/uuid": "^3.4.5", | ||
@@ -124,2 +125,3 @@ "axios": "^0.19.0", | ||
"jsonwebtoken": "^8.5.0", | ||
"strip-ansi": "^6.0.0", | ||
"uuid": "^3.3.3", | ||
@@ -126,0 +128,0 @@ "winston-transport": "^4.4.0" |
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
102513
1645
9
+ Added@types/strip-ansi@^5.2.1
+ Addedstrip-ansi@^6.0.0
+ Added@types/strip-ansi@5.2.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedstrip-ansi@6.0.1(transitive)