@gukhanmun/stdict-cdb 0.1.2-dev.31 → 0.2.0-dev.115
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 +1 -1
- package/dist/stdict.cdb +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[![npm][npm badge]][npm]
|
|
6
6
|
[![License: GPL-3.0-only][GPL badge]][GPL]
|
|
7
7
|
|
|
8
|
-
Standard Korean Language Dictionary (
|
|
8
|
+
*Standard Korean Language Dictionary* (標準國語大辭典) compiled
|
|
9
9
|
into a Gukhanmun CDB binary and distributed as an npm package. Use this with
|
|
10
10
|
`@gukhanmun/wasm` or `@gukhanmun/napi` when `ko-KR` readings are needed.
|
|
11
11
|
|
package/dist/stdict.cdb
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gukhanmun/stdict-cdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-dev.115",
|
|
4
4
|
"description": "Standard Korean Language Dictionary bundled as a CDB binary for @gukhanmun/wasm and @gukhanmun/napi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@gukhanmun/types": "*"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@gukhanmun/types": "0.
|
|
49
|
+
"@gukhanmun/types": "0.2.0-dev.115+7e9dc967239aee2ac70b52d2149d745fa2a18545"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsdown && node -e \"require('node:fs').copyFileSync('stdict.cdb','dist/stdict.cdb')\""
|