@cspell/dict-scientific-terms-us 2.0.0 → 3.0.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cspell Scientific Terms US Dictionary
1
+ # CSpell Scientific Terms US Dictionary
2
2
 
3
3
  Scientific Terms US dictionary for cspell.
4
4
 
@@ -47,4 +47,4 @@ MIT
47
47
 
48
48
  > Some packages may have other licenses included.
49
49
 
50
- [//]: # 'cspell:ignore Petrie’s'
50
+ <!--- cspell:ignore Petrie’s --->
package/cspell-ext.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "dictionaryDefinitions": [
9
9
  {
10
10
  "name": "scientific-terms-us",
11
- "path": "./custom_scientific_US.dic.trie.gz",
11
+ "path": "./custom_scientific_US.trie.gz",
12
12
  "description": "Scientific Terms US dictionary for cspell."
13
13
  }
14
14
  ],
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-scientific-terms-us",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Scientific Terms US dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,8 +11,10 @@
11
11
  "./cspell-ext.json": "./cspell-ext.json"
12
12
  },
13
13
  "scripts": {
14
- "build": "cspell-tools compile-trie \"custom_scientific_US.dic.txt\" -o .",
15
- "test": "head -n 1000 \"custom_scientific_US.dic.txt\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
14
+ "build": "cspell-tools-cli build && pnpm gz",
15
+ "test": "shx head -n 1000 \"src/custom_scientific_US.dic.txt\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
16
+ "gz": "cspell-tools-cli gzip *.trie",
17
+ "prepare": "pnpm gz",
16
18
  "prepublishOnly": "echo pre-publish"
17
19
  },
18
20
  "repository": {
@@ -33,8 +35,8 @@
33
35
  },
34
36
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/scientific_terms_US#readme",
35
37
  "files": [
36
- "custom_scientific_US.dic.trie.gz",
38
+ "custom_scientific_US.trie.gz",
37
39
  "cspell-ext.json"
38
40
  ],
39
- "gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
41
+ "gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
40
42
  }
Binary file