@storm-software/cspell 0.45.86 → 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 +5 -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
|
|
@@ -344,6 +345,7 @@ rxvt
|
|
|
344
345
|
sailci
|
|
345
346
|
sarif
|
|
346
347
|
satoshi
|
|
348
|
+
scaffolder
|
|
347
349
|
sdls
|
|
348
350
|
shellcheck
|
|
349
351
|
shellescape
|
|
@@ -355,6 +357,7 @@ spawndamnit
|
|
|
355
357
|
sqlserver
|
|
356
358
|
squircle
|
|
357
359
|
ssg
|
|
360
|
+
sslmode
|
|
358
361
|
ssr
|
|
359
362
|
stacktracey
|
|
360
363
|
stenciljs
|
|
@@ -378,8 +381,10 @@ tamagui
|
|
|
378
381
|
tamasfe
|
|
379
382
|
taplo
|
|
380
383
|
tbenning
|
|
384
|
+
techdocs
|
|
381
385
|
terragrunt
|
|
382
386
|
terrascan
|
|
387
|
+
testuser
|
|
383
388
|
theunderscorer
|
|
384
389
|
tinycolor
|
|
385
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
|
}
|