@camunda/play 0.0.8-rc.1 → 0.0.8

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/play.js +1 -1
  2. package/package.json +1 -1
package/build/play.js CHANGED
@@ -28770,7 +28770,7 @@ const N_ = ({
28770
28770
  S1,
28771
28771
  {
28772
28772
  size: "xl",
28773
- onClick: () => e?.(),
28773
+ onClick: () => e?.(!0),
28774
28774
  children: "View errors in Implement mode"
28775
28775
  }
28776
28776
  ) }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "0.0.8-rc.1",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",