@cspell/dict-ar 1.1.0 → 1.1.3

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/ar.trie.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@cspell/dict-ar",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "Arabic dictionary for CSpell.",
5
5
  "publishConfig": {
6
- "access": "public"
6
+ "access": "public",
7
+ "provenance": true
7
8
  },
8
9
  "exports": {
9
10
  ".": "./cspell-ext.json",
@@ -16,16 +17,17 @@
16
17
  "conditional-build": "pnpm run --silent checksum || pnpm run build",
17
18
  "lint": "pnpm prettier -w \"**/*.{md,json}\"",
18
19
  "gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
19
- "test-ar": "hunspell-reader words -m 0 -n 1000 \"src/ar.dic\" | cspell -v -c ./cspell-ext.json \"--local=ar\" \"--languageId=*\" stdin",
20
- "test-samples": "cspell -v -c ./cspell-ext.json --local=ar,en \"samples/**\"",
20
+ "test-ar": "pipe-cmds \"hunspell-reader words -m 0 -n 1000 \\\"src/ayaspell/ar.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=ar\\\" \\\"--languageId=*\\\" stdin\"",
21
+ "test-samples": "cspell -c ./cspell-ext.json --locale=ar,en \"samples/**\"",
21
22
  "test": "pnpm run test-ar && pnpm run test-samples",
22
23
  "sync": "bash ./scripts/sync.sh && pnpm lint",
23
- "prepare": "cspell-tools-cli gzip *.trie",
24
+ "prepare:dictionary": "cspell-tools-cli gzip \"*.trie\"",
24
25
  "prepublishOnly": "pnpm run conditional-build && pnpm test"
25
26
  },
26
27
  "repository": {
27
28
  "type": "git",
28
- "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
29
+ "url": "https://github.com/streetsidesoftware/cspell-dicts",
30
+ "directory": "dictionaries/ar"
29
31
  },
30
32
  "keywords": [
31
33
  "cspell",
@@ -35,7 +37,7 @@
35
37
  "dictionary",
36
38
  "spelling"
37
39
  ],
38
- "author": "Jason Dent",
40
+ "author": "Street Side Software <support@streetsidesoftware.nl>",
39
41
  "license": "LGPL-3.0",
40
42
  "bugs": {
41
43
  "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
@@ -52,5 +54,5 @@
52
54
  "*.js",
53
55
  "*.d.ts"
54
56
  ],
55
- "gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
57
+ "gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
56
58
  }
package/src/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Source Directory
2
-
3
- All source files used to generate the dictionary should be stored in this directory.