@storm-software/cspell 0.38.2 → 0.39.0
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 +2 -1
- package/dict/storm.txt +10 -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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Software CSpell Dictionary](#storm-software-cspell-dictionary)
|
package/dict/storm.txt
CHANGED
|
@@ -96,6 +96,7 @@ Zbit
|
|
|
96
96
|
Zbyte
|
|
97
97
|
Zibit
|
|
98
98
|
Zibyte
|
|
99
|
+
agi
|
|
99
100
|
agola
|
|
100
101
|
akka
|
|
101
102
|
alexignore
|
|
@@ -149,6 +150,7 @@ contributorsrc
|
|
|
149
150
|
conventionalcommits
|
|
150
151
|
copyfiles
|
|
151
152
|
corepack
|
|
153
|
+
csr
|
|
152
154
|
cssmodule
|
|
153
155
|
cuid
|
|
154
156
|
cword
|
|
@@ -233,6 +235,7 @@ langium
|
|
|
233
235
|
layerci
|
|
234
236
|
lefthook
|
|
235
237
|
lintstagedrc
|
|
238
|
+
llms
|
|
236
239
|
loadautofunc
|
|
237
240
|
localappdata
|
|
238
241
|
lockb
|
|
@@ -251,6 +254,7 @@ mkdocs
|
|
|
251
254
|
mkdown
|
|
252
255
|
modelina
|
|
253
256
|
monodon
|
|
257
|
+
mpa
|
|
254
258
|
msvc
|
|
255
259
|
msword
|
|
256
260
|
nanotar
|
|
@@ -295,6 +299,7 @@ pnpapi
|
|
|
295
299
|
postbuild
|
|
296
300
|
preapproved
|
|
297
301
|
preid
|
|
302
|
+
preinit
|
|
298
303
|
preinstall
|
|
299
304
|
probot
|
|
300
305
|
projen
|
|
@@ -312,6 +317,7 @@ repeaterjs
|
|
|
312
317
|
retext
|
|
313
318
|
rolldown
|
|
314
319
|
rollup
|
|
320
|
+
rsc
|
|
315
321
|
rspack
|
|
316
322
|
ruhl
|
|
317
323
|
runtimes
|
|
@@ -326,9 +332,12 @@ shellescape
|
|
|
326
332
|
smee
|
|
327
333
|
sonarjs
|
|
328
334
|
sourcehut
|
|
335
|
+
spa
|
|
329
336
|
spawndamnit
|
|
330
337
|
sqlserver
|
|
331
338
|
squircle
|
|
339
|
+
ssg
|
|
340
|
+
ssr
|
|
332
341
|
stacktracey
|
|
333
342
|
stenciljs
|
|
334
343
|
stormcloud
|
|
@@ -365,6 +374,7 @@ tsdocs
|
|
|
365
374
|
tsdown
|
|
366
375
|
tses
|
|
367
376
|
tsestree
|
|
377
|
+
tsgo
|
|
368
378
|
tsup
|
|
369
379
|
ttyd
|
|
370
380
|
typecheck
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"tsup": "8.4.0"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "33495f6446b9cce3f9874b76bc93cdc975e2d866"
|
|
148
148
|
}
|