@storm-software/cspell 0.45.44 → 0.45.45

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
@@ -305,6 +305,7 @@ plantuml
305
305
  pluggable
306
306
  pmmmwh
307
307
  pnpapi
308
+ pnpmfile
308
309
  postbuild
309
310
  powerlines
310
311
  preapproved
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.45.44",
3
+ "version": "0.45.45",
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": "090b21b6780b365703ae40f5bcf85305d1cd8001"
147
+ "gitHead": "fe2e95b0e67b24f4228ce77ef4514728cbfe90da"
148
148
  }