@gukhanmun/opendict-fst 0.2.0-dev.115 → 0.2.0-dev.120

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/ATTRIBUTION.md +5 -5
  2. package/package.json +2 -2
package/ATTRIBUTION.md CHANGED
@@ -1,8 +1,8 @@
1
1
  OpenDict FST package license and attribution
2
2
  ============================================
3
3
 
4
- This package contains Gukhanmun package code and bundled Open Korean Dictionary
5
- (우리말샘) FST data.
4
+ This package contains Gukhanmun package code and bundled *Open Korean
5
+ Dictionary* (우리말샘) FST data.
6
6
 
7
7
 
8
8
  Code license
@@ -15,14 +15,14 @@ repository root *LICENSE* file for the full license text.
15
15
  Data attribution
16
16
  ----------------
17
17
 
18
- The bundled dictionary data is derived from the Open Korean Dictionary
18
+ The bundled dictionary data is derived from the *Open Korean Dictionary*
19
19
  (우리말샘) JSON dump published by the National Institute of Korean Language.
20
20
 
21
- - Source: National Institute of Korean Language, Open Korean Dictionary
21
+ - Source: National Institute of Korean Language, *Open Korean Dictionary*
22
22
  (우리말샘), <https://opendict.korean.go.kr/>
23
23
  - Snapshot: *전체 내려받기\_우리말샘\_json\_20260503.zip*
24
24
  - Data license: Creative Commons Attribution-ShareAlike 2.0 Korea
25
25
  (CC BY-SA 2.0 KR), <https://creativecommons.org/licenses/by-sa/2.0/kr/>
26
26
 
27
27
  The generated FST files in this package are modified dictionary snapshots
28
- produced by Gukhanmun's Open Korean Dictionary extractor.
28
+ produced by Gukhanmun's *Open Korean Dictionary* extractor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gukhanmun/opendict-fst",
3
- "version": "0.2.0-dev.115",
3
+ "version": "0.2.0-dev.120",
4
4
  "description": "Open Korean Dictionary categories bundled as FST binaries for @gukhanmun/wasm and @gukhanmun/napi.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -52,7 +52,7 @@
52
52
  "@gukhanmun/types": "*"
53
53
  },
54
54
  "devDependencies": {
55
- "@gukhanmun/types": "0.2.0-dev.115+7e9dc967239aee2ac70b52d2149d745fa2a18545"
55
+ "@gukhanmun/types": "0.2.0-dev.120+6244877"
56
56
  },
57
57
  "scripts": {
58
58
  "prebuild": "mise run -C ../.. opendict-fst-data",