@salina-app/media-editor 0.1.98 → 0.2.1

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
@@ -75112,7 +75112,7 @@ const P8 = Bl(
75112
75112
  source: m ?? "",
75113
75113
  access_token: A ?? ""
75114
75114
  }), E({
75115
- path_directory: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75115
+ source: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75116
75116
  access_token: A || ""
75117
75117
  });
75118
75118
  } catch (q) {
@@ -75134,7 +75134,7 @@ const P8 = Bl(
75134
75134
  source: m ?? "",
75135
75135
  access_token: A ?? ""
75136
75136
  }), E({
75137
- path_directory: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75137
+ source: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75138
75138
  access_token: A || ""
75139
75139
  });
75140
75140
  } catch (ne) {
@@ -75150,7 +75150,7 @@ const P8 = Bl(
75150
75150
  source: m ?? "",
75151
75151
  access_token: A ?? ""
75152
75152
  }), E({
75153
- path_directory: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75153
+ source: `${m == null ? void 0 : m.substring(0, m == null ? void 0 : m.lastIndexOf("/"))}` || "",
75154
75154
  access_token: A || ""
75155
75155
  });
75156
75156
  } catch (ne) {
@@ -75293,7 +75293,7 @@ const P8 = Bl(
75293
75293
  source: G || "",
75294
75294
  access_token: x || ""
75295
75295
  }), E({
75296
- path_directory: `${G == null ? void 0 : G.substring(0, G == null ? void 0 : G.lastIndexOf("/"))}` || "",
75296
+ source: G || "",
75297
75297
  access_token: x || ""
75298
75298
  }), rne.error(
75299
75299
  `${dn.data.process_status.split("_").join(" ")} at clip ${dn.data.title.split("_")[5]}`,
@@ -75306,10 +75306,7 @@ const P8 = Bl(
75306
75306
  source: G || "",
75307
75307
  access_token: x || ""
75308
75308
  }), E({
75309
- path_directory: `${G == null ? void 0 : G.substring(
75310
- 0,
75311
- G == null ? void 0 : G.lastIndexOf("/")
75312
- )}` || "",
75309
+ source: G || "",
75313
75310
  access_token: x || ""
75314
75311
  })) : (ee(!0), setTimeout(() => {
75315
75312
  yn();
@@ -76404,7 +76401,7 @@ const f0e = ({ className: t }) => /* @__PURE__ */ ut(
76404
76401
  if (I(""), !J.includes("merged")) {
76405
76402
  _([]), E([]), P("");
76406
76403
  const ue = await b({
76407
- path_directory: J,
76404
+ source: n,
76408
76405
  access_token: c
76409
76406
  });
76410
76407
  ue.status || ue.success ? M(ue.data.files) : M([]), $(null);
@@ -10,7 +10,7 @@ export type IDirectoryResponse = {
10
10
  };
11
11
  };
12
12
  export type ITrimmedDirectoryPayload = {
13
- path_directory: string;
13
+ source: string;
14
14
  access_token: string;
15
15
  };
16
16
  export type ITrimmedDirectory = IDirectory & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.98",
3
+ "version": "0.2.01",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",