@redaksjon/brennpunkt 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -94,7 +94,7 @@ function formatJson(result) {
94
94
  return JSON.stringify(result, null, 2);
95
95
  }
96
96
 
97
- const VERSION = "0.1.8";
97
+ const VERSION = "0.1.9";
98
98
  const PROGRAM_NAME = "brennpunkt";
99
99
  const CONFIG_FILE_NAME = "brennpunkt.yaml";
100
100
  const COVERAGE_SEARCH_PATHS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redaksjon/brennpunkt",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Coverage priority analyzer - identify where to focus testing efforts",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",