@cspell/dict-ar 1.0.3 → 1.1.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.
Files changed (2) hide show
  1. package/ar.trie.gz +0 -0
  2. package/package.json +11 -11
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.3",
3
+ "version": "1.1.0",
4
4
  "description": "Arabic dictionary for CSpell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,17 +11,17 @@
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 --no-compress && yarn run gen-checksum",
15
- "checksum": "shasum -c checksum.txt",
16
- "conditional-build": "yarn run --silent checksum || yarn run build",
17
- "lint": "yarn prettier -w \"**/*.{md,json}\"",
18
- "gen-checksum": "cat source-files.txt source-dependencies.txt | xargs shasum > checksum.txt",
14
+ "build": "cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli build && pnpm run gen-checksum",
15
+ "checksum": "cspell-tools-cli shasum -c checksum.txt",
16
+ "conditional-build": "pnpm run --silent checksum || pnpm run build",
17
+ "lint": "pnpm prettier -w \"**/*.{md,json}\"",
18
+ "gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
19
19
  "test-ar": "hunspell-reader words -m 0 -n 1000 \"src/ar.dic\" | cspell -v -c ./cspell-ext.json \"--local=ar\" \"--languageId=*\" stdin",
20
20
  "test-samples": "cspell -v -c ./cspell-ext.json --local=ar,en \"samples/**\"",
21
- "test": "yarn run test-ar && yarn run test-samples",
22
- "sync": "./scripts/sync.sh && yarn lint",
23
- "prepare": "gzip -f -k *.trie",
24
- "prepublishOnly": "yarn run conditional-build && yarn test"
21
+ "test": "pnpm run test-ar && pnpm run test-samples",
22
+ "sync": "bash ./scripts/sync.sh && pnpm lint",
23
+ "prepare": "cspell-tools-cli gzip *.trie",
24
+ "prepublishOnly": "pnpm run conditional-build && pnpm test"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -52,5 +52,5 @@
52
52
  "*.js",
53
53
  "*.d.ts"
54
54
  ],
55
- "gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0"
55
+ "gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
56
56
  }