@gukhanmun/stdict-cdb 0.2.0-dev.59 → 0.2.0-dev.92

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/README.md +1 -1
  2. 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 (표준국어대사전, 標準國語大辭典) compiled
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gukhanmun/stdict-cdb",
3
- "version": "0.2.0-dev.59",
3
+ "version": "0.2.0-dev.92",
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.2.0-dev.59+4dabd6074014de7775a4080848fd6b2e69282d63"
49
+ "@gukhanmun/types": "0.2.0-dev.92+fbba03eee35ae4ce2eec88cff540c36edbfd95be"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsdown && node -e \"require('node:fs').copyFileSync('stdict.cdb','dist/stdict.cdb')\""