@storm-software/cspell 0.45.87 → 0.45.89

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 +2 -0
  2. 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
@@ -322,6 +323,7 @@ projen
322
323
  pulumi
323
324
  rabbitmq
324
325
  radash
326
+ rdjson
325
327
  recompiles
326
328
  redlock
327
329
  redocusaurus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.45.87",
3
+ "version": "0.45.89",
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": "7d7342bd35e739927647fe3c2b1778438970a2e1"
147
+ "gitHead": "33079bea7e40ca59dbf61030b1ee9dd89ce7f24e"
148
148
  }