@salina-app/media-editor 0.1.33 → 0.1.34

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -76003,7 +76003,7 @@ const i0e = ({ className: t }) => /* @__PURE__ */ ut(
76003
76003
  });
76004
76004
  P(He.data[0]._id), j(He.data[0]), He.data.length && He.data[0].transcription ? E(He.data[0].transcription) : E([]), _([]);
76005
76005
  }
76006
- Z(n), W(""), A(), z({
76006
+ await (h == null ? void 0 : h(ee)), Z(n), W(""), A(), z({
76007
76007
  videoTitle: e,
76008
76008
  videoLink: ee,
76009
76009
  trimmed: !1,
@@ -76059,12 +76059,12 @@ const i0e = ({ className: t }) => /* @__PURE__ */ ut(
76059
76059
  if (a) return;
76060
76060
  S(!1);
76061
76061
  const te = n.lastIndexOf("/"), de = `${n.substring(0, te)}/${e}`, we = `${p6}/stream/video?file=${de}`;
76062
- B.videoLink !== we && (await (h == null ? void 0 : h(we)), setTimeout(() => {
76062
+ B.videoLink !== we && setTimeout(() => {
76063
76063
  ye(
76064
76064
  `${n.substring(0, n.lastIndexOf("/"))}`,
76065
76065
  we
76066
76066
  );
76067
- }, 50));
76067
+ }, 50);
76068
76068
  },
76069
76069
  children: [
76070
76070
  /* @__PURE__ */ H(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",