@cspell/cspell-bundled-dicts 5.12.4 → 5.13.1

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.
@@ -32,11 +32,6 @@ const settings = {
32
32
  },
33
33
  ],
34
34
  languageSettings: [
35
- {
36
- languageId: 'csharp',
37
- allowCompoundWords: true,
38
- dictionaries: ['csharp', 'dotnet', 'npm'],
39
- },
40
35
  {
41
36
  languageId: 'javascript,javascriptreact',
42
37
  dictionaries: ['typescript', 'node', 'npm'],
@@ -130,7 +125,9 @@ const settings = {
130
125
  '@cspell/dict-rust/cspell-ext.json',
131
126
  '@cspell/dict-scala/cspell-ext.json',
132
127
  '@cspell/dict-software-terms/cspell-ext.json',
128
+ '@cspell/dict-swift/cspell-ext.json',
133
129
  '@cspell/dict-typescript/cspell-ext.json',
130
+ '@cspell/dict-vue/cspell-ext.json',
134
131
  ],
135
132
  };
136
133
  module.exports = settings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "5.12.4",
3
+ "version": "5.13.1",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -45,17 +45,17 @@
45
45
  "dependencies": {
46
46
  "@cspell/dict-ada": "^1.1.2",
47
47
  "@cspell/dict-aws": "^1.0.14",
48
- "@cspell/dict-bash": "^1.0.16",
48
+ "@cspell/dict-bash": "^1.0.17",
49
49
  "@cspell/dict-companies": "^2.0.2",
50
50
  "@cspell/dict-cpp": "^1.1.40",
51
51
  "@cspell/dict-cryptocurrencies": "^1.0.10",
52
- "@cspell/dict-csharp": "^1.0.11",
52
+ "@cspell/dict-csharp": "^2.0.1",
53
53
  "@cspell/dict-css": "^1.0.12",
54
54
  "@cspell/dict-django": "^1.0.26",
55
55
  "@cspell/dict-dotnet": "^1.0.32",
56
56
  "@cspell/dict-elixir": "^1.0.26",
57
57
  "@cspell/dict-en-gb": "^1.1.33",
58
- "@cspell/dict-en_us": "^2.1.2",
58
+ "@cspell/dict-en_us": "^2.1.4",
59
59
  "@cspell/dict-filetypes": "^2.0.1",
60
60
  "@cspell/dict-fonts": "^1.0.14",
61
61
  "@cspell/dict-fullstack": "^2.0.4",
@@ -71,12 +71,12 @@
71
71
  "@cspell/dict-npm": "^1.0.16",
72
72
  "@cspell/dict-php": "^1.0.25",
73
73
  "@cspell/dict-powershell": "^1.0.19",
74
- "@cspell/dict-public-licenses": "^1.0.3",
75
- "@cspell/dict-python": "^2.0.4",
76
- "@cspell/dict-ruby": "^1.0.14",
74
+ "@cspell/dict-public-licenses": "^1.0.4",
75
+ "@cspell/dict-python": "^2.0.5",
76
+ "@cspell/dict-ruby": "^1.0.15",
77
77
  "@cspell/dict-rust": "^1.0.23",
78
78
  "@cspell/dict-scala": "^1.0.21",
79
- "@cspell/dict-software-terms": "^2.0.8",
79
+ "@cspell/dict-software-terms": "^2.0.11",
80
80
  "@cspell/dict-swift": "^1.0.1",
81
81
  "@cspell/dict-typescript": "^1.0.19",
82
82
  "@cspell/dict-vue": "^2.0.1"
@@ -85,8 +85,8 @@
85
85
  "node": ">=12.13.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@cspell/cspell-tools": "^5.12.4",
89
- "@cspell/cspell-types": "^5.12.4"
88
+ "@cspell/cspell-tools": "^5.13.1",
89
+ "@cspell/cspell-types": "^5.13.1"
90
90
  },
91
- "gitHead": "3e9973c39725f65141683b373ed839562f28bd94"
91
+ "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4"
92
92
  }