@cspell/cspell-bundled-dicts 7.0.0-alpha.1 → 7.0.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.
- package/cspell-default.config.js +1 -0
- package/package.json +27 -27
package/cspell-default.config.js
CHANGED
|
@@ -134,6 +134,7 @@ const settings = {
|
|
|
134
134
|
'@cspell/dict-en-gb/cspell-ext.json',
|
|
135
135
|
'@cspell/dict-filetypes/cspell-ext.json',
|
|
136
136
|
'@cspell/dict-fonts/cspell-ext.json',
|
|
137
|
+
'@cspell/dict-fsharp/cspell-ext.json',
|
|
137
138
|
'@cspell/dict-fullstack/cspell-ext.json',
|
|
138
139
|
'@cspell/dict-gaming-terms/cspell-ext.json',
|
|
139
140
|
'@cspell/dict-git/cspell-ext.json',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-bundled-dicts",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Dictionaries bundled with cspell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsc -p .",
|
|
22
22
|
"build-dict": "cspell-tools-cli compile compatibility-words.txt",
|
|
23
|
-
"clean": "
|
|
23
|
+
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
|
|
24
24
|
"clean-build": "pnpm run clean && pnpm run build",
|
|
25
25
|
"watch": "pnpm run build --watch",
|
|
26
|
-
"test": "node ../../bin.
|
|
26
|
+
"test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
|
|
27
27
|
"update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
|
|
28
28
|
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb"
|
|
29
29
|
},
|
|
@@ -44,48 +44,49 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@cspell/dict-ada": "^4.0.
|
|
48
|
-
"@cspell/dict-aws": "^
|
|
47
|
+
"@cspell/dict-ada": "^4.0.2",
|
|
48
|
+
"@cspell/dict-aws": "^4.0.0",
|
|
49
49
|
"@cspell/dict-bash": "^4.1.1",
|
|
50
|
-
"@cspell/dict-companies": "^3.0.
|
|
51
|
-
"@cspell/dict-cpp": "^5.0.
|
|
50
|
+
"@cspell/dict-companies": "^3.0.19",
|
|
51
|
+
"@cspell/dict-cpp": "^5.0.4",
|
|
52
52
|
"@cspell/dict-cryptocurrencies": "^3.0.1",
|
|
53
53
|
"@cspell/dict-csharp": "^4.0.2",
|
|
54
|
-
"@cspell/dict-css": "^4.0.
|
|
55
|
-
"@cspell/dict-dart": "^2.0.
|
|
56
|
-
"@cspell/dict-django": "^4.0
|
|
57
|
-
"@cspell/dict-docker": "^1.1.
|
|
54
|
+
"@cspell/dict-css": "^4.0.6",
|
|
55
|
+
"@cspell/dict-dart": "^2.0.3",
|
|
56
|
+
"@cspell/dict-django": "^4.1.0",
|
|
57
|
+
"@cspell/dict-docker": "^1.1.7",
|
|
58
58
|
"@cspell/dict-dotnet": "^5.0.0",
|
|
59
|
-
"@cspell/dict-elixir": "^4.0.
|
|
59
|
+
"@cspell/dict-elixir": "^4.0.3",
|
|
60
60
|
"@cspell/dict-en-common-misspellings": "^1.0.2",
|
|
61
61
|
"@cspell/dict-en-gb": "1.1.33",
|
|
62
|
-
"@cspell/dict-en_us": "^4.3.
|
|
63
|
-
"@cspell/dict-filetypes": "^3.0.
|
|
64
|
-
"@cspell/dict-fonts": "^
|
|
62
|
+
"@cspell/dict-en_us": "^4.3.6",
|
|
63
|
+
"@cspell/dict-filetypes": "^3.0.1",
|
|
64
|
+
"@cspell/dict-fonts": "^4.0.0",
|
|
65
|
+
"@cspell/dict-fsharp": "^1.0.0",
|
|
65
66
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
66
67
|
"@cspell/dict-gaming-terms": "^1.0.4",
|
|
67
68
|
"@cspell/dict-git": "^2.0.0",
|
|
68
|
-
"@cspell/dict-golang": "^6.0.
|
|
69
|
+
"@cspell/dict-golang": "^6.0.2",
|
|
69
70
|
"@cspell/dict-haskell": "^4.0.1",
|
|
70
71
|
"@cspell/dict-html": "^4.0.3",
|
|
71
72
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
72
73
|
"@cspell/dict-java": "^5.0.5",
|
|
73
74
|
"@cspell/dict-k8s": "^1.0.1",
|
|
74
75
|
"@cspell/dict-latex": "^4.0.0",
|
|
75
|
-
"@cspell/dict-lorem-ipsum": "^
|
|
76
|
+
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
76
77
|
"@cspell/dict-lua": "^4.0.1",
|
|
77
78
|
"@cspell/dict-node": "^4.0.2",
|
|
78
|
-
"@cspell/dict-npm": "^5.0.
|
|
79
|
+
"@cspell/dict-npm": "^5.0.8",
|
|
79
80
|
"@cspell/dict-php": "^4.0.1",
|
|
80
|
-
"@cspell/dict-powershell": "^5.0.
|
|
81
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
82
|
-
"@cspell/dict-python": "^4.
|
|
81
|
+
"@cspell/dict-powershell": "^5.0.2",
|
|
82
|
+
"@cspell/dict-public-licenses": "^2.0.3",
|
|
83
|
+
"@cspell/dict-python": "^4.1.5",
|
|
83
84
|
"@cspell/dict-r": "^2.0.1",
|
|
84
85
|
"@cspell/dict-ruby": "^5.0.0",
|
|
85
86
|
"@cspell/dict-rust": "^4.0.1",
|
|
86
87
|
"@cspell/dict-scala": "^5.0.0",
|
|
87
|
-
"@cspell/dict-software-terms": "^3.1
|
|
88
|
-
"@cspell/dict-sql": "^2.1.
|
|
88
|
+
"@cspell/dict-software-terms": "^3.2.1",
|
|
89
|
+
"@cspell/dict-sql": "^2.1.1",
|
|
89
90
|
"@cspell/dict-svelte": "^1.0.2",
|
|
90
91
|
"@cspell/dict-swift": "^2.0.1",
|
|
91
92
|
"@cspell/dict-typescript": "^3.1.1",
|
|
@@ -95,9 +96,8 @@
|
|
|
95
96
|
"node": ">=16"
|
|
96
97
|
},
|
|
97
98
|
"devDependencies": {
|
|
98
|
-
"@cspell/cspell-tools": "7.0.0
|
|
99
|
-
"@cspell/cspell-types": "7.0.0
|
|
100
|
-
"typescript": "^4.9.5"
|
|
99
|
+
"@cspell/cspell-tools": "7.0.0",
|
|
100
|
+
"@cspell/cspell-types": "7.0.0"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "52960d5ed75655978f9b633f44fd106937a63cd7"
|
|
103
103
|
}
|