@cspell/cspell-bundled-dicts 6.17.0 → 6.18.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.
- package/cspell-default.config.js +2 -0
- package/package.json +34 -31
package/cspell-default.config.js
CHANGED
|
@@ -134,12 +134,14 @@ const settings = {
|
|
|
134
134
|
'@cspell/dict-filetypes/cspell-ext.json',
|
|
135
135
|
'@cspell/dict-fonts/cspell-ext.json',
|
|
136
136
|
'@cspell/dict-fullstack/cspell-ext.json',
|
|
137
|
+
'@cspell/dict-gaming-terms/cspell-ext.json',
|
|
137
138
|
'@cspell/dict-git/cspell-ext.json',
|
|
138
139
|
'@cspell/dict-golang/cspell-ext.json',
|
|
139
140
|
'@cspell/dict-haskell/cspell-ext.json',
|
|
140
141
|
'@cspell/dict-html-symbol-entities/cspell-ext.json',
|
|
141
142
|
'@cspell/dict-html/cspell-ext.json',
|
|
142
143
|
'@cspell/dict-java/cspell-ext.json',
|
|
144
|
+
'@cspell/dict-k8s/cspell-ext.json',
|
|
143
145
|
'@cspell/dict-latex/cspell-ext.json',
|
|
144
146
|
'@cspell/dict-lorem-ipsum/cspell-ext.json',
|
|
145
147
|
'@cspell/dict-lua/cspell-ext.json',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-bundled-dicts",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.18.1",
|
|
4
4
|
"description": "Dictionaries bundled with cspell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -45,56 +45,59 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@cspell/dict-ada": "^4.0.
|
|
48
|
+
"@cspell/dict-ada": "^4.0.1",
|
|
49
49
|
"@cspell/dict-aws": "^3.0.0",
|
|
50
|
-
"@cspell/dict-bash": "^4.1.
|
|
51
|
-
"@cspell/dict-companies": "^3.0.
|
|
52
|
-
"@cspell/dict-cpp": "^4.0.
|
|
50
|
+
"@cspell/dict-bash": "^4.1.1",
|
|
51
|
+
"@cspell/dict-companies": "^3.0.5",
|
|
52
|
+
"@cspell/dict-cpp": "^4.0.1",
|
|
53
53
|
"@cspell/dict-cryptocurrencies": "^3.0.1",
|
|
54
54
|
"@cspell/dict-csharp": "^4.0.2",
|
|
55
|
-
"@cspell/dict-css": "^4.0.
|
|
56
|
-
"@cspell/dict-dart": "^2.0.
|
|
57
|
-
"@cspell/dict-django": "^4.0.
|
|
58
|
-
"@cspell/dict-docker": "^1.1.
|
|
59
|
-
"@cspell/dict-dotnet": "^4.0.
|
|
60
|
-
"@cspell/dict-elixir": "^4.0.
|
|
55
|
+
"@cspell/dict-css": "^4.0.1",
|
|
56
|
+
"@cspell/dict-dart": "^2.0.1",
|
|
57
|
+
"@cspell/dict-django": "^4.0.1",
|
|
58
|
+
"@cspell/dict-docker": "^1.1.4",
|
|
59
|
+
"@cspell/dict-dotnet": "^4.0.1",
|
|
60
|
+
"@cspell/dict-elixir": "^4.0.1",
|
|
61
61
|
"@cspell/dict-en-gb": "1.1.33",
|
|
62
|
-
"@cspell/dict-en_us": "^4.1.
|
|
62
|
+
"@cspell/dict-en_us": "^4.1.2",
|
|
63
63
|
"@cspell/dict-filetypes": "^3.0.0",
|
|
64
64
|
"@cspell/dict-fonts": "^3.0.0",
|
|
65
65
|
"@cspell/dict-fullstack": "^3.0.0",
|
|
66
|
+
"@cspell/dict-gaming-terms": "^1.0.3",
|
|
66
67
|
"@cspell/dict-git": "^2.0.0",
|
|
67
|
-
"@cspell/dict-golang": "^5.0.
|
|
68
|
-
"@cspell/dict-haskell": "^4.0.
|
|
69
|
-
"@cspell/dict-html": "^4.0.
|
|
68
|
+
"@cspell/dict-golang": "^5.0.1",
|
|
69
|
+
"@cspell/dict-haskell": "^4.0.1",
|
|
70
|
+
"@cspell/dict-html": "^4.0.2",
|
|
70
71
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
71
|
-
"@cspell/dict-java": "^5.0.
|
|
72
|
-
"@cspell/dict-
|
|
72
|
+
"@cspell/dict-java": "^5.0.3",
|
|
73
|
+
"@cspell/dict-k8s": "^1.0.0",
|
|
74
|
+
"@cspell/dict-latex": "^3.1.0",
|
|
73
75
|
"@cspell/dict-lorem-ipsum": "^3.0.0",
|
|
74
76
|
"@cspell/dict-lua": "^3.0.0",
|
|
75
|
-
"@cspell/dict-node": "^4.0.
|
|
76
|
-
"@cspell/dict-npm": "^5.0.
|
|
77
|
-
"@cspell/dict-php": "^3.0.
|
|
77
|
+
"@cspell/dict-node": "^4.0.2",
|
|
78
|
+
"@cspell/dict-npm": "^5.0.2",
|
|
79
|
+
"@cspell/dict-php": "^3.0.4",
|
|
78
80
|
"@cspell/dict-powershell": "^3.0.0",
|
|
79
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
80
|
-
"@cspell/dict-python": "^4.0.
|
|
81
|
-
"@cspell/dict-r": "^2.0.
|
|
81
|
+
"@cspell/dict-public-licenses": "^2.0.1",
|
|
82
|
+
"@cspell/dict-python": "^4.0.1",
|
|
83
|
+
"@cspell/dict-r": "^2.0.1",
|
|
82
84
|
"@cspell/dict-ruby": "^3.0.0",
|
|
83
85
|
"@cspell/dict-rust": "^3.0.0",
|
|
84
86
|
"@cspell/dict-scala": "^3.0.0",
|
|
85
|
-
"@cspell/dict-software-terms": "^3.0.
|
|
86
|
-
"@cspell/dict-sql": "^2.0.
|
|
87
|
-
"@cspell/dict-svelte": "^1.0.
|
|
88
|
-
"@cspell/dict-swift": "^2.0.
|
|
89
|
-
"@cspell/dict-typescript": "^3.0
|
|
87
|
+
"@cspell/dict-software-terms": "^3.0.7",
|
|
88
|
+
"@cspell/dict-sql": "^2.0.1",
|
|
89
|
+
"@cspell/dict-svelte": "^1.0.1",
|
|
90
|
+
"@cspell/dict-swift": "^2.0.1",
|
|
91
|
+
"@cspell/dict-typescript": "^3.1.0",
|
|
90
92
|
"@cspell/dict-vue": "^3.0.0"
|
|
91
93
|
},
|
|
92
94
|
"engines": {
|
|
93
95
|
"node": ">=14"
|
|
94
96
|
},
|
|
95
97
|
"devDependencies": {
|
|
96
|
-
"@cspell/cspell-tools": "6.
|
|
97
|
-
"@cspell/cspell-types": "6.
|
|
98
|
+
"@cspell/cspell-tools": "6.18.1",
|
|
99
|
+
"@cspell/cspell-types": "6.18.1",
|
|
100
|
+
"typescript": "^4.9.4"
|
|
98
101
|
},
|
|
99
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "2570a9bb03e68864d30ed8024786b3b2eeddab2b"
|
|
100
103
|
}
|