@storm-software/cspell 0.35.1 → 0.35.2

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 +3 -3
package/dict/storm.txt CHANGED
@@ -188,6 +188,9 @@ fsevent
188
188
  fullpath
189
189
  fumadocs
190
190
  funct
191
+ genai
192
+ genaiscript
193
+ genaisrc
191
194
  gerrit
192
195
  ghostty
193
196
  gitea
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.35.1",
3
+ "version": "0.35.2",
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.4",
128
128
  "@cspell/dict-markdown": "^2.0.11",
129
129
  "@cspell/dict-node": "^5.0.7",
130
- "@cspell/dict-npm": "^5.2.9",
130
+ "@cspell/dict-npm": "^5.2.10",
131
131
  "@cspell/dict-php": "^4.0.14",
132
132
  "@cspell/dict-powershell": "^5.0.14",
133
133
  "@cspell/dict-public-licenses": "^2.0.13",
@@ -144,5 +144,5 @@
144
144
  "tsup": "8.4.0"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
147
+ "gitHead": "b9e7552c043ded538659309cd6fc08c846a50faa"
148
148
  }