cspell 10.1.0 → 10.1.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 { 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-BcBLKy3U.js";
|
|
2
2
|
import { Link } from "cspell-lib";
|
|
3
3
|
import chalk from "chalk";
|
|
4
4
|
import * as iPath from "node:path";
|
|
@@ -1190,7 +1190,7 @@ try {
|
|
|
1190
1190
|
const pkgDir = _dirname;
|
|
1191
1191
|
const npmPackage = {
|
|
1192
1192
|
name: "cspell",
|
|
1193
|
-
version: "10.1.
|
|
1193
|
+
version: "10.1.1",
|
|
1194
1194
|
engines: { node: ">=22.18.0" }
|
|
1195
1195
|
};
|
|
1196
1196
|
//#endregion
|
|
@@ -2799,7 +2799,7 @@ function runResult(init = {}) {
|
|
|
2799
2799
|
};
|
|
2800
2800
|
}
|
|
2801
2801
|
//#endregion
|
|
2802
|
-
//#region \0@oxc-project+runtime@0.
|
|
2802
|
+
//#region \0@oxc-project+runtime@0.146.0/helpers/esm/usingCtx.js
|
|
2803
2803
|
function _usingCtx() {
|
|
2804
2804
|
var r = "function" == typeof SuppressedError ? SuppressedError : function(r, e) {
|
|
2805
2805
|
var n = Error();
|
|
@@ -3460,4 +3460,4 @@ function parseApplicationFeatureFlags(flags) {
|
|
|
3460
3460
|
//#endregion
|
|
3461
3461
|
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 };
|
|
3462
3462
|
|
|
3463
|
-
//# sourceMappingURL=application-
|
|
3463
|
+
//# sourceMappingURL=application-BcBLKy3U.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-BcBLKy3U.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-BcBLKy3U.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": "10.1.
|
|
3
|
+
"version": "10.1.1",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -81,28 +81,32 @@
|
|
|
81
81
|
],
|
|
82
82
|
"author": "Jason Dent",
|
|
83
83
|
"license": "MIT",
|
|
84
|
+
"publishConfig": {
|
|
85
|
+
"access": "public",
|
|
86
|
+
"provenance": true
|
|
87
|
+
},
|
|
84
88
|
"bugs": {
|
|
85
89
|
"url": "https://github.com/streetsidesoftware/cspell/issues"
|
|
86
90
|
},
|
|
87
91
|
"homepage": "https://cspell.org/",
|
|
88
92
|
"dependencies": {
|
|
89
|
-
"@cspell/cspell-json-reporter": "10.1.
|
|
90
|
-
"@cspell/cspell-performance-monitor": "10.1.
|
|
91
|
-
"@cspell/cspell-pipe": "10.1.
|
|
92
|
-
"@cspell/cspell-types": "10.1.
|
|
93
|
-
"@cspell/cspell-worker": "10.1.
|
|
94
|
-
"@cspell/dynamic-import": "10.1.
|
|
95
|
-
"@cspell/url": "10.1.
|
|
93
|
+
"@cspell/cspell-json-reporter": "10.1.1",
|
|
94
|
+
"@cspell/cspell-performance-monitor": "10.1.1",
|
|
95
|
+
"@cspell/cspell-pipe": "10.1.1",
|
|
96
|
+
"@cspell/cspell-types": "10.1.1",
|
|
97
|
+
"@cspell/cspell-worker": "10.1.1",
|
|
98
|
+
"@cspell/dynamic-import": "10.1.1",
|
|
99
|
+
"@cspell/url": "10.1.1",
|
|
96
100
|
"ansi-regex": "^6.3.0",
|
|
97
101
|
"chalk": "^6.0.0",
|
|
98
102
|
"chalk-template": "^1.1.2",
|
|
99
103
|
"commander": "^15.0.0",
|
|
100
|
-
"cspell-config-lib": "10.1.
|
|
101
|
-
"cspell-dictionary": "10.1.
|
|
102
|
-
"cspell-gitignore": "10.1.
|
|
103
|
-
"cspell-glob": "10.1.
|
|
104
|
-
"cspell-io": "10.1.
|
|
105
|
-
"cspell-lib": "10.1.
|
|
104
|
+
"cspell-config-lib": "10.1.1",
|
|
105
|
+
"cspell-dictionary": "10.1.1",
|
|
106
|
+
"cspell-gitignore": "10.1.1",
|
|
107
|
+
"cspell-glob": "10.1.1",
|
|
108
|
+
"cspell-io": "10.1.1",
|
|
109
|
+
"cspell-lib": "10.1.1",
|
|
106
110
|
"fast-json-stable-stringify": "^2.1.0",
|
|
107
111
|
"flatted": "^3.4.4",
|
|
108
112
|
"semver": "^7.8.5",
|
|
@@ -117,5 +121,5 @@
|
|
|
117
121
|
"micromatch": "^4.0.8",
|
|
118
122
|
"minimatch": "^9.0.9"
|
|
119
123
|
},
|
|
120
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "bc3bc22aa1aa1b3073768f2ac9cf0d9a06f65177"
|
|
121
125
|
}
|