@composer-js/core
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -16,3 +16,3 @@ "use strict"; | ||
const worker_threads_1 = require("worker_threads"); | ||
const strip_ansi_1 = require("strip-ansi"); | ||
const stripAnsi = require("strip-ansi"); | ||
const os = require("os"); | ||
@@ -90,3 +90,3 @@ /** | ||
if (this.logger) { | ||
value.info.level = strip_ansi_1.default(value.info.level); | ||
value.info.level = stripAnsi(value.info.level); | ||
this.logger.log(value.info); | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "@composer-js/core", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "A collection of common utilities and core functionality for composerjs applications.", | ||
@@ -119,3 +119,2 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>", | ||
"@types/jsonwebtoken": "^8.3.4", | ||
"@types/strip-ansi": "^5.2.1", | ||
"@types/uuid": "^3.4.5", | ||
@@ -122,0 +121,0 @@ "axios": "^0.19.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
8
102492
- Removed@types/strip-ansi@^5.2.1
- Removed@types/strip-ansi@5.2.1(transitive)