@skip-go/widget 3.0.0-beta.1 → 3.0.0-beta.2
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/build/{index-DtyvdQGi.js → index-B7-BnwVR.js} +3 -3
- package/build/{index-DtyvdQGi.js.map → index-B7-BnwVR.js.map} +1 -1
- package/build/index.js +1 -1
- package/build/{secp256k1-X2m-Aau3.js → secp256k1-DWCtjSyP.js} +2 -2
- package/build/{secp256k1-X2m-Aau3.js.map → secp256k1-DWCtjSyP.js.map} +1 -1
- package/package.json +1 -1
|
@@ -133784,7 +133784,7 @@ function oie(e) {
|
|
|
133784
133784
|
return fw(`0x${n}`);
|
|
133785
133785
|
}
|
|
133786
133786
|
async function rie({ hash: e, signature: n }) {
|
|
133787
|
-
const t = Sr(e) ? e : te(e), { secp256k1: s } = await import("./secp256k1-
|
|
133787
|
+
const t = Sr(e) ? e : te(e), { secp256k1: s } = await import("./secp256k1-DWCtjSyP.js");
|
|
133788
133788
|
return `0x${(() => {
|
|
133789
133789
|
if (typeof n == "object" && "r" in n && "s" in n) {
|
|
133790
133790
|
const { r: h, s: l, v: _, yParity: y } = n, b = Number(y ?? _), q = G6(b);
|
|
@@ -162387,7 +162387,7 @@ const Mke = ({
|
|
|
162387
162387
|
...v
|
|
162388
162388
|
}), i(D == null ? void 0 : D.toString()));
|
|
162389
162389
|
}
|
|
162390
|
-
}, [h, l, n, t, e]), /* @__PURE__ */ c.jsx(KA, { theme: l, children: /* @__PURE__ */ c.jsx(Kke, { children: /* @__PURE__ */ c.jsx(Gke, {}) }) });
|
|
162390
|
+
}, [h, l, n, t, e, d]), /* @__PURE__ */ c.jsx(KA, { theme: l, children: /* @__PURE__ */ c.jsx(Kke, { children: /* @__PURE__ */ c.jsx(Gke, {}) }) });
|
|
162391
162391
|
}, j3e = ({
|
|
162392
162392
|
button: e = /* @__PURE__ */ c.jsx("button", { children: "show widget" }),
|
|
162393
162393
|
...n
|
|
@@ -162418,4 +162418,4 @@ export {
|
|
|
162418
162418
|
Joe as s,
|
|
162419
162419
|
uw as t
|
|
162420
162420
|
};
|
|
162421
|
-
//# sourceMappingURL=index-
|
|
162421
|
+
//# sourceMappingURL=index-B7-BnwVR.js.map
|