@boltic/swirl 1.0.2-uat.87 → 1.0.2-uat.88

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/swirl.es.js +4 -7
  2. package/package.json +1 -1
package/dist/swirl.es.js CHANGED
@@ -183553,16 +183553,13 @@ const Gft = ({ onUpgradeToPro: e }) => {
183553
183553
  description: De,
183554
183554
  status: de(ze),
183555
183555
  parent_id: Qt
183556
- }, Ue = eD(
183557
- _t,
183558
- F?.source || te
183559
- );
183556
+ }, Ue = eD(_t, F?.source || te);
183560
183557
  if (Q(!0), gt === "edit") {
183561
183558
  Ue.parent_id = F.parent_id;
183562
183559
  const rt = ze === "published";
183563
- C(tD(Ue, F.id, S, r, a, ze)).then(
183564
- (pt) => Oe(pt, rt)
183565
- );
183560
+ C(
183561
+ tD(Ue, F.id, S, r, a, ze)
183562
+ ).then((pt) => Oe(pt, rt));
183566
183563
  }
183567
183564
  },
183568
183565
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/swirl",
3
- "version": "1.0.2-uat.87",
3
+ "version": "1.0.2-uat.88",
4
4
  "description": "Visual workflow builder library for React — drag-and-drop automation with React Flow and Material-UI",
5
5
  "type": "commonjs",
6
6
  "main": "dist/swirl.umd.js",