@salina-app/media-editor 0.0.54 → 0.0.55

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3859,7 +3859,9 @@ const Kg = (n, e) => String(n).padStart(e, "0"), Cee = (n) => n <= 300 ? 5 : n <
3859
3859
  description: oe.response.data.server_response,
3860
3860
  className: "text-left bg-red-600 focus:outline-none outline-none focus:ring-0 focus:border-transparent",
3861
3861
  duration: 2500
3862
- }), E({
3862
+ });
3863
+ } finally {
3864
+ E({
3863
3865
  start: "",
3864
3866
  end: "",
3865
3867
  processed: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",