@44-audio/components 0.1.0-dev.6 → 0.1.0-dev.8

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.
@@ -639,7 +639,7 @@ function Se(e, r) {
639
639
  const u = await (await fetch(t(x))).blob(), y = new File([u], "recording.audio", { type: u.type });
640
640
  l.append("audioFile", y);
641
641
  try {
642
- const h = await (await fetch(`https://${s()}/recordings`, { method: "POST", body: l })).json();
642
+ const h = await (await fetch(`https://${s()}/api/v1/recordings`, { method: "POST", body: l })).json();
643
643
  I(q, h.recordingId, !0), I(f, "processing");
644
644
  let D = !1;
645
645
  for (; !D; )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@44-audio/components",
3
- "version": "0.1.0-dev.6",
3
+ "version": "0.1.0-dev.8",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"