@dxs-ts/eveli-ide 0.0.88 → 0.0.89

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 +3 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -48181,7 +48181,7 @@ const nfe = ({ site: e }) => {
48181
48181
  ] })
48182
48182
  }
48183
48183
  );
48184
- }, Xp = { tag: "eveli-ide-0.0.88", built: "13/01/2025" }, afe = (e, t, n) => {
48184
+ }, Xp = { tag: "eveli-ide-0.0.89", built: "15/01/2025" }, afe = (e, t, n) => {
48185
48185
  var i, r, s, a, l, o, u, c;
48186
48186
  return [
48187
48187
  {
@@ -84822,7 +84822,8 @@ const E0e = ({ taskId: e, onComplete: t }) => {
84822
84822
  userId: b.userId,
84823
84823
  subLabelKey: b.subLabelKey,
84824
84824
  subLabelValue: b.subLabelValue,
84825
- reply: (v = b.replys) == null ? void 0 : v.toString()
84825
+ reply: (v = b.replys) == null ? void 0 : v.toString(),
84826
+ customerTitle: b.customerTitle
84826
84827
  }), u(b), h((A = b.replys) == null ? void 0 : A.join(`\r
84827
84828
  \r
84828
84829
  `));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",