monocart-coverage-reports
Advanced tools
Comparing version 2.11.5 to 2.11.6
@@ -209,2 +209,3 @@ #!/usr/bin/env node | ||
.allowUnknownOption() | ||
.allowExcessArguments() | ||
.option('-c, --config <path>', 'custom config file path') | ||
@@ -211,0 +212,0 @@ .option('-l, --logging <logging>', 'off, error, info, debug') |
@@ -547,2 +547,4 @@ declare namespace MCR { | ||
getIstanbulCoverage: (coverageKey?: string) => Promise<any>; | ||
close: () => Promise<void> | ||
} | ||
@@ -549,0 +551,0 @@ |
{ | ||
"name": "monocart-coverage-reports", | ||
"version": "2.11.5", | ||
"version": "2.11.6", | ||
"description": "A code coverage tool to generate native V8 reports or Istanbul reports.", | ||
@@ -82,4 +82,4 @@ "main": "./lib/index.js", | ||
"acorn-walk": "^8.3.4", | ||
"commander": "^12.1.0", | ||
"console-grid": "^2.2.2", | ||
"commander": "^13.0.0", | ||
"console-grid": "^2.2.3", | ||
"eight-colors": "^1.3.1", | ||
@@ -98,4 +98,4 @@ "foreground-child": "^3.3.0", | ||
"diff-sequences": "^29.6.3", | ||
"esbuild": "^0.24.0", | ||
"eslint": "~9.17.0", | ||
"esbuild": "^0.24.2", | ||
"eslint": "~9.18.0", | ||
"eslint-config-plus": "^2.0.2", | ||
@@ -112,5 +112,5 @@ "eslint-plugin-html": "^8.1.2", | ||
"starfall-cli": "^2.0.20", | ||
"stylelint": "^16.12.0", | ||
"stylelint": "^16.13.0", | ||
"stylelint-config-plus": "^1.1.3", | ||
"supports-color": "^9.4.0", | ||
"supports-color": "^10.0.0", | ||
"tsx": "^4.19.2", | ||
@@ -117,0 +117,0 @@ "turbogrid": "^3.2.0", |
Sorry, the diff of this file is too big to display
1013465
12113
+ Addedcommander@13.0.0(transitive)
- Removedcommander@12.1.0(transitive)
Updatedcommander@^13.0.0
Updatedconsole-grid@^2.2.3