@tapjs/node-serialize
Advanced tools
Comparing version 1.2.6 to 1.3.0
@@ -30,5 +30,3 @@ "use strict"; | ||
if (process.env.TAP_SERIALIZE_DEBUG === '1') { | ||
stream | ||
.pipe(new error_serdes_1.TestStreamDeserialize()) | ||
.on('data', c => stdout.write((0, node_util_1.inspect)(JSON.parse(JSON.stringify(c)), { | ||
stream.pipe(new error_serdes_1.TestStreamDeserialize()).on('data', c => stdout.write((0, node_util_1.inspect)(JSON.parse(JSON.stringify(c)), { | ||
colors: true, | ||
@@ -35,0 +33,0 @@ depth: Infinity, |
@@ -27,5 +27,3 @@ // Serialize the root TAP object, and output a node:test style | ||
if (process.env.TAP_SERIALIZE_DEBUG === '1') { | ||
stream | ||
.pipe(new TestStreamDeserialize()) | ||
.on('data', c => stdout.write(inspect(JSON.parse(JSON.stringify(c)), { | ||
stream.pipe(new TestStreamDeserialize()).on('data', c => stdout.write(inspect(JSON.parse(JSON.stringify(c)), { | ||
colors: true, | ||
@@ -32,0 +30,0 @@ depth: Infinity, |
{ | ||
"name": "@tapjs/node-serialize", | ||
"version": "1.2.6", | ||
"version": "1.3.0", | ||
"description": "Stream TAP test data as a serialized node:test stream", | ||
@@ -48,3 +48,3 @@ "tshy": { | ||
"peerDependencies": { | ||
"@tapjs/core": "1.4.6" | ||
"@tapjs/core": "1.5.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "tap": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
126073
1084