@rhwp/core 0.7.6 → 0.7.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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/rhwp.js +1 -1
  3. package/rhwp_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhwp/core",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "HWP/HWPX file parser and renderer — Rust + WebAssembly",
5
5
  "type": "module",
6
6
  "main": "rhwp.js",
package/rhwp.js CHANGED
@@ -5929,7 +5929,7 @@ function __wbg_get_imports() {
5929
5929
  __wbg_lineTo_c9f1e0dd4824ae31: function(arg0, arg1, arg2) {
5930
5930
  arg0.lineTo(arg1, arg2);
5931
5931
  },
5932
- __wbg_measureTextWidth_ee8c76e138de8dd3: function(arg0, arg1, arg2, arg3) {
5932
+ __wbg_measureTextWidth_570c480655e94d3b: function(arg0, arg1, arg2, arg3) {
5933
5933
  const ret = globalThis.measureTextWidth(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
5934
5934
  return ret;
5935
5935
  },
package/rhwp_bg.wasm CHANGED
Binary file