@cspell/cspell-bundled-dicts 8.6.1 → 8.8.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.
@@ -23,7 +23,7 @@ const settings = {
23
23
  'Română',
24
24
  ],
25
25
  flagWords: [],
26
- maxNumberOfProblems: 10000,
26
+ maxNumberOfProblems: 10_000,
27
27
  ignorePaths: [],
28
28
  allowCompoundWords: false,
29
29
  dictionaryDefinitions: [],
@@ -149,6 +149,7 @@ const settings = {
149
149
  '@cspell/dict-lorem-ipsum/cspell-ext.json',
150
150
  '@cspell/dict-lua/cspell-ext.json',
151
151
  '@cspell/dict-makefile/cspell-ext.json',
152
+ '@cspell/dict-monkeyc/cspell-ext.json',
152
153
  '@cspell/dict-node/cspell-ext.json',
153
154
  '@cspell/dict-npm/cspell-ext.json',
154
155
  '@cspell/dict-php/cspell-ext.json',
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "8.6.1",
3
+ "version": "8.8.0",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
+ "type": "commonjs",
8
9
  "sideEffects": false,
9
10
  "main": "cspell-default.json",
10
11
  "files": [
@@ -61,7 +62,7 @@
61
62
  "@cspell/dict-elixir": "^4.0.3",
62
63
  "@cspell/dict-en-common-misspellings": "^2.0.0",
63
64
  "@cspell/dict-en-gb": "1.1.33",
64
- "@cspell/dict-en_us": "^4.3.17",
65
+ "@cspell/dict-en_us": "^4.3.19",
65
66
  "@cspell/dict-filetypes": "^3.0.3",
66
67
  "@cspell/dict-fonts": "^4.0.0",
67
68
  "@cspell/dict-fsharp": "^1.0.1",
@@ -79,7 +80,8 @@
79
80
  "@cspell/dict-lorem-ipsum": "^4.0.0",
80
81
  "@cspell/dict-lua": "^4.0.3",
81
82
  "@cspell/dict-makefile": "^1.0.0",
82
- "@cspell/dict-node": "^4.0.3",
83
+ "@cspell/dict-monkeyc": "^1.0.6",
84
+ "@cspell/dict-node": "^5.0.1",
83
85
  "@cspell/dict-npm": "^5.0.15",
84
86
  "@cspell/dict-php": "^4.0.6",
85
87
  "@cspell/dict-powershell": "^5.0.3",
@@ -87,22 +89,22 @@
87
89
  "@cspell/dict-python": "^4.1.11",
88
90
  "@cspell/dict-r": "^2.0.1",
89
91
  "@cspell/dict-ruby": "^5.0.2",
90
- "@cspell/dict-rust": "^4.0.2",
92
+ "@cspell/dict-rust": "^4.0.3",
91
93
  "@cspell/dict-scala": "^5.0.0",
92
- "@cspell/dict-software-terms": "^3.3.18",
94
+ "@cspell/dict-software-terms": "^3.3.20",
93
95
  "@cspell/dict-sql": "^2.1.3",
94
96
  "@cspell/dict-svelte": "^1.0.2",
95
97
  "@cspell/dict-swift": "^2.0.1",
96
98
  "@cspell/dict-terraform": "^1.0.0",
97
- "@cspell/dict-typescript": "^3.1.2",
99
+ "@cspell/dict-typescript": "^3.1.4",
98
100
  "@cspell/dict-vue": "^3.0.0"
99
101
  },
100
102
  "engines": {
101
103
  "node": ">=18"
102
104
  },
103
105
  "devDependencies": {
104
- "@cspell/cspell-tools": "8.6.1",
105
- "@cspell/cspell-types": "8.6.1"
106
+ "@cspell/cspell-tools": "8.8.0",
107
+ "@cspell/cspell-types": "8.8.0"
106
108
  },
107
- "gitHead": "9279c50f26a32327e38fb1480ac1b823aa898a5f"
109
+ "gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
108
110
  }