@salina-app/media-editor 0.1.55 → 0.1.56

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -75320,7 +75320,7 @@ const D8 = Bl(
75320
75320
  h == null ? void 0 : h.map((N, M) => /* @__PURE__ */ H(
75321
75321
  Hve,
75322
75322
  {
75323
- index: M + 1,
75323
+ index: N.originalIndex,
75324
75324
  id: N.id,
75325
75325
  zoomSize: l,
75326
75326
  timestamp_start: N.timestamp_one,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",