@cspell/dict-ar 1.0.1 → 1.0.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-ar",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Arabic dictionary for CSpell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,7 +11,7 @@
11
11
  "./cspell-ext.json": "./cspell-ext.json"
12
12
  },
13
13
  "scripts": {
14
- "build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M ar -m 5 && yarn run gen-checksum",
14
+ "build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M ar -m 5 --no-compress && yarn run gen-checksum",
15
15
  "checksum": "shasum -c checksum.txt",
16
16
  "conditional-build": "yarn run --silent checksum || yarn run build",
17
17
  "lint": "yarn prettier -w \"**/*.{md,json}\"",
@@ -20,6 +20,7 @@
20
20
  "test-samples": "cspell -v -c ./cspell-ext.json --local=ar,en \"samples/**\"",
21
21
  "test": "yarn run test-ar && yarn run test-samples",
22
22
  "sync": "./scripts/sync.sh && yarn lint",
23
+ "prepare": "gzip -f -k *.trie",
23
24
  "prepublishOnly": "yarn run conditional-build && yarn test"
24
25
  },
25
26
  "repository": {
@@ -51,5 +52,5 @@
51
52
  "*.js",
52
53
  "*.d.ts"
53
54
  ],
54
- "gitHead": "039ce95d067f8f510540c6f52b3293a60015d0cf"
55
+ "gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0"
55
56
  }
package/src/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Source Directory
2
+
3
+ All source files used to generate the dictionary should be stored in this directory.