garu-ko 0.7.2 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "garu-ko",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Ultra-lightweight Korean morphological analyzer for the web (1.9MB model, WASM, F1 93.9%)",
5
5
  "type": "module",
6
6
  "main": "dist/node.js",
package/pkg/garu_wasm.js CHANGED
@@ -121,7 +121,7 @@ export class GaruWasm {
121
121
  }
122
122
  }
123
123
  if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
124
- import * as import1 from "./snippets/garu-core-36fcadacb06b8856/inline0.js"
124
+ import * as import1 from "./snippets/garu-core-996c7dd407e72272/inline0.js"
125
125
 
126
126
  function __wbg_get_imports() {
127
127
  const import0 = {
@@ -180,7 +180,7 @@ function __wbg_get_imports() {
180
180
  return {
181
181
  __proto__: null,
182
182
  "./garu_wasm_bg.js": import0,
183
- "./snippets/garu-core-36fcadacb06b8856/inline0.js": import1,
183
+ "./snippets/garu-core-996c7dd407e72272/inline0.js": import1,
184
184
  };
185
185
  }
186
186
 
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.7.2",
4
+ "version": "0.7.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(); }