Comparing version 1.9.0 to 1.9.1
@@ -41,3 +41,3 @@ "use strict"; | ||
const outputs = (0, remove_repeats_js_1.removeConsecutiveRepeats)(showSuccess | ||
? output.split(/(\r\n|\r|\n)/) | ||
? [output] | ||
: output.split(/(\r\n|\r|\n)/).filter((current) => { | ||
@@ -44,0 +44,0 @@ if (current.includes('Exited with code')) |
{ | ||
"name": "poku", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "🐷 Poku makes testing easy for Node.js, Bun & Deno at the same time.", | ||
@@ -105,5 +105,5 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^20.11.21", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@types/node": "^20.11.27", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"c8": "^9.1.0", | ||
@@ -118,4 +118,4 @@ "eslint": "^8.57.0", | ||
"tsx": "^4.7.1", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.2" | ||
} | ||
} |
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
98085