@storm-software/cspell 0.45.88 → 0.45.90

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.
Files changed (2) hide show
  1. package/dict/storm.txt +3 -0
  2. package/package.json +2 -2
package/dict/storm.txt CHANGED
@@ -310,6 +310,7 @@ pluggable
310
310
  pmmmwh
311
311
  pnpapi
312
312
  pnpmfile
313
+ polyfilling
313
314
  postbuild
314
315
  powerlines
315
316
  preapproved
@@ -323,6 +324,7 @@ projen
323
324
  pulumi
324
325
  rabbitmq
325
326
  radash
327
+ rdjson
326
328
  recompiles
327
329
  redlock
328
330
  redocusaurus
@@ -443,6 +445,7 @@ wimax
443
445
  workerd
444
446
  wunderctl
445
447
  wundergraph
448
+ xchacha
446
449
  zenstack
447
450
  zizmor
448
451
  zkochan
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.45.88",
3
+ "version": "0.45.90",
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": "97c5d1d84921ce8364867d6f9daf8b13877fca09"
147
+ "gitHead": "7926a9d7c0357ed0b74c63fb28e094cc4e23e329"
148
148
  }