@camunda/play 1.18.1 → 1.18.2

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 +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -152873,10 +152873,10 @@ const Y4 = Ct(
152873
152873
  );
152874
152874
  AIe.displayName = "PublishMessageModal";
152875
152875
  function E1({
152876
- prefix: i,
152876
+ prefix: i = "",
152877
152877
  prefillSource: e
152878
152878
  }) {
152879
- return e === "bpmn" ? `${i}${i ? " " : ""}with example data` : e === "cache" ? `${i}${i ? " " : ""}with cached data` : i;
152879
+ return e === "bpmn" ? `${i} with example data` : e === "cache" ? `${i} with cached data` : i;
152880
152880
  }
152881
152881
  const VN = Ct(
152882
152882
  ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",