@gukhanmun/wasm 0.1.0-dev.13 → 0.1.0-dev.15

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/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * contract structurally. All TSDoc lives here as the single source of
9
9
  * truth for the JavaScript API.
10
10
  *
11
- * @module
11
+ * @module @gukhanmun/types
12
12
  */
13
13
  /**
14
14
  * Named configuration preset that sets orthographic and lexical defaults.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gukhanmun/wasm",
3
- "version": "0.1.0-dev.13",
3
+ "version": "0.1.0-dev.15",
4
4
  "description": "WebAssembly implementation of the Gukhanmun hanja-to-hangul converter.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -45,7 +45,7 @@
45
45
  "@gukhanmun/types": "*"
46
46
  },
47
47
  "devDependencies": {
48
- "@gukhanmun/types": "0.1.0-dev.13+e72fbb3b19b577d65d7bf7e78d9f3ada282d1950"
48
+ "@gukhanmun/types": "0.1.0-dev.15+3fd33cbb18850ceb854950ab7837d01d307ba573"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsdown && node -e \"const fs=require('node:fs'),p=require('node:path');fs.cpSync('wasm','dist/wasm',{recursive:true,force:true,filter:(s)=>p.basename(s)!=='.gitignore'})\""