@cspell/dict-en-au 1.0.2 → 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.
Files changed (2) hide show
  1. package/en_AU.trie +1 -1
  2. package/package.json +11 -11
package/en_AU.trie CHANGED
@@ -2842,7 +2842,7 @@ d$l$s$$
2842
2842
  r
2843
2843
  aa#66;<b\'#9;<bed#h9g;<r#c;<2i#lc4;<y$2g#eqp;<l#1q4;<st#28m;<$w#2hk;<$ck\'#9;<brain#k8m;<5d#m5d;<ed$r\'#9;<j#ls0;<s$$2
2844
2844
  h#cdh;<i#jfi;<le\'#9;<d$s$w#gld;<$i#c8r;<y$2n#65;<p#29v;<s#kg4;<u#8iu;<$2dle\'#9;<b#fgm;<d$so#jfi;<$$
2845
- i#mg;<3ft\'#9;<e#6;<i#lc4;<sman\'#9;<l#1q4;<s#2cv;<$2e#2a;<2p#mtv;<w#gu9;<$w#m8h;<y$$2g\'#9;<g#oor;<s#kg4;<$k#a02;<
2845
+ i#mg;<3ft\'#9;<e#fi9;<i#lc4;<sman\'#9;<l#1q4;<s#2cv;<$2e#2a;<2p#mtv;<w#gu9;<$w#m8h;<y$$2g\'#9;<g#oor;<s#kg4;<$k#a02;<
2846
2846
  mb#1v;<me#fl3;<i#mg;<2oi#52h;<2p\'#9;<e#6;<i#199;<o#6g;<s$$s$$na#28l;<b#7te;<e#gc8;<ial$t#a02;<2n#1n;<ofa#h7h;<2l#2r0;<
2847
2847
  mete#fca;<r#8k;<4t#g59;<2u#t5;<2k\'#9;<c#m87;<e#6;<i#lc4;<l#3b;<p#fr;<s#mv2;<y$$ni#5u6;<o#1n;<y#f;<3p\'#9;<e#c;<pe#fl3;<i#ljr;<
2848
2848
  y$2s\'#9;<hoot#d9n;<4$ule#lb0;<o#23;<3y$$quel#ipp;<4sh\'#9;<e#g8m;<i#fdv;<$i#9;<se#fhp;<it#qfq;<2l#8k;<n#6io;<u#ktb;<$2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-en-au",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Australian English 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": "yarn run compile",
15
- "sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_AU*/**\" \"src/aoo-mozilla-en-dict\" --flat && yarn sync-clean",
14
+ "build": "pnpm run compile",
15
+ "sync": "pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_AU*/**\" \"src/aoo-mozilla-en-dict\" --flat && pnpm sync-clean",
16
16
  "sync-clean": "shx rm -rf \"src/*/wordlist*.txt\" \"src/*/*speller*.txt\"",
17
- "checksum": "shasum -c checksum.txt",
18
- "compile": "cspell-tools-cli build && yarn run gen-checksum",
19
- "conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build",
20
- "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
21
- "prepare": "gzip -f -k *.trie",
17
+ "checksum": "cspell-tools-cli shasum -c checksum.txt",
18
+ "compile": "cspell-tools-cli build && pnpm run gen-checksum",
19
+ "conditional-build": "pnpm run sync && pnpm run --silent checksum || pnpm run build",
20
+ "gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
21
+ "prepare": "cspell-tools-cli gzip \"*.trie\"",
22
22
  "prepublishOnly": "echo pre-publish",
23
23
  "test-text": "cspell -v -c ./cspell-ext.json --local=en-au --languageId=* \"tests/*.txt\"",
24
- "test": "yarn run test-text"
24
+ "test": "pnpm run test-text"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -50,8 +50,8 @@
50
50
  "test": "tests"
51
51
  },
52
52
  "devDependencies": {
53
- "@cspell/dict-en-shared": "*",
53
+ "@cspell/dict-en-shared": "1.0.5",
54
54
  "aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict"
55
55
  },
56
- "gitHead": "118bb5d96bf657051b639f3b66613689054f7e8b"
56
+ "gitHead": "b9f9bfbdbb4851c067a886a69225b68aa8fbc55f"
57
57
  }