@camunda/play 1.13.0 → 1.13.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.
Files changed (2) hide show
  1. package/build/index.js +4 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -145116,7 +145116,9 @@ const bV = Et(
145116
145116
  s,
145117
145117
  o
145118
145118
  ), [d, u] = ye(l), [f, p] = ye(c), g = s9e(d), [m, A] = ye(!1);
145119
- return /* @__PURE__ */ S.jsx(
145119
+ return Fe(() => {
145120
+ u(l), p(c);
145121
+ }, [c, l]), /* @__PURE__ */ S.jsx(
145120
145122
  g4,
145121
145123
  {
145122
145124
  hasResetButton: !0,
@@ -145230,7 +145232,7 @@ const bV = Et(
145230
145232
  ({ data: ee, errors: le }) => {
145231
145233
  const we = localStorage.getItem(
145232
145234
  `jobCompletion ${Lt.processId} ${i.id}`
145233
- ), Qe = !Is(ee, JSON.parse(ph(i) ?? "{}")) && !Is(ee, JSON.parse(we ?? "{}"));
145235
+ ), Qe = !Is(ee, JSON.parse(ph(i) || "{}")) && !Is(ee, JSON.parse(we || "{}"));
145234
145236
  g(Qe), A(JSON.stringify(ee)), w(Object.keys(le).length === 0);
145235
145237
  }
145236
145238
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",