@storm-software/cspell 0.32.0 → 0.34.0

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 +6 -0
  2. package/package.json +1 -1
package/dict/storm.txt CHANGED
@@ -113,6 +113,7 @@ automerge
113
113
  avrogen
114
114
  backlink
115
115
  badkey
116
+ bashdefault
116
117
  biomejs
117
118
  bitrise
118
119
  bivariant
@@ -133,12 +134,14 @@ codegen
133
134
  codeowners
134
135
  commitlint
135
136
  compat
137
+ compdef
136
138
  contributorsrc
137
139
  conventionalcommits
138
140
  copyfiles
139
141
  corepack
140
142
  cssmodule
141
143
  cuid
144
+ cword
142
145
  datamodel
143
146
  datasources
144
147
  datetime
@@ -205,11 +208,13 @@ kysely
205
208
  langium
206
209
  layerci
207
210
  lefthook
211
+ loadautofunc
208
212
  localappdata
209
213
  lockb
210
214
  macrotask
211
215
  magicast
212
216
  manypkg
217
+ mapfile
213
218
  maxage
214
219
  mediastream
215
220
  memjs
@@ -238,6 +243,7 @@ nuxt
238
243
  nxkit
239
244
  nxrelease
240
245
  occured
246
+ ohash
241
247
  openapi
242
248
  opengraph
243
249
  opentelemetry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "type": "module",
5
5
  "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
6
6
  "repository": {