@camunda/play 4.0.0 → 4.0.1
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/assets/{json.worker-i_PJ2S3l.js → json.worker-CPVxyQ8I.js} +3 -3
- package/build/index.js +25377 -25190
- package/build/jsonMode.js +2 -2
- package/package.json +23 -23
package/build/jsonMode.js
CHANGED
|
@@ -1486,7 +1486,7 @@ function en(e, r = !1) {
|
|
|
1486
1486
|
let n = 0, t = "", o = 0, s = 16, u = 0, g = 0, c = 0, v = 0, d = 0;
|
|
1487
1487
|
function k(l, A) {
|
|
1488
1488
|
let L = 0, I = 0;
|
|
1489
|
-
for (; L < l
|
|
1489
|
+
for (; L < l; ) {
|
|
1490
1490
|
let b = e.charCodeAt(n);
|
|
1491
1491
|
if (b >= 48 && b <= 57)
|
|
1492
1492
|
I = I * 16 + b - 48;
|
|
@@ -1570,7 +1570,7 @@ function en(e, r = !1) {
|
|
|
1570
1570
|
l += " ";
|
|
1571
1571
|
break;
|
|
1572
1572
|
case 117:
|
|
1573
|
-
const b = k(4
|
|
1573
|
+
const b = k(4);
|
|
1574
1574
|
b >= 0 ? l += String.fromCharCode(b) : d = 4;
|
|
1575
1575
|
break;
|
|
1576
1576
|
default:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/play",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@bpmn-io/element-template-icon-renderer": "0.5.2",
|
|
43
|
-
"@bpmn-io/form-js": "1.
|
|
43
|
+
"@bpmn-io/form-js": "1.14.0",
|
|
44
44
|
"@camunda/form-js-assistant-module": "0.5.0",
|
|
45
|
-
"@camunda/form-playground": "0.
|
|
46
|
-
"@camunda/improved-canvas": "1.7.
|
|
45
|
+
"@camunda/form-playground": "0.20.0",
|
|
46
|
+
"@camunda/improved-canvas": "1.7.6",
|
|
47
47
|
"@carbon/react": "1.72.0",
|
|
48
|
-
"@eslint/js": "9.
|
|
49
|
-
"@monaco-editor/react": "4.
|
|
48
|
+
"@eslint/js": "9.20.0",
|
|
49
|
+
"@monaco-editor/react": "4.7.0",
|
|
50
50
|
"@playwright/test": "1.50.1",
|
|
51
51
|
"@semantic-release/changelog": "6.0.3",
|
|
52
52
|
"@semantic-release/git": "10.0.1",
|
|
@@ -60,52 +60,52 @@
|
|
|
60
60
|
"@types/carbon-components-react": "7.55.13",
|
|
61
61
|
"@types/carbon__elements": "11.10.3",
|
|
62
62
|
"@types/jest": "29.5.14",
|
|
63
|
-
"@types/lodash": "4.17.
|
|
63
|
+
"@types/lodash": "4.17.16",
|
|
64
64
|
"@types/mixpanel-browser": "2.51.0",
|
|
65
|
-
"@types/node": "22.13.
|
|
65
|
+
"@types/node": "22.13.9",
|
|
66
66
|
"@types/prop-types": "15.7.14",
|
|
67
67
|
"@types/react": "18.3.12",
|
|
68
68
|
"@types/react-dom": "18.3.1",
|
|
69
69
|
"@types/vimeo__player": "2.18.3",
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
71
|
-
"@typescript-eslint/parser": "8.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "8.26.0",
|
|
71
|
+
"@typescript-eslint/parser": "8.26.0",
|
|
72
72
|
"@vitejs/plugin-react": "4.3.4",
|
|
73
73
|
"@vitest/coverage-istanbul": "2.1.9",
|
|
74
74
|
"@vitest/ui": "2.1.9",
|
|
75
75
|
"bpmn-js-headless": "0.1.0",
|
|
76
76
|
"bpmn-moddle": "9.0.1",
|
|
77
|
-
"camunda-bpmn-js": "5.
|
|
77
|
+
"camunda-bpmn-js": "5.6.1",
|
|
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
81
|
"dotenv": "16.4.7",
|
|
82
|
-
"eslint": "9.
|
|
83
|
-
"eslint-config-prettier": "10.0.
|
|
82
|
+
"eslint": "9.20.1",
|
|
83
|
+
"eslint-config-prettier": "10.0.2",
|
|
84
84
|
"eslint-plugin-camunda-licensed": "1.0.0",
|
|
85
85
|
"eslint-plugin-prettier": "5.2.3",
|
|
86
86
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
87
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
87
|
+
"eslint-plugin-react-refresh": "0.4.19",
|
|
88
88
|
"eslint-plugin-testing-library": "7.1.1",
|
|
89
|
-
"globals": "
|
|
89
|
+
"globals": "16.0.0",
|
|
90
90
|
"jsdom": "26.0.0",
|
|
91
91
|
"lodash": "4.17.21",
|
|
92
92
|
"mixpanel-browser": "2.60.0",
|
|
93
|
-
"mobx": "6.13.
|
|
93
|
+
"mobx": "6.13.6",
|
|
94
94
|
"mobx-react": "8.0.0",
|
|
95
95
|
"monaco-editor": "0.51.0",
|
|
96
|
-
"prettier": "3.
|
|
96
|
+
"prettier": "3.5.3",
|
|
97
97
|
"prop-types": "15.8.1",
|
|
98
98
|
"react": "18.3.1",
|
|
99
99
|
"react-dom": "18.3.1",
|
|
100
|
-
"react-router-dom": "7.
|
|
101
|
-
"sass": "1.
|
|
100
|
+
"react-router-dom": "7.2.0",
|
|
101
|
+
"sass": "1.85.1",
|
|
102
102
|
"source-map-explorer": "2.5.3",
|
|
103
|
-
"styled-components": "6.1.
|
|
103
|
+
"styled-components": "6.1.15",
|
|
104
104
|
"ts-toolbelt": "9.6.0",
|
|
105
105
|
"tsc-watch": "6.2.1",
|
|
106
|
-
"typescript": "5.
|
|
107
|
-
"typescript-eslint": "8.
|
|
108
|
-
"vite": "6.0
|
|
106
|
+
"typescript": "5.8.2",
|
|
107
|
+
"typescript-eslint": "8.26.0",
|
|
108
|
+
"vite": "6.2.0",
|
|
109
109
|
"vite-plugin-svgr": "4.3.0",
|
|
110
110
|
"vite-svg-loader": "5.1.0",
|
|
111
111
|
"vite-tsconfig-paths": "5.1.4",
|