garu-ko 0.9.2 → 0.9.3

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/models/base.gmdl CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "garu-ko",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Ultra-lightweight Korean morphological analyzer for the web (1MB model, WASM, F1 93.7% NIKL MP)",
5
5
  "type": "module",
6
6
  "main": "dist/node.js",
package/pkg/garu_wasm.js CHANGED
@@ -119,7 +119,7 @@ export class GaruWasm {
119
119
  }
120
120
  }
121
121
  if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
122
- import * as import1 from "./snippets/garu-core-3180b51e8197f6c2/inline0.js"
122
+ import * as import1 from "./snippets/garu-core-a46e9da4aedd693c/inline0.js"
123
123
 
124
124
  function __wbg_get_imports() {
125
125
  const import0 = {
@@ -178,7 +178,7 @@ function __wbg_get_imports() {
178
178
  return {
179
179
  __proto__: null,
180
180
  "./garu_wasm_bg.js": import0,
181
- "./snippets/garu-core-3180b51e8197f6c2/inline0.js": import1,
181
+ "./snippets/garu-core-a46e9da4aedd693c/inline0.js": import1,
182
182
  };
183
183
  }
184
184
 
Binary file
package/pkg/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "garu-wasm",
3
3
  "type": "module",
4
- "version": "0.9.2",
4
+ "version": "0.9.3",
5
5
  "files": [
6
6
  "garu_wasm_bg.wasm",
7
7
  "garu_wasm.js",
@@ -0,0 +1 @@
1
+ export function performance_now() { return performance.now(); }