@cspell/cspell-json-reporter 6.18.0 → 6.19.0

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CSpellReporter } from '@cspell/cspell-types';
2
- import { CSpellJSONReporterSettings } from './CSpellJSONReporterSettings';
1
+ import type { CSpellReporter } from '@cspell/cspell-types';
2
+ import type { CSpellJSONReporterSettings } from './CSpellJSONReporterSettings';
3
3
  export declare function getReporter(settings: unknown | CSpellJSONReporterSettings): CSpellReporter;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { CSpellJSONReporterSettings } from '../CSpellJSONReporterSettings';
1
+ import type { CSpellJSONReporterSettings } from '../CSpellJSONReporterSettings';
2
2
  /**
3
3
  * Throws an error if passed cspell-json-reporter settings are invalid
4
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-json-reporter",
3
- "version": "6.18.0",
3
+ "version": "6.19.0",
4
4
  "description": "JSON reporter for CSpell",
5
5
  "author": "Jason Dent",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "url": "git+https://github.com/streetsidesoftware/cspell.git"
26
26
  },
27
27
  "scripts": {
28
- "clean": "rimraf dist temp coverage .tsbuildinfo",
28
+ "clean": "shx rm -rf dist temp coverage .tsbuildinfo",
29
29
  "build": "pnpm run compile",
30
30
  "build-dev": "tsc -p tsconfig.dev.json",
31
31
  "clean-build": "pnpm run clean && pnpm run build",
@@ -38,7 +38,7 @@
38
38
  "update-snapshot": "jest --updateSnapshot"
39
39
  },
40
40
  "dependencies": {
41
- "@cspell/cspell-types": "6.18.0",
41
+ "@cspell/cspell-types": "6.19.0",
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": "6785657a445643ec1c9a17152e3c3733eb0e2a74"
50
+ "gitHead": "f643f0cd6384905618dbca950bd65a39a77dc028"
51
51
  }