@camunda/play 0.0.2 → 0.0.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/play.mjs +0 -1
- package/package.json +2 -2
- package/build/play.mjs.map +0 -1
package/build/play.mjs
CHANGED
|
@@ -25241,4 +25241,3 @@ export {
|
|
|
25241
25241
|
LW as PlayMode,
|
|
25242
25242
|
TW as playModeExtension
|
|
25243
25243
|
};
|
|
25244
|
-
//# sourceMappingURL=play.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "vite",
|
|
6
6
|
"build": "tsc && vite build",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-react-refresh": "0.4.5",
|
|
41
41
|
"lodash": "4.17.21",
|
|
42
42
|
"mixpanel-browser": "2.48.1",
|
|
43
|
-
"path": "
|
|
43
|
+
"path": "0.12.7",
|
|
44
44
|
"prop-types": "15.8.1",
|
|
45
45
|
"react": "18.2.0",
|
|
46
46
|
"react-dom": "18.2.0",
|