@camunda/play 4.1.2 → 4.1.3
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.
- package/build/index.js +2 -0
- package/package.json +6 -6
package/build/index.js
CHANGED
|
@@ -154437,6 +154437,7 @@ const tD = q(di)`
|
|
|
154437
154437
|
/* @__PURE__ */ _.jsx(
|
|
154438
154438
|
FB,
|
|
154439
154439
|
{
|
|
154440
|
+
align: "bottom-start",
|
|
154440
154441
|
definition: /* @__PURE__ */ _.jsxs(In, { gap: 3, children: [
|
|
154441
154442
|
"This percentage indicates how much of your process is covered with all of your saved scenarios.",
|
|
154442
154443
|
/* @__PURE__ */ _.jsx(
|
|
@@ -154510,6 +154511,7 @@ const Yqt = q(In)`
|
|
|
154510
154511
|
/* @__PURE__ */ _.jsx(
|
|
154511
154512
|
FB,
|
|
154512
154513
|
{
|
|
154514
|
+
align: "bottom-start",
|
|
154513
154515
|
definition: /* @__PURE__ */ _.jsxs("div", { children: [
|
|
154514
154516
|
/* @__PURE__ */ _.jsx("div", { children: "A scenario is a saved process instance that can be used to replay and verify your path." }),
|
|
154515
154517
|
/* @__PURE__ */ _.jsx("div", { children: "Several combined scenarios can be used to verify the whole process." })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/jest": "29.5.14",
|
|
63
63
|
"@types/lodash": "4.17.16",
|
|
64
64
|
"@types/mixpanel-browser": "2.54.0",
|
|
65
|
-
"@types/node": "22.14.
|
|
65
|
+
"@types/node": "22.14.1",
|
|
66
66
|
"@types/prop-types": "15.7.14",
|
|
67
67
|
"@types/react": "18.3.20",
|
|
68
68
|
"@types/react-dom": "18.3.6",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
79
79
|
"diagram-js-grid": "1.1.0",
|
|
80
80
|
"diagram-js-minimap": "5.2.0",
|
|
81
|
-
"dotenv": "16.
|
|
81
|
+
"dotenv": "16.5.0",
|
|
82
82
|
"eslint": "9.24.0",
|
|
83
|
-
"eslint-config-prettier": "10.1.
|
|
83
|
+
"eslint-config-prettier": "10.1.2",
|
|
84
84
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
85
85
|
"eslint-plugin-prettier": "5.2.6",
|
|
86
86
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
87
87
|
"eslint-plugin-react-refresh": "0.4.19",
|
|
88
88
|
"eslint-plugin-testing-library": "7.1.1",
|
|
89
89
|
"globals": "16.0.0",
|
|
90
|
-
"jsdom": "26.
|
|
90
|
+
"jsdom": "26.1.0",
|
|
91
91
|
"lodash": "4.17.21",
|
|
92
92
|
"mixpanel-browser": "2.63.0",
|
|
93
93
|
"mobx": "6.13.7",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"tsc-watch": "6.2.1",
|
|
106
106
|
"typescript": "5.8.3",
|
|
107
107
|
"typescript-eslint": "8.29.1",
|
|
108
|
-
"vite": "6.2.
|
|
108
|
+
"vite": "6.2.6",
|
|
109
109
|
"vite-plugin-svgr": "4.3.0",
|
|
110
110
|
"vite-svg-loader": "5.1.0",
|
|
111
111
|
"vite-tsconfig-paths": "5.1.4",
|