@salina-app/media-editor 0.2.12 → 0.2.13

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/dist/index.js CHANGED
@@ -76458,7 +76458,8 @@ const y0e = ({ className: t }) => /* @__PURE__ */ ut(
76458
76458
  videoTitle: e,
76459
76459
  videoLink: ue,
76460
76460
  trimmed: !1,
76461
- fileType: "raw"
76461
+ fileType: "raw",
76462
+ originalTitle: r
76462
76463
  });
76463
76464
  } catch (Te) {
76464
76465
  console.log(Te), Te.response.data.detail === "401: Invalid Access Token" && Wo({
@@ -3,4 +3,5 @@ export interface IVideoMetadata {
3
3
  videoLink: string;
4
4
  trimmed: boolean;
5
5
  fileType: string;
6
+ originalTitle?: string;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",