@cspell/cspell-json-reporter 8.8.0 → 8.8.2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-json-reporter",
3
- "version": "8.8.0",
3
+ "version": "8.8.2",
4
4
  "description": "JSON reporter for CSpell",
5
5
  "author": "Jason Dent",
6
6
  "license": "MIT",
@@ -36,20 +36,20 @@
36
36
  },
37
37
  "scripts": {
38
38
  "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
39
- "build": "tsc -b .",
39
+ "build": "tsc -b . -f",
40
40
  "build:esm": "tsc -p tsconfig.esm.json",
41
41
  "clean-build": "pnpm run clean && pnpm run build",
42
42
  "coverage": "vitest run --coverage",
43
43
  "test:watch": "vitest",
44
44
  "test": "vitest run && pnpm test:run",
45
45
  "test:run": "node ../../bin.mjs . --config cSpell.example.mjs",
46
- "watch": "tsc -b . -w"
46
+ "watch": "tsc -b . -w -f"
47
47
  },
48
48
  "dependencies": {
49
- "@cspell/cspell-types": "8.8.0"
49
+ "@cspell/cspell-types": "8.8.2"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=18"
53
53
  },
54
- "gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
54
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
55
55
  }