garu-ko 0.2.5 → 0.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "garu-ko",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Ultra-lightweight Korean morphological analyzer for the web (1.7MB model, WASM 93KB, F1 95.3%)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/pkg/garu_wasm.js CHANGED
@@ -82,7 +82,7 @@ export class GaruWasm {
82
82
  }
83
83
  }
84
84
  if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
85
- import * as import1 from "./snippets/garu-core-ea50edba4dc5fdae/inline0.js"
85
+ import * as import1 from "./snippets/garu-core-82ebac66ba12d856/inline0.js"
86
86
 
87
87
  function __wbg_get_imports() {
88
88
  const import0 = {
@@ -143,7 +143,7 @@ function __wbg_get_imports() {
143
143
  return {
144
144
  __proto__: null,
145
145
  "./garu_wasm_bg.js": import0,
146
- "./snippets/garu-core-ea50edba4dc5fdae/inline0.js": import1,
146
+ "./snippets/garu-core-82ebac66ba12d856/inline0.js": import1,
147
147
  };
148
148
  }
149
149
 
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.2.1",
4
+ "version": "0.2.6",
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(); }
@@ -0,0 +1 @@
1
+ export function performance_now() { return performance.now(); }