@gukhanmun/stdict-cdb 0.1.0-dev.18 → 0.1.1-dev.21

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 +11 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,21 @@
1
1
  @gukhanmun/stdict-cdb
2
2
  =====================
3
3
 
4
+ [![JSR][JSR badge]][JSR]
5
+ [![npm][npm badge]][npm]
6
+ [![License: GPL-3.0-only][GPL badge]][GPL]
7
+
4
8
  Standard Korean Language Dictionary (표준국어대사전, 標準國語大辭典) compiled
5
9
  into a Gukhanmun CDB binary and distributed as an npm package. Use this with
6
10
  `@gukhanmun/wasm` or `@gukhanmun/napi` when `ko-KR` readings are needed.
7
11
 
12
+ [JSR badge]: https://jsr.io/badges/@gukhanmun/stdict-cdb
13
+ [JSR]: https://jsr.io/@gukhanmun/stdict-cdb
14
+ [npm badge]: https://img.shields.io/npm/v/@gukhanmun/stdict-cdb?logo=npm
15
+ [npm]: https://www.npmjs.com/package/@gukhanmun/stdict-cdb
16
+ [GPL badge]: https://img.shields.io/npm/l/%40gukhanmun%2Fstdict-cdb
17
+ [GPL]: https://www.gnu.org/licenses/gpl-3.0.html
18
+
8
19
 
9
20
  Installation
10
21
  ------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gukhanmun/stdict-cdb",
3
- "version": "0.1.0-dev.18",
3
+ "version": "0.1.1-dev.21",
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.1.0-dev.18+25611433dc656544ad355f3b96f45650c351cab9"
49
+ "@gukhanmun/types": "0.1.1-dev.21+34c5411094118c72f3e2a3af3927ce47863ec484"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsdown && node -e \"require('node:fs').copyFileSync('stdict.cdb','dist/stdict.cdb')\""