@storm-software/cspell 0.45.86 → 0.45.88
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
|
@@ -230,6 +230,7 @@ jdbc
|
|
|
230
230
|
jiti
|
|
231
231
|
jotai
|
|
232
232
|
jsbi
|
|
233
|
+
jsnext
|
|
233
234
|
jsxdev
|
|
234
235
|
jsxprod
|
|
235
236
|
justinvdm
|
|
@@ -302,6 +303,7 @@ oxlintrc
|
|
|
302
303
|
packagejson
|
|
303
304
|
partytown
|
|
304
305
|
patsullivan
|
|
306
|
+
pgsslmode
|
|
305
307
|
pino
|
|
306
308
|
plantuml
|
|
307
309
|
pluggable
|
|
@@ -344,6 +346,7 @@ rxvt
|
|
|
344
346
|
sailci
|
|
345
347
|
sarif
|
|
346
348
|
satoshi
|
|
349
|
+
scaffolder
|
|
347
350
|
sdls
|
|
348
351
|
shellcheck
|
|
349
352
|
shellescape
|
|
@@ -355,6 +358,7 @@ spawndamnit
|
|
|
355
358
|
sqlserver
|
|
356
359
|
squircle
|
|
357
360
|
ssg
|
|
361
|
+
sslmode
|
|
358
362
|
ssr
|
|
359
363
|
stacktracey
|
|
360
364
|
stenciljs
|
|
@@ -378,8 +382,10 @@ tamagui
|
|
|
378
382
|
tamasfe
|
|
379
383
|
taplo
|
|
380
384
|
tbenning
|
|
385
|
+
techdocs
|
|
381
386
|
terragrunt
|
|
382
387
|
terrascan
|
|
388
|
+
testuser
|
|
383
389
|
theunderscorer
|
|
384
390
|
tinycolor
|
|
385
391
|
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.88",
|
|
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": "97c5d1d84921ce8364867d6f9daf8b13877fca09"
|
|
148
148
|
}
|