@hinkal/common 0.0.76 → 0.0.77

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.
@@ -1192,10 +1192,11 @@ const It = /* @__PURE__ */ dt(mt), Ft = () => {
1192
1192
  };
1193
1193
  globalThis.process = It;
1194
1194
  globalThis.Buffer = gr;
1195
- const Tt = import("./snarkjsWorkerLogic-D-v2xSCd.js");
1195
+ const Tt = import("./snarkjsWorkerLogic-BR-lyrT3.js");
1196
1196
  addEventListener("message", async (h) => {
1197
+ console.log("a1");
1197
1198
  const { onWorkerMessage: f } = await Tt;
1198
- f(h.data);
1199
+ console.log("a2"), f(h.data), console.log("a3");
1199
1200
  });
1200
1201
  Ft();
1201
1202
  export {