@cspell/cspell-bundled-dicts 6.4.1 → 6.4.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.
@@ -112,8 +112,8 @@ const settings = {
112
112
  '@cspell/dict-git/cspell-ext.json',
113
113
  '@cspell/dict-golang/cspell-ext.json',
114
114
  '@cspell/dict-haskell/cspell-ext.json',
115
- '@cspell/dict-html/cspell-ext.json',
116
115
  '@cspell/dict-html-symbol-entities/cspell-ext.json',
116
+ '@cspell/dict-html/cspell-ext.json',
117
117
  '@cspell/dict-java/cspell-ext.json',
118
118
  '@cspell/dict-latex/cspell-ext.json',
119
119
  '@cspell/dict-lorem-ipsum/cspell-ext.json',
@@ -128,6 +128,7 @@ const settings = {
128
128
  '@cspell/dict-ruby/cspell-ext.json',
129
129
  '@cspell/dict-rust/cspell-ext.json',
130
130
  '@cspell/dict-scala/cspell-ext.json',
131
+ '@cspell/dict-sql/cspell-ext.json',
131
132
  '@cspell/dict-software-terms/cspell-ext.json',
132
133
  '@cspell/dict-swift/cspell-ext.json',
133
134
  '@cspell/dict-typescript/cspell-ext.json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -43,11 +43,11 @@
43
43
  },
44
44
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
45
45
  "dependencies": {
46
- "@cspell/dict-ada": "^2.0.0",
46
+ "@cspell/dict-ada": "^2.0.1",
47
47
  "@cspell/dict-aws": "^2.0.0",
48
48
  "@cspell/dict-bash": "^2.0.4",
49
49
  "@cspell/dict-companies": "^2.0.7",
50
- "@cspell/dict-cpp": "^3.2.0",
50
+ "@cspell/dict-cpp": "^3.2.1",
51
51
  "@cspell/dict-cryptocurrencies": "^2.0.0",
52
52
  "@cspell/dict-csharp": "^3.0.1",
53
53
  "@cspell/dict-css": "^2.0.0",
@@ -58,7 +58,7 @@
58
58
  "@cspell/dict-elixir": "^2.0.1",
59
59
  "@cspell/dict-en-gb": "^1.1.33",
60
60
  "@cspell/dict-en_us": "^2.3.0",
61
- "@cspell/dict-filetypes": "^2.1.0",
61
+ "@cspell/dict-filetypes": "^2.1.1",
62
62
  "@cspell/dict-fonts": "^2.0.1",
63
63
  "@cspell/dict-fullstack": "^2.0.6",
64
64
  "@cspell/dict-git": "^1.0.1",
@@ -71,16 +71,17 @@
71
71
  "@cspell/dict-lorem-ipsum": "^2.0.0",
72
72
  "@cspell/dict-lua": "^2.0.0",
73
73
  "@cspell/dict-node": "^3.0.1",
74
- "@cspell/dict-npm": "^3.0.1",
74
+ "@cspell/dict-npm": "^3.1.0",
75
75
  "@cspell/dict-php": "^2.0.0",
76
76
  "@cspell/dict-powershell": "^2.0.0",
77
77
  "@cspell/dict-public-licenses": "^1.0.5",
78
78
  "@cspell/dict-python": "^3.0.6",
79
79
  "@cspell/dict-r": "^1.0.3",
80
- "@cspell/dict-ruby": "^2.0.1",
80
+ "@cspell/dict-ruby": "^2.0.2",
81
81
  "@cspell/dict-rust": "^2.0.1",
82
82
  "@cspell/dict-scala": "^2.0.0",
83
- "@cspell/dict-software-terms": "^2.1.12",
83
+ "@cspell/dict-software-terms": "^2.2.0",
84
+ "@cspell/dict-sql": "^1.0.3",
84
85
  "@cspell/dict-swift": "^1.0.3",
85
86
  "@cspell/dict-typescript": "^2.0.1",
86
87
  "@cspell/dict-vue": "^2.0.2"
@@ -89,8 +90,8 @@
89
90
  "node": ">=14"
90
91
  },
91
92
  "devDependencies": {
92
- "@cspell/cspell-tools": "^6.4.1",
93
- "@cspell/cspell-types": "^6.4.1"
93
+ "@cspell/cspell-tools": "^6.4.2",
94
+ "@cspell/cspell-types": "^6.4.2"
94
95
  },
95
- "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad"
96
+ "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20"
96
97
  }