@smallwebco/tinypivot-vue 1.0.65 → 1.0.67

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.
@@ -1237,7 +1237,7 @@ function on(t) {
1237
1237
  }
1238
1238
  async function Ka(t, a, n) {
1239
1239
  const { p256: l } = await import("./p256-D44eOAG2.js"), s = n.slice(26);
1240
- return l.verify(t, a, s);
1240
+ return l.verify(t, a, s, { prehash: !0 });
1241
1241
  }
1242
1242
  async function Ja(t) {
1243
1243
  const { sha256: a } = await import("./sha256-PD7NeEat.js"), n = new TextEncoder().encode(t), l = a(n);