@storm-software/cspell 0.45.85 → 0.45.86

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 +1 -0
  2. package/package.json +2 -2
package/dict/storm.txt CHANGED
@@ -334,6 +334,7 @@ repeaterjs
334
334
  retext
335
335
  rolldown
336
336
  rollup
337
+ rpid
337
338
  rsc
338
339
  rspack
339
340
  ruhl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.45.85",
3
+ "version": "0.45.86",
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": "119c9bc1238cfee3860bcc9f7a7445ecbac88aa2"
147
+ "gitHead": "276c2f4c5310a10220d5e7471a0e74a846534e73"
148
148
  }