@storm-software/cspell 0.45.85 → 0.45.87
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/dict/storm.txt +6 -0
- package/package.json +2 -2
package/dict/storm.txt
CHANGED
|
@@ -302,6 +302,7 @@ oxlintrc
|
|
|
302
302
|
packagejson
|
|
303
303
|
partytown
|
|
304
304
|
patsullivan
|
|
305
|
+
pgsslmode
|
|
305
306
|
pino
|
|
306
307
|
plantuml
|
|
307
308
|
pluggable
|
|
@@ -334,6 +335,7 @@ repeaterjs
|
|
|
334
335
|
retext
|
|
335
336
|
rolldown
|
|
336
337
|
rollup
|
|
338
|
+
rpid
|
|
337
339
|
rsc
|
|
338
340
|
rspack
|
|
339
341
|
ruhl
|
|
@@ -343,6 +345,7 @@ rxvt
|
|
|
343
345
|
sailci
|
|
344
346
|
sarif
|
|
345
347
|
satoshi
|
|
348
|
+
scaffolder
|
|
346
349
|
sdls
|
|
347
350
|
shellcheck
|
|
348
351
|
shellescape
|
|
@@ -354,6 +357,7 @@ spawndamnit
|
|
|
354
357
|
sqlserver
|
|
355
358
|
squircle
|
|
356
359
|
ssg
|
|
360
|
+
sslmode
|
|
357
361
|
ssr
|
|
358
362
|
stacktracey
|
|
359
363
|
stenciljs
|
|
@@ -377,8 +381,10 @@ tamagui
|
|
|
377
381
|
tamasfe
|
|
378
382
|
taplo
|
|
379
383
|
tbenning
|
|
384
|
+
techdocs
|
|
380
385
|
terragrunt
|
|
381
386
|
terrascan
|
|
387
|
+
testuser
|
|
382
388
|
theunderscorer
|
|
383
389
|
tinycolor
|
|
384
390
|
tinyexec
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.87",
|
|
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": "7d7342bd35e739927647fe3c2b1778438970a2e1"
|
|
148
148
|
}
|