@cspell/dict-mn-mn 1.1.1 → 1.2.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/dict/mn-mn.trie.gz +0 -0
- package/package.json +8 -8
package/dict/mn-mn.trie.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-mn-mn",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Mongolian dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -15,11 +15,12 @@
|
|
|
15
15
|
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
|
|
16
16
|
"test": "pnpm test:words && pnpm test:samples",
|
|
17
17
|
"test:samples": "cspell samples",
|
|
18
|
-
"test:words": "hunspell-reader words -n 1000 -m 0 \"src/hunspell/
|
|
18
|
+
"test:words": "hunspell-reader words -n 1000 -m 0 \"src/hunspell/mn_MN.dic\" | cspell -c ./cspell-ext.json \"--locale=mn,mn-MN\" \"--languageId=*\" stdin",
|
|
19
19
|
"prepublishOnly": "pnpm run conditional-build && pnpm test",
|
|
20
20
|
"prepare:dictionary": "cspell-tools-cli gzip \"dict/*.trie\"",
|
|
21
21
|
"conditional-build": "pnpm run sync && pnpm run build --conditional && pnpm run prepare:dictionary",
|
|
22
|
-
"sync": "
|
|
22
|
+
"sync:manual": "GITHUB_TOKEN=$(gh auth token) pnpm sync",
|
|
23
|
+
"sync": "sync-github-files bataak/dict-mn mn_MN LICENSE --latest -o src/hunspell"
|
|
23
24
|
},
|
|
24
25
|
"repository": {
|
|
25
26
|
"type": "git",
|
|
@@ -35,20 +36,19 @@
|
|
|
35
36
|
"spelling"
|
|
36
37
|
],
|
|
37
38
|
"author": "Street Side Software <support@streetsidesoftware.nl>",
|
|
38
|
-
"contributors": [
|
|
39
|
+
"contributors": [
|
|
40
|
+
"Battseren Badral <bbattseren88@gmail.com>"
|
|
41
|
+
],
|
|
39
42
|
"license": "MIT",
|
|
40
43
|
"bugs": {
|
|
41
44
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
|
|
42
45
|
},
|
|
43
46
|
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/mn_MN#readme",
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"dictionary-mn": "^3.0.0"
|
|
46
|
-
},
|
|
47
47
|
"files": [
|
|
48
48
|
"dict/mn-mn.trie.gz",
|
|
49
49
|
"cspell-ext.json",
|
|
50
50
|
"*.js",
|
|
51
51
|
"*.d.ts"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d4802eec07d74c523d6004b00ee20d30866ae29d"
|
|
54
54
|
}
|