@cspell/cspell-bundled-dicts 10.1.1 → 10.2.0-alpha.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 (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "10.1.1",
3
+ "version": "10.2.0-alpha.2",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -8,7 +8,6 @@
8
8
  },
9
9
  "type": "module",
10
10
  "sideEffects": false,
11
- "main": "cspell-default.json",
12
11
  "files": [
13
12
  "cspell-default.json",
14
13
  "cspell-default.config.js",
@@ -62,8 +61,8 @@
62
61
  "@cspell/dict-dotnet": "^5.0.13",
63
62
  "@cspell/dict-elixir": "^4.0.8",
64
63
  "@cspell/dict-en-common-misspellings": "^2.2.0",
65
- "@cspell/dict-en-gb-mit": "^3.1.25",
66
- "@cspell/dict-en_us": "^4.4.36",
64
+ "@cspell/dict-en-gb-mit": "^3.1.26",
65
+ "@cspell/dict-en_us": "^4.4.37",
67
66
  "@cspell/dict-filetypes": "^3.0.18",
68
67
  "@cspell/dict-flutter": "^1.1.1",
69
68
  "@cspell/dict-fonts": "^4.0.6",
@@ -91,7 +90,7 @@
91
90
  "@cspell/dict-php": "^4.1.1",
92
91
  "@cspell/dict-powershell": "^5.0.15",
93
92
  "@cspell/dict-public-licenses": "^2.0.16",
94
- "@cspell/dict-python": "^4.4.0",
93
+ "@cspell/dict-python": "^4.4.1",
95
94
  "@cspell/dict-r": "^2.1.1",
96
95
  "@cspell/dict-ruby": "^5.1.2",
97
96
  "@cspell/dict-rust": "^4.1.2",
@@ -110,9 +109,9 @@
110
109
  "node": ">=22.18.0"
111
110
  },
112
111
  "devDependencies": {
113
- "@cspell/cspell-tools": "10.1.1",
114
- "@cspell/cspell-types": "10.1.1",
112
+ "@cspell/cspell-tools": "10.2.0-alpha.2",
113
+ "@cspell/cspell-types": "10.2.0-alpha.2",
115
114
  "@cspell/dictionary-bundler-plugin": ""
116
115
  },
117
- "gitHead": "bc3bc22aa1aa1b3073768f2ac9cf0d9a06f65177"
116
+ "gitHead": "555e6e1fae64dfe84ca6ba64ac35e9f7826ae4c5"
118
117
  }