cspell 9.3.0 → 9.3.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.
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-
|
|
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-CGIx5L0D.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.
|
|
769
|
+
const version$1 = "9.3.2";
|
|
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-
|
|
2659
|
+
//# sourceMappingURL=application-CGIx5L0D.js.map
|
package/dist/esm/application.js
CHANGED
|
@@ -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-
|
|
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-CGIx5L0D.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-
|
|
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-CGIx5L0D.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.
|
|
3
|
+
"version": "9.3.2",
|
|
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.
|
|
87
|
-
"@cspell/cspell-pipe": "9.3.
|
|
88
|
-
"@cspell/cspell-types": "9.3.
|
|
89
|
-
"@cspell/dynamic-import": "9.3.
|
|
90
|
-
"@cspell/url": "9.3.
|
|
86
|
+
"@cspell/cspell-json-reporter": "9.3.2",
|
|
87
|
+
"@cspell/cspell-pipe": "9.3.2",
|
|
88
|
+
"@cspell/cspell-types": "9.3.2",
|
|
89
|
+
"@cspell/dynamic-import": "9.3.2",
|
|
90
|
+
"@cspell/url": "9.3.2",
|
|
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.
|
|
95
|
-
"cspell-dictionary": "9.3.
|
|
96
|
-
"cspell-gitignore": "9.3.
|
|
97
|
-
"cspell-glob": "9.3.
|
|
98
|
-
"cspell-io": "9.3.
|
|
99
|
-
"cspell-lib": "9.3.
|
|
94
|
+
"cspell-config-lib": "9.3.2",
|
|
95
|
+
"cspell-dictionary": "9.3.2",
|
|
96
|
+
"cspell-gitignore": "9.3.2",
|
|
97
|
+
"cspell-glob": "9.3.2",
|
|
98
|
+
"cspell-io": "9.3.2",
|
|
99
|
+
"cspell-lib": "9.3.2",
|
|
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": "
|
|
115
|
+
"gitHead": "595bde79b4a5abf3256b71129995ec3601454b02"
|
|
116
116
|
}
|