@gukhanmun/stdict-cdb 0.1.0-dev.11 → 0.1.0-dev.13
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 +6 -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
|
-
~~~~
|
|
13
|
-
npm
|
|
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.
|
|
3
|
+
"version": "0.1.0-dev.13",
|
|
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.
|
|
49
|
+
"@gukhanmun/types": "0.1.0-dev.13+e72fbb3b19b577d65d7bf7e78d9f3ada282d1950"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsdown && node -e \"require('node:fs').copyFileSync('stdict.cdb','dist/stdict.cdb')\""
|