@storm-software/cspell 0.34.1 → 0.34.3
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 +5 -0
- package/package.json +9 -9
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
|
@@ -160,6 +160,7 @@ docgen
|
|
|
160
160
|
doctoc
|
|
161
161
|
domwindow
|
|
162
162
|
donedeal
|
|
163
|
+
dotenvx
|
|
163
164
|
dpdm
|
|
164
165
|
dprint
|
|
165
166
|
dsari
|
|
@@ -188,6 +189,7 @@ healthcheck
|
|
|
188
189
|
healthz
|
|
189
190
|
heroicons
|
|
190
191
|
hideconstructor
|
|
192
|
+
hookable
|
|
191
193
|
hookform
|
|
192
194
|
httpparser
|
|
193
195
|
immer
|
|
@@ -205,6 +207,7 @@ kafkajs
|
|
|
205
207
|
kbit
|
|
206
208
|
keybase
|
|
207
209
|
ksql
|
|
210
|
+
kvhttp
|
|
208
211
|
kysely
|
|
209
212
|
langium
|
|
210
213
|
layerci
|
|
@@ -328,6 +331,8 @@ treeshake
|
|
|
328
331
|
tsdoc
|
|
329
332
|
tsdocs
|
|
330
333
|
tsdown
|
|
334
|
+
tses
|
|
335
|
+
tsestree
|
|
331
336
|
tsup
|
|
332
337
|
typecheck
|
|
333
338
|
typedarrays
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -111,23 +111,23 @@
|
|
|
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.0
|
|
114
|
+
"@cspell/dict-en-common-misspellings": "^2.1.0",
|
|
115
115
|
"@cspell/dict-en-gb": "^4.1.65",
|
|
116
|
-
"@cspell/dict-en_us": "^4.4.
|
|
116
|
+
"@cspell/dict-en_us": "^4.4.11",
|
|
117
117
|
"@cspell/dict-filetypes": "^3.0.12",
|
|
118
118
|
"@cspell/dict-fonts": "^4.0.4",
|
|
119
119
|
"@cspell/dict-fullstack": "^3.2.6",
|
|
120
|
-
"@cspell/dict-git": "^3.0.
|
|
121
|
-
"@cspell/dict-golang": "^6.0.
|
|
120
|
+
"@cspell/dict-git": "^3.0.6",
|
|
121
|
+
"@cspell/dict-golang": "^6.0.22",
|
|
122
122
|
"@cspell/dict-html": "^4.0.11",
|
|
123
123
|
"@cspell/dict-html-symbol-entities": "^4.0.3",
|
|
124
124
|
"@cspell/dict-java": "^5.0.11",
|
|
125
|
-
"@cspell/dict-k8s": "^1.0.
|
|
125
|
+
"@cspell/dict-k8s": "^1.0.11",
|
|
126
126
|
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
127
127
|
"@cspell/dict-makefile": "^1.0.4",
|
|
128
|
-
"@cspell/dict-markdown": "^2.0.
|
|
128
|
+
"@cspell/dict-markdown": "^2.0.11",
|
|
129
129
|
"@cspell/dict-node": "^5.0.7",
|
|
130
|
-
"@cspell/dict-npm": "^5.2.
|
|
130
|
+
"@cspell/dict-npm": "^5.2.6",
|
|
131
131
|
"@cspell/dict-php": "^4.0.14",
|
|
132
132
|
"@cspell/dict-powershell": "^5.0.14",
|
|
133
133
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@cspell/dict-sql": "^2.2.0",
|
|
140
140
|
"@cspell/dict-svelte": "^1.0.6",
|
|
141
141
|
"@cspell/dict-swift": "^2.0.5",
|
|
142
|
-
"@cspell/dict-typescript": "^3.2.
|
|
142
|
+
"@cspell/dict-typescript": "^3.2.2",
|
|
143
143
|
"@cspell/dict-vue": "^3.0.4",
|
|
144
144
|
"tsup": "8.4.0"
|
|
145
145
|
},
|