cspell 9.1.0 → 9.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/pkgInfo.d.ts +1 -1
- package/dist/esm/pkgInfo.js +1 -1
- package/package.json +13 -13
package/dist/esm/pkgInfo.d.ts
CHANGED
package/dist/esm/pkgInfo.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated by tools/patch-version.mjs
|
|
2
2
|
export { pkgDir } from './dirname.js';
|
|
3
3
|
export const name = 'cspell';
|
|
4
|
-
export const version = '9.1.
|
|
4
|
+
export const version = '9.1.1';
|
|
5
5
|
export const engines = { node: '>=20' };
|
|
6
6
|
export const npmPackage = { name, version, engines };
|
|
7
7
|
//# sourceMappingURL=pkgInfo.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -81,20 +81,20 @@
|
|
|
81
81
|
},
|
|
82
82
|
"homepage": "https://cspell.org/",
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@cspell/cspell-json-reporter": "9.1.
|
|
85
|
-
"@cspell/cspell-pipe": "9.1.
|
|
86
|
-
"@cspell/cspell-types": "9.1.
|
|
87
|
-
"@cspell/dynamic-import": "9.1.
|
|
88
|
-
"@cspell/url": "9.1.
|
|
84
|
+
"@cspell/cspell-json-reporter": "9.1.1",
|
|
85
|
+
"@cspell/cspell-pipe": "9.1.1",
|
|
86
|
+
"@cspell/cspell-types": "9.1.1",
|
|
87
|
+
"@cspell/dynamic-import": "9.1.1",
|
|
88
|
+
"@cspell/url": "9.1.1",
|
|
89
89
|
"chalk": "^5.4.1",
|
|
90
90
|
"chalk-template": "^1.1.0",
|
|
91
91
|
"commander": "^14.0.0",
|
|
92
|
-
"cspell-config-lib": "9.1.
|
|
93
|
-
"cspell-dictionary": "9.1.
|
|
94
|
-
"cspell-gitignore": "9.1.
|
|
95
|
-
"cspell-glob": "9.1.
|
|
96
|
-
"cspell-io": "9.1.
|
|
97
|
-
"cspell-lib": "9.1.
|
|
92
|
+
"cspell-config-lib": "9.1.1",
|
|
93
|
+
"cspell-dictionary": "9.1.1",
|
|
94
|
+
"cspell-gitignore": "9.1.1",
|
|
95
|
+
"cspell-glob": "9.1.1",
|
|
96
|
+
"cspell-io": "9.1.1",
|
|
97
|
+
"cspell-lib": "9.1.1",
|
|
98
98
|
"fast-json-stable-stringify": "^2.1.0",
|
|
99
99
|
"file-entry-cache": "^9.1.0",
|
|
100
100
|
"semver": "^7.7.2",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"micromatch": "^4.0.8",
|
|
112
112
|
"minimatch": "^9.0.5"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "40c6e1a331f38a0c008aacf2cb527270752c35ad"
|
|
115
115
|
}
|