@storm-software/cspell 0.45.48 → 0.45.49

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 +3 -3
package/dict/storm.txt CHANGED
@@ -312,6 +312,8 @@ preapproved
312
312
  preid
313
313
  preinit
314
314
  preinstall
315
+ prerender
316
+ prerendered
315
317
  probot
316
318
  projen
317
319
  pulumi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.45.48",
3
+ "version": "0.45.49",
4
4
  "type": "module",
5
5
  "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
6
6
  "repository": {
@@ -127,7 +127,7 @@
127
127
  "@cspell/dict-makefile": "^1.0.5",
128
128
  "@cspell/dict-markdown": "^2.0.12",
129
129
  "@cspell/dict-node": "^5.0.8",
130
- "@cspell/dict-npm": "^5.2.23",
130
+ "@cspell/dict-npm": "^5.2.24",
131
131
  "@cspell/dict-php": "^4.1.0",
132
132
  "@cspell/dict-powershell": "^5.0.15",
133
133
  "@cspell/dict-public-licenses": "^2.0.15",
@@ -144,5 +144,5 @@
144
144
  "tsup": "8.4.0"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "8eb8e287b7dca0107721841a0eb90dd008e4bc78"
147
+ "gitHead": "50d5da65a592cc5ebe3ba46b3793471fd910f863"
148
148
  }