cspell 9.8.0 → 10.0.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/esm/app.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ApplicationError, S as width, T as console, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextEnd, c as listDictionaries, d as validateUnitSize, f as unindent, g as tableToLines, i as lint, l as ReportChoicesAll, m as npmPackage, n as checkText, o as suggestions, p as DEFAULT_CACHE_LOCATION, r as createInit, s as trace, t as IncludeExcludeFlag, u as cvtLinterCliCommandOptionsToLinterCliOptions, v as padWidth, w as CheckFailed, x as pruneAnsiTextStart, y as ansiWidth } from "./application-
|
|
1
|
+
import { C as ApplicationError, S as width, T as console, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextEnd, c as listDictionaries, d as validateUnitSize, f as unindent, g as tableToLines, i as lint, l as ReportChoicesAll, m as npmPackage, n as checkText, o as suggestions, p as DEFAULT_CACHE_LOCATION, r as createInit, s as trace, t as IncludeExcludeFlag, u as cvtLinterCliCommandOptionsToLinterCliOptions, v as padWidth, w as CheckFailed, x as pruneAnsiTextStart, y as ansiWidth } from "./application-BeNl-OE0.js";
|
|
2
2
|
import { Link } from "cspell-lib";
|
|
3
3
|
import chalk from "chalk";
|
|
4
4
|
import * as iPath from "node:path";
|
|
@@ -1184,8 +1184,8 @@ try {
|
|
|
1184
1184
|
const pkgDir = _dirname;
|
|
1185
1185
|
const npmPackage = {
|
|
1186
1186
|
name: "cspell",
|
|
1187
|
-
version: "
|
|
1188
|
-
engines: { node: ">=
|
|
1187
|
+
version: "10.0.0",
|
|
1188
|
+
engines: { node: ">=22.18.0" }
|
|
1189
1189
|
};
|
|
1190
1190
|
//#endregion
|
|
1191
1191
|
//#region src/reporters/reporters.ts
|
|
@@ -3436,4 +3436,4 @@ function parseApplicationFeatureFlags(flags) {
|
|
|
3436
3436
|
//#endregion
|
|
3437
3437
|
export { ApplicationError as C, width as S, console as T, padLeft as _, parseApplicationFeatureFlags as a, pruneAnsiTextEnd as b, listDictionaries as c, validateUnitSize as d, unindent as f, tableToLines as g, getReporter as h, lint as i, ReportChoicesAll as l, npmPackage as m, checkText as n, suggestions as o, DEFAULT_CACHE_LOCATION as p, createInit as r, trace as s, IncludeExcludeFlag as t, cvtLinterCliCommandOptionsToLinterCliOptions as u, padWidth as v, CheckFailed as w, pruneAnsiTextStart as x, ansiWidth as y };
|
|
3438
3438
|
|
|
3439
|
-
//# sourceMappingURL=application-
|
|
3439
|
+
//# sourceMappingURL=application-BeNl-OE0.js.map
|
package/dist/esm/application.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
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-BeNl-OE0.js";
|
|
2
2
|
export { IncludeExcludeFlag, checkText, createInit, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as parseApplicationFeatureFlags, c as listDictionaries, h 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, h as getReporter, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-BeNl-OE0.js";
|
|
2
2
|
export * from "@cspell/cspell-types";
|
|
3
3
|
export { IncludeExcludeFlag, checkText, createInit, getReporter as getDefaultReporter, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -86,30 +86,30 @@
|
|
|
86
86
|
},
|
|
87
87
|
"homepage": "https://cspell.org/",
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@cspell/cspell-json-reporter": "
|
|
90
|
-
"@cspell/cspell-performance-monitor": "
|
|
91
|
-
"@cspell/cspell-pipe": "
|
|
92
|
-
"@cspell/cspell-types": "
|
|
93
|
-
"@cspell/cspell-worker": "
|
|
94
|
-
"@cspell/dynamic-import": "
|
|
95
|
-
"@cspell/url": "
|
|
89
|
+
"@cspell/cspell-json-reporter": "10.0.0",
|
|
90
|
+
"@cspell/cspell-performance-monitor": "10.0.0",
|
|
91
|
+
"@cspell/cspell-pipe": "10.0.0",
|
|
92
|
+
"@cspell/cspell-types": "10.0.0",
|
|
93
|
+
"@cspell/cspell-worker": "10.0.0",
|
|
94
|
+
"@cspell/dynamic-import": "10.0.0",
|
|
95
|
+
"@cspell/url": "10.0.0",
|
|
96
96
|
"ansi-regex": "^6.2.2",
|
|
97
97
|
"chalk": "^5.6.2",
|
|
98
98
|
"chalk-template": "^1.1.2",
|
|
99
99
|
"commander": "^14.0.3",
|
|
100
|
-
"cspell-config-lib": "
|
|
101
|
-
"cspell-dictionary": "
|
|
102
|
-
"cspell-gitignore": "
|
|
103
|
-
"cspell-glob": "
|
|
104
|
-
"cspell-io": "
|
|
105
|
-
"cspell-lib": "
|
|
100
|
+
"cspell-config-lib": "10.0.0",
|
|
101
|
+
"cspell-dictionary": "10.0.0",
|
|
102
|
+
"cspell-gitignore": "10.0.0",
|
|
103
|
+
"cspell-glob": "10.0.0",
|
|
104
|
+
"cspell-io": "10.0.0",
|
|
105
|
+
"cspell-lib": "10.0.0",
|
|
106
106
|
"fast-json-stable-stringify": "^2.1.0",
|
|
107
107
|
"flatted": "^3.4.2",
|
|
108
108
|
"semver": "^7.7.4",
|
|
109
109
|
"tinyglobby": "^0.2.15"
|
|
110
110
|
},
|
|
111
111
|
"engines": {
|
|
112
|
-
"node": ">=
|
|
112
|
+
"node": ">=22.18.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@types/micromatch": "^4.0.10",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"micromatch": "^4.0.8",
|
|
118
118
|
"minimatch": "^9.0.9"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
|
|
121
121
|
}
|