@storm-software/cspell 0.34.3 → 0.34.5
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 +1 -1
- package/dict/storm.txt +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/dict/storm.txt
CHANGED
|
@@ -129,6 +129,7 @@ changecase
|
|
|
129
129
|
checkmark
|
|
130
130
|
clicolor
|
|
131
131
|
clsx
|
|
132
|
+
cmder
|
|
132
133
|
cockroachdb
|
|
133
134
|
codecov
|
|
134
135
|
codegen
|
|
@@ -227,6 +228,7 @@ mkdn
|
|
|
227
228
|
mkdocs
|
|
228
229
|
mkdown
|
|
229
230
|
modelina
|
|
231
|
+
monodon
|
|
230
232
|
msvc
|
|
231
233
|
msword
|
|
232
234
|
nanotar
|
|
@@ -288,6 +290,7 @@ rspack
|
|
|
288
290
|
ruhl
|
|
289
291
|
runtimes
|
|
290
292
|
rwsdk
|
|
293
|
+
rxvt
|
|
291
294
|
sailci
|
|
292
295
|
sarif
|
|
293
296
|
satoshi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@cspell/dict-css": "^4.0.17",
|
|
112
112
|
"@cspell/dict-docker": "^1.1.14",
|
|
113
113
|
"@cspell/dict-dotnet": "^5.0.9",
|
|
114
|
-
"@cspell/dict-en-common-misspellings": "^2.1.
|
|
114
|
+
"@cspell/dict-en-common-misspellings": "^2.1.1",
|
|
115
115
|
"@cspell/dict-en-gb": "^4.1.65",
|
|
116
116
|
"@cspell/dict-en_us": "^4.4.11",
|
|
117
117
|
"@cspell/dict-filetypes": "^3.0.12",
|