@storm-software/cspell 0.34.24 → 0.35.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/README.md +1 -1
- package/dict/storm.txt +14 -0
- package/package.json +3 -3
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
|
@@ -102,18 +102,22 @@ alexignore
|
|
|
102
102
|
alexjs
|
|
103
103
|
alexrc
|
|
104
104
|
allcontributors
|
|
105
|
+
allowincompletepush
|
|
106
|
+
ambar
|
|
105
107
|
appcircle
|
|
106
108
|
applogs
|
|
107
109
|
appsettings
|
|
108
110
|
asyncapi
|
|
109
111
|
asyncgenerator
|
|
110
112
|
asynciterable
|
|
113
|
+
atuin
|
|
111
114
|
autoincrement
|
|
112
115
|
automerge
|
|
113
116
|
avrogen
|
|
114
117
|
backlink
|
|
115
118
|
badkey
|
|
116
119
|
bashdefault
|
|
120
|
+
bbenoist
|
|
117
121
|
biomejs
|
|
118
122
|
bitrise
|
|
119
123
|
bivariant
|
|
@@ -148,6 +152,7 @@ cword
|
|
|
148
152
|
datamodel
|
|
149
153
|
datasources
|
|
150
154
|
datetime
|
|
155
|
+
davidanson
|
|
151
156
|
dbaeumer
|
|
152
157
|
deburr
|
|
153
158
|
deepkit
|
|
@@ -175,6 +180,8 @@ eventsourced
|
|
|
175
180
|
expando
|
|
176
181
|
fastly
|
|
177
182
|
favicons
|
|
183
|
+
ffmpeg
|
|
184
|
+
firsttris
|
|
178
185
|
flashbots
|
|
179
186
|
frontmatter
|
|
180
187
|
fsevent
|
|
@@ -185,6 +192,7 @@ gerrit
|
|
|
185
192
|
ghostty
|
|
186
193
|
gitea
|
|
187
194
|
gocd
|
|
195
|
+
gpgsign
|
|
188
196
|
graphiql
|
|
189
197
|
hasura
|
|
190
198
|
healthcheck
|
|
@@ -227,6 +235,7 @@ maxage
|
|
|
227
235
|
mediastream
|
|
228
236
|
memjs
|
|
229
237
|
metafile
|
|
238
|
+
mikestead
|
|
230
239
|
mkdn
|
|
231
240
|
mkdocs
|
|
232
241
|
mkdown
|
|
@@ -238,6 +247,8 @@ nanotar
|
|
|
238
247
|
napi
|
|
239
248
|
nevercode
|
|
240
249
|
nextjs
|
|
250
|
+
nixd
|
|
251
|
+
nixfmt
|
|
241
252
|
nixos
|
|
242
253
|
nixpkgs
|
|
243
254
|
nodelib
|
|
@@ -298,6 +309,7 @@ sailci
|
|
|
298
309
|
sarif
|
|
299
310
|
satoshi
|
|
300
311
|
sdls
|
|
312
|
+
shellcheck
|
|
301
313
|
shellescape
|
|
302
314
|
smee
|
|
303
315
|
sonarjs
|
|
@@ -324,6 +336,7 @@ syncpack
|
|
|
324
336
|
systemvars
|
|
325
337
|
tailwindcss
|
|
326
338
|
tamagui
|
|
339
|
+
tamasfe
|
|
327
340
|
taplo
|
|
328
341
|
tbenning
|
|
329
342
|
terragrunt
|
|
@@ -341,6 +354,7 @@ tsdown
|
|
|
341
354
|
tses
|
|
342
355
|
tsestree
|
|
343
356
|
tsup
|
|
357
|
+
ttyd
|
|
344
358
|
typecheck
|
|
345
359
|
typedarrays
|
|
346
360
|
typeschema
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@cspell/cspell-pipe": "8.17.3",
|
|
104
104
|
"@cspell/cspell-tools": "^8.19.4",
|
|
105
|
-
"@cspell/dict-aws": "^4.0.
|
|
105
|
+
"@cspell/dict-aws": "^4.0.11",
|
|
106
106
|
"@cspell/dict-bash": "^4.2.0",
|
|
107
107
|
"@cspell/dict-companies": "^3.2.1",
|
|
108
108
|
"@cspell/dict-cpp": "^6.0.8",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"tsup": "8.4.0"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
|
|
148
148
|
}
|