@storm-software/cspell 0.46.105 → 0.46.106

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 +8 -8
package/dict/storm.txt CHANGED
@@ -311,6 +311,7 @@ otlp
311
311
  outdir
312
312
  outfile
313
313
  oxalica
314
+ oxfmtrc
314
315
  oxlint
315
316
  oxlintrc
316
317
  packagejson
@@ -386,6 +387,7 @@ ssg
386
387
  sslmode
387
388
  ssr
388
389
  stacktracey
390
+ stdenv
389
391
  stenciljs
390
392
  stormcloud
391
393
  stormie
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.46.105",
3
+ "version": "0.46.106",
4
4
  "private": false,
5
5
  "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
6
6
  "keywords": [
@@ -99,17 +99,17 @@
99
99
  "@cspell/cspell-pipe": "8.17.3",
100
100
  "@cspell/cspell-tools": "^8.19.4",
101
101
  "@cspell/dict-aws": "^4.0.17",
102
- "@cspell/dict-bash": "^4.2.2",
102
+ "@cspell/dict-bash": "^4.2.3",
103
103
  "@cspell/dict-companies": "^3.2.11",
104
104
  "@cspell/dict-cpp": "^6.0.15",
105
105
  "@cspell/dict-cryptocurrencies": "^5.0.5",
106
106
  "@cspell/dict-csharp": "^4.0.8",
107
- "@cspell/dict-css": "^4.1.1",
107
+ "@cspell/dict-css": "^4.1.2",
108
108
  "@cspell/dict-docker": "^1.1.17",
109
109
  "@cspell/dict-dotnet": "^5.0.13",
110
110
  "@cspell/dict-en-common-misspellings": "^2.1.12",
111
111
  "@cspell/dict-en-gb": "^4.1.65",
112
- "@cspell/dict-en_us": "^4.4.33",
112
+ "@cspell/dict-en_us": "^4.4.35",
113
113
  "@cspell/dict-filetypes": "^3.0.18",
114
114
  "@cspell/dict-fonts": "^4.0.6",
115
115
  "@cspell/dict-fullstack": "^3.2.9",
@@ -121,13 +121,13 @@
121
121
  "@cspell/dict-k8s": "^1.0.12",
122
122
  "@cspell/dict-lorem-ipsum": "^4.0.5",
123
123
  "@cspell/dict-makefile": "^1.0.5",
124
- "@cspell/dict-markdown": "^2.0.16",
124
+ "@cspell/dict-markdown": "^2.0.17",
125
125
  "@cspell/dict-node": "^5.0.9",
126
- "@cspell/dict-npm": "^5.2.38",
126
+ "@cspell/dict-npm": "^5.2.41",
127
127
  "@cspell/dict-php": "^4.1.1",
128
128
  "@cspell/dict-powershell": "^5.0.15",
129
129
  "@cspell/dict-public-licenses": "^2.0.16",
130
- "@cspell/dict-python": "^4.2.26",
130
+ "@cspell/dict-python": "^4.2.27",
131
131
  "@cspell/dict-r": "^2.1.1",
132
132
  "@cspell/dict-ruby": "^5.1.1",
133
133
  "@cspell/dict-rust": "^4.1.2",
@@ -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": "c27544197ecb1fa5f354ef64400908169f7c0b29"
147
+ "gitHead": "f37fb6ffa883d1246e2647eb83ad87e77dc2fb25"
148
148
  }