@cspell/cspell-json-reporter 6.14.2 → 6.14.3

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.
@@ -1,5 +1,5 @@
1
1
  import type { ErrorLike, Issue, MessageType, ProgressFileComplete, ProgressItem, RunResult } from '@cspell/cspell-types';
2
- export declare type CSpellJSONReporterOutput = {
2
+ export type CSpellJSONReporterOutput = {
3
3
  /**
4
4
  * Found spelling issues
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * CSpell-json-reporter settings type definition
3
3
  */
4
- export declare type CSpellJSONReporterSettings = {
4
+ export type CSpellJSONReporterSettings = {
5
5
  /**
6
6
  * Output JSON file path
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-json-reporter",
3
- "version": "6.14.2",
3
+ "version": "6.14.3",
4
4
  "description": "JSON reporter for CSpell",
5
5
  "author": "Jason Dent",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "update-snapshot": "jest --updateSnapshot"
39
39
  },
40
40
  "dependencies": {
41
- "@cspell/cspell-types": "6.14.2",
41
+ "@cspell/cspell-types": "6.14.3",
42
42
  "mkdirp": "^1.0.4"
43
43
  },
44
44
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "engines": {
48
48
  "node": ">=14"
49
49
  },
50
- "gitHead": "ea9692380357e9e890c20f15b1200cc1c6c3a2df"
50
+ "gitHead": "df0efdbb0dc7b084579130ba5fe97441c0ab67ca"
51
51
  }