cspell 9.3.0 → 9.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.
package/dist/esm/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as parseApplicationFeatureFlags, c as listDictionaries, d as npmPackage, h as console, i as lint, l as ReportChoicesAll, m as CheckFailed, n as checkText, o as suggestions, p as ApplicationError, r as createInit, s as trace, t as IncludeExcludeFlag, u as DEFAULT_CACHE_LOCATION } from "./application-NSTNjcwy.js";
1
+ import { a as parseApplicationFeatureFlags, c as listDictionaries, d as npmPackage, h as console, i as lint, l as ReportChoicesAll, m as CheckFailed, n as checkText, o as suggestions, p as ApplicationError, r as createInit, s as trace, t as IncludeExcludeFlag, u as DEFAULT_CACHE_LOCATION } from "./application-D_X0oO_z.js";
2
2
  import { Option, program } from "commander";
3
3
  import { satisfies } from "semver";
4
4
  import chalk from "chalk";
@@ -766,7 +766,7 @@ const pkgDir = _dirname;
766
766
  //#endregion
767
767
  //#region src/pkgInfo.ts
768
768
  const name = "cspell";
769
- const version$1 = "9.3.0";
769
+ const version$1 = "9.3.1";
770
770
  const engines = { node: ">=20" };
771
771
  const npmPackage = {
772
772
  name,
@@ -2656,4 +2656,4 @@ function parseApplicationFeatureFlags(flags) {
2656
2656
 
2657
2657
  //#endregion
2658
2658
  export { parseApplicationFeatureFlags as a, listDictionaries as c, npmPackage as d, getReporter as f, console as h, lint as i, ReportChoicesAll as l, CheckFailed as m, checkText as n, suggestions as o, ApplicationError as p, createInit as r, trace as s, IncludeExcludeFlag as t, DEFAULT_CACHE_LOCATION as u };
2659
- //# sourceMappingURL=application-NSTNjcwy.js.map
2659
+ //# sourceMappingURL=application-D_X0oO_z.js.map
@@ -1,3 +1,3 @@
1
- import { a as parseApplicationFeatureFlags, c as listDictionaries, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-NSTNjcwy.js";
1
+ import { a as parseApplicationFeatureFlags, c as listDictionaries, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-D_X0oO_z.js";
2
2
 
3
3
  export { IncludeExcludeFlag, checkText, createInit, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as parseApplicationFeatureFlags, c as listDictionaries, f as getReporter, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-NSTNjcwy.js";
1
+ import { a as parseApplicationFeatureFlags, c as listDictionaries, f as getReporter, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-D_X0oO_z.js";
2
2
 
3
3
  export * from "@cspell/cspell-types"
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "A Spelling Checker for Code!",
5
5
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
6
6
  "bin": {
@@ -83,20 +83,20 @@
83
83
  },
84
84
  "homepage": "https://cspell.org/",
85
85
  "dependencies": {
86
- "@cspell/cspell-json-reporter": "9.3.0",
87
- "@cspell/cspell-pipe": "9.3.0",
88
- "@cspell/cspell-types": "9.3.0",
89
- "@cspell/dynamic-import": "9.3.0",
90
- "@cspell/url": "9.3.0",
86
+ "@cspell/cspell-json-reporter": "9.3.1",
87
+ "@cspell/cspell-pipe": "9.3.1",
88
+ "@cspell/cspell-types": "9.3.1",
89
+ "@cspell/dynamic-import": "9.3.1",
90
+ "@cspell/url": "9.3.1",
91
91
  "chalk": "^5.6.2",
92
92
  "chalk-template": "^1.1.2",
93
93
  "commander": "^14.0.2",
94
- "cspell-config-lib": "9.3.0",
95
- "cspell-dictionary": "9.3.0",
96
- "cspell-gitignore": "9.3.0",
97
- "cspell-glob": "9.3.0",
98
- "cspell-io": "9.3.0",
99
- "cspell-lib": "9.3.0",
94
+ "cspell-config-lib": "9.3.1",
95
+ "cspell-dictionary": "9.3.1",
96
+ "cspell-gitignore": "9.3.1",
97
+ "cspell-glob": "9.3.1",
98
+ "cspell-io": "9.3.1",
99
+ "cspell-lib": "9.3.1",
100
100
  "fast-json-stable-stringify": "^2.1.0",
101
101
  "flatted": "^3.3.3",
102
102
  "semver": "^7.7.3",
@@ -112,5 +112,5 @@
112
112
  "micromatch": "^4.0.8",
113
113
  "minimatch": "^9.0.5"
114
114
  },
115
- "gitHead": "7fb984ea1809038769617b4105b55bd53f0a7f30"
115
+ "gitHead": "3f8bf5c88cda393b581957b7f8efc696e432f6f1"
116
116
  }