@storm-software/cspell 0.46.94 → 0.46.95

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
@@ -246,6 +246,7 @@ kafkajs
246
246
  kbit
247
247
  keybase
248
248
  ksql
249
+ kubectx
249
250
  kvhttp
250
251
  kysely
251
252
  langium
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.46.94",
3
+ "version": "0.46.95",
4
4
  "private": false,
5
5
  "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
6
6
  "keywords": [
@@ -144,5 +144,5 @@
144
144
  "packageManager": "pnpm@10.3.0",
145
145
  "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
147
+ "gitHead": "6dba6240bab81e9515262d108e998fb518d4cf7e"
148
148
  }