@hinkal/common 0.0.26 → 0.0.27

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.
@@ -0,0 +1,11 @@
1
+ import { W as r } from "./zkProofWorkerLogic-BodUeUWP.js";
2
+ import "./zkProofWorkerLauncher-duXzsZgN.js";
3
+ var o = self.location.href, s = "/assets/snarkjsWorkerLauncher-CA30lfwg.js", e = "/assets/utxoWorkerLauncher-Cs2fguPu.js";
4
+ const t = {
5
+ [r.ZKProof]: o,
6
+ [r.SnarkJS]: s,
7
+ [r.UTXO]: e
8
+ };
9
+ export {
10
+ t as workerViteURL
11
+ };
@@ -1192,7 +1192,7 @@ const It = /* @__PURE__ */ dt(mt), Ft = () => {
1192
1192
  };
1193
1193
  globalThis.process = It;
1194
1194
  globalThis.Buffer = gr;
1195
- const Tt = import("./zkProofWorkerLogic-D39_bgLU.js").then(function(h) {
1195
+ const Tt = import("./zkProofWorkerLogic-BodUeUWP.js").then(function(h) {
1196
1196
  return h.z;
1197
1197
  });
1198
1198
  addEventListener("message", async (h) => {
@@ -1,4 +1,4 @@
1
- import { d as dist$1, p as process$1, B as Buffer } from "./zkProofWorkerLauncher-DYFbaIEA.js";
1
+ import { d as dist$1, p as process$1, B as Buffer } from "./zkProofWorkerLauncher-duXzsZgN.js";
2
2
  const hexLen = [0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4];
3
3
  function fromString$1(a, d) {
4
4
  if (!d || d == 10)
@@ -161608,7 +161608,7 @@ class WorkerFactory {
161608
161608
  constructor() {
161609
161609
  }
161610
161610
  static resolveWorkerURL = async (d) => {
161611
- const n = typeof document < "u" && document?.location?.href || "", { workerViteURL: c } = await import("./viteWorkerURL.constant-CaH_VFjT.js");
161611
+ const n = typeof document < "u" && document?.location?.href || "", { workerViteURL: c } = await import("./viteWorkerURL.constant-B4UwtFmC.js");
161612
161612
  return new URL(c[d], n);
161613
161613
  };
161614
161614
  static createWorker = async (d) => {
@@ -161616,12 +161616,12 @@ class WorkerFactory {
161616
161616
  let c;
161617
161617
  return d === WorkerVariant.SnarkJS ? c = await import(
161618
161618
  /* @vite-ignore */
161619
- "./snarkjsWorkerLogic-D1v0gyhW.js"
161619
+ "./snarkjsWorkerLogic-6tHWNcII.js"
161620
161620
  ) : d === WorkerVariant.ZKProof ? c = await Promise.resolve().then(function() {
161621
161621
  return zkProofWorkerLogic;
161622
161622
  }) : d === WorkerVariant.UTXO && (c = await import(
161623
161623
  /* @vite-ignore */
161624
- "./utxoWorkerLogic-BrNVeSHt.js"
161624
+ "./utxoWorkerLogic-BKJxTwUX.js"
161625
161625
  )), c.default;
161626
161626
  }
161627
161627
  const n = await WorkerFactory.resolveWorkerURL(d);