@salina-app/media-editor 0.2.13 → 0.2.14

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