@cspell/cspell-json-reporter 10.3.1-alpha.0 → 10.3.1

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/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -40,7 +40,7 @@ or `cspell.json`
40
40
 
41
41
  - `issues` - found spelling issues
42
42
  - `result` - CSpell linting results
43
- - `error` - CSell error messages
43
+ - `error` - CSpell error messages
44
44
  - `progress` - file linting progress messages if `settings.progress` is enabled
45
45
  - `info` - CSpell execution logs if `settings.verbose` is enabled
46
46
  - `debug` - CSpell debug logs if `settings.debug` is enabled
@@ -98,6 +98,7 @@ Possible settings:
98
98
 
99
99
  - `outFile` (default: stdout) - path for JSON file to emit
100
100
  - `verbose` (default: false) - enable saving of execution logs
101
+ - `verboseLevel` - level of verbosity (higher number = more verbose)
101
102
  - `debug` (default: false) - enable saving of debug logs
102
103
  - `progress` (default: false) - enable saving of file progress logs
103
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-json-reporter",
3
- "version": "10.3.1-alpha.0",
3
+ "version": "10.3.1",
4
4
  "description": "JSON reporter for CSpell",
5
5
  "author": "Jason Dent",
6
6
  "license": "MIT",
@@ -47,10 +47,10 @@
47
47
  "watch": "tsc -b . -w -f"
48
48
  },
49
49
  "dependencies": {
50
- "@cspell/cspell-types": "10.3.1-alpha.0"
50
+ "@cspell/cspell-types": "10.3.1"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=22.18.0"
54
54
  },
55
- "gitHead": "1fee574fa870bffd6296aef8a9c68115b9589933"
55
+ "gitHead": "793953d1c2b4f1cab257389ff6ecb3ae2dd40230"
56
56
  }