cspell 7.3.2 → 7.3.4
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/README.md +8 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -10,10 +10,14 @@ A Spell Checker for Code!
|
|
|
10
10
|
|
|
11
11
|
## Support Future Development
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- [
|
|
16
|
-
- [
|
|
13
|
+
<!--- @@inject: ../../static/sponsor.md --->
|
|
14
|
+
|
|
15
|
+
- [](https://github.com/sponsors/streetsidesoftware)
|
|
16
|
+
- [](https://patreon.com/streetsidesoftware)
|
|
17
|
+
- [](https://www.paypal.com/donate/?hosted_button_id=26LNBP2Q6MKCY)
|
|
18
|
+
- [](https://opencollective.com/cspell)
|
|
19
|
+
|
|
20
|
+
<!--- @@inject-end: ../../static/sponsor.md --->
|
|
17
21
|
|
|
18
22
|
## Features
|
|
19
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.4",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
},
|
|
81
81
|
"homepage": "https://streetsidesoftware.github.io/cspell/",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@cspell/cspell-json-reporter": "7.3.
|
|
84
|
-
"@cspell/cspell-pipe": "7.3.
|
|
85
|
-
"@cspell/cspell-types": "7.3.
|
|
86
|
-
"@cspell/dynamic-import": "7.3.
|
|
83
|
+
"@cspell/cspell-json-reporter": "7.3.4",
|
|
84
|
+
"@cspell/cspell-pipe": "7.3.4",
|
|
85
|
+
"@cspell/cspell-types": "7.3.4",
|
|
86
|
+
"@cspell/dynamic-import": "7.3.4",
|
|
87
87
|
"chalk": "^5.3.0",
|
|
88
88
|
"chalk-template": "^1.1.0",
|
|
89
89
|
"commander": "^11.0.0",
|
|
90
|
-
"cspell-gitignore": "7.3.
|
|
91
|
-
"cspell-glob": "7.3.
|
|
92
|
-
"cspell-io": "7.3.
|
|
93
|
-
"cspell-lib": "7.3.
|
|
90
|
+
"cspell-gitignore": "7.3.4",
|
|
91
|
+
"cspell-glob": "7.3.4",
|
|
92
|
+
"cspell-io": "7.3.4",
|
|
93
|
+
"cspell-lib": "7.3.4",
|
|
94
94
|
"fast-glob": "^3.3.1",
|
|
95
95
|
"fast-json-stable-stringify": "^2.1.0",
|
|
96
96
|
"file-entry-cache": "^6.0.1",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"micromatch": "^4.0.5",
|
|
111
111
|
"minimatch": "^9.0.3"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "7849a4ff2561453653fae9b9067b39252aeb773f"
|
|
114
114
|
}
|