cspell 9.6.1 → 9.6.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 { C as CheckFailed, S as ApplicationError, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextStart, 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 console, x as width, y as pruneAnsiTextEnd } from "./application-
|
|
1
|
+
import { C as CheckFailed, S as ApplicationError, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextStart, 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 console, x as width, y as pruneAnsiTextEnd } from "./application-BBOBF62T.js";
|
|
2
2
|
import { Link } from "cspell-lib";
|
|
3
3
|
import chalk from "chalk";
|
|
4
4
|
import * as iPath from "node:path";
|
|
@@ -1201,7 +1201,7 @@ const pkgDir = _dirname;
|
|
|
1201
1201
|
//#endregion
|
|
1202
1202
|
//#region src/pkgInfo.ts
|
|
1203
1203
|
const name = "cspell";
|
|
1204
|
-
const version$1 = "9.6.
|
|
1204
|
+
const version$1 = "9.6.2";
|
|
1205
1205
|
const engines = { node: ">=20.18" };
|
|
1206
1206
|
const npmPackage = {
|
|
1207
1207
|
name,
|
|
@@ -3439,4 +3439,4 @@ function parseApplicationFeatureFlags(flags) {
|
|
|
3439
3439
|
|
|
3440
3440
|
//#endregion
|
|
3441
3441
|
export { CheckFailed as C, ApplicationError as S, padLeft as _, parseApplicationFeatureFlags as a, pruneAnsiTextStart 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, console as w, width as x, pruneAnsiTextEnd as y };
|
|
3442
|
-
//# sourceMappingURL=application-
|
|
3442
|
+
//# sourceMappingURL=application-BBOBF62T.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-BBOBF62T.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, 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-BBOBF62T.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.6.
|
|
3
|
+
"version": "9.6.2",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -86,23 +86,23 @@
|
|
|
86
86
|
},
|
|
87
87
|
"homepage": "https://cspell.org/",
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@cspell/cspell-json-reporter": "9.6.
|
|
90
|
-
"@cspell/cspell-performance-monitor": "9.6.
|
|
91
|
-
"@cspell/cspell-pipe": "9.6.
|
|
92
|
-
"@cspell/cspell-types": "9.6.
|
|
93
|
-
"@cspell/cspell-worker": "9.6.
|
|
94
|
-
"@cspell/dynamic-import": "9.6.
|
|
95
|
-
"@cspell/url": "9.6.
|
|
89
|
+
"@cspell/cspell-json-reporter": "9.6.2",
|
|
90
|
+
"@cspell/cspell-performance-monitor": "9.6.2",
|
|
91
|
+
"@cspell/cspell-pipe": "9.6.2",
|
|
92
|
+
"@cspell/cspell-types": "9.6.2",
|
|
93
|
+
"@cspell/cspell-worker": "9.6.2",
|
|
94
|
+
"@cspell/dynamic-import": "9.6.2",
|
|
95
|
+
"@cspell/url": "9.6.2",
|
|
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.2",
|
|
100
|
-
"cspell-config-lib": "9.6.
|
|
101
|
-
"cspell-dictionary": "9.6.
|
|
102
|
-
"cspell-gitignore": "9.6.
|
|
103
|
-
"cspell-glob": "9.6.
|
|
104
|
-
"cspell-io": "9.6.
|
|
105
|
-
"cspell-lib": "9.6.
|
|
100
|
+
"cspell-config-lib": "9.6.2",
|
|
101
|
+
"cspell-dictionary": "9.6.2",
|
|
102
|
+
"cspell-gitignore": "9.6.2",
|
|
103
|
+
"cspell-glob": "9.6.2",
|
|
104
|
+
"cspell-io": "9.6.2",
|
|
105
|
+
"cspell-lib": "9.6.2",
|
|
106
106
|
"fast-json-stable-stringify": "^2.1.0",
|
|
107
107
|
"flatted": "^3.3.3",
|
|
108
108
|
"semver": "^7.7.3",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"micromatch": "^4.0.8",
|
|
118
118
|
"minimatch": "^9.0.5"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "646e18a04ff36d43f78a74e5055540e0f5297e91"
|
|
121
121
|
}
|