@gukhanmun/stdict-cdb 0.1.0-dev.12 → 0.1.0-dev.14

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 +6 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,8 +9,12 @@ into a Gukhanmun CDB binary and distributed as an npm package. Use this with
9
9
  Installation
10
10
  ------------
11
11
 
12
- ~~~~ sh
13
- npm install @gukhanmun/stdict-cdb
12
+ ~~~~ bash
13
+ npm add @gukhanmun/stdict-cdb
14
+ pnpm add @gukhanmun/stdict-cdb
15
+ yarn add @gukhanmun/stdict-cdb
16
+ bun add @gukhanmun/stdict-cdb
17
+ deno add jsr:@gukhanmun/stdict-cdb
14
18
  ~~~~
15
19
 
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gukhanmun/stdict-cdb",
3
- "version": "0.1.0-dev.12",
3
+ "version": "0.1.0-dev.14",
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.12+2585cf2de491fd0f8b06f35e0c83fe8a779280cc"
49
+ "@gukhanmun/types": "0.1.0-dev.14+e0664866e5b37361a9beed45fb9b4e6ce93a8669"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsdown && node -e \"require('node:fs').copyFileSync('stdict.cdb','dist/stdict.cdb')\""