@camunda/task-testing 0.2.7 → 0.2.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.
- package/LICENSE +20 -20
- package/README.md +34 -34
- package/dist/index.js +2 -48761
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/index.js.map +1 -1
- package/package.json +94 -94
package/package.json
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@camunda/task-testing",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
7
|
-
"main": "dist/index.js",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"all": "run-s lint types test build",
|
|
10
|
-
"start:server": "node demo/server.mjs",
|
|
11
|
-
"start:client": "webpack --watch --config webpack.demo.js",
|
|
12
|
-
"start": "concurrently \"npm run start:server\" \"npm run start:client\" \"npm open http://localhost:3000\"",
|
|
13
|
-
"dev": "npm test -- --auto-watch --no-single-run",
|
|
14
|
-
"build": "webpack",
|
|
15
|
-
"build:watch": "webpack --watch",
|
|
16
|
-
"build:demo": "webpack --config webpack.demo.js",
|
|
17
|
-
"test": "karma start karma.config.js",
|
|
18
|
-
"lint": "eslint .",
|
|
19
|
-
"types": "tsc --noEmit",
|
|
20
|
-
"prepare": "npm run build"
|
|
21
|
-
},
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@codemirror/autocomplete": "^6.18.6",
|
|
25
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
26
|
-
"@codemirror/language": "^6.11.2",
|
|
27
|
-
"@codemirror/state": "^6.5.2",
|
|
28
|
-
"@codemirror/view": "^6.38.0",
|
|
29
|
-
"@lezer/highlight": "^1.2.1",
|
|
30
|
-
"classnames": "^2.5.1",
|
|
31
|
-
"codemirror": "^6.0.2",
|
|
32
|
-
"events": "^3.3.0",
|
|
33
|
-
"min-dash": "^4.2.3"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.28.0",
|
|
37
|
-
"@babel/preset-env": "^7.28.0",
|
|
38
|
-
"@babel/preset-react": "^7.27.1",
|
|
39
|
-
"@bpmn-io/variable-resolver": "^1.3.6",
|
|
40
|
-
"@camunda8/sdk": "^8.7.28",
|
|
41
|
-
"@carbon/icons-react": "^11.62.0",
|
|
42
|
-
"@carbon/react": "^1.76.0",
|
|
43
|
-
"@eslint/js": "^9.31.0",
|
|
44
|
-
"@testing-library/react": "^16.3.0",
|
|
45
|
-
"@testing-library/user-event": "^14.6.1",
|
|
46
|
-
"@types/codemirror": "^5.60.16",
|
|
47
|
-
"@types/react": "^19.1.12",
|
|
48
|
-
"babel-loader": "^10.0.0",
|
|
49
|
-
"bpmn-js-element-templates": "^2.15.0",
|
|
50
|
-
"bpmn-js-headless": "^0.1.0",
|
|
51
|
-
"bpmn-js-properties-panel": "^5.42.1",
|
|
52
|
-
"camunda-bpmn-js": "^5.10.0",
|
|
53
|
-
"chai": "^4.5.0",
|
|
54
|
-
"concurrently": "^9.2.0",
|
|
55
|
-
"css-loader": "^7.1.2",
|
|
56
|
-
"dotenv": "^17.2.1",
|
|
57
|
-
"eslint": "^9.31.0",
|
|
58
|
-
"eslint-plugin-bpmn-io": "^2.2.0",
|
|
59
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
60
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
61
|
-
"express": "^5.1.0",
|
|
62
|
-
"html-webpack-plugin": "^5.6.3",
|
|
63
|
-
"karma": "^6.4.4",
|
|
64
|
-
"karma-chrome-launcher": "^3.2.0",
|
|
65
|
-
"karma-env-preprocessor": "^0.1.1",
|
|
66
|
-
"karma-mocha": "^2.0.1",
|
|
67
|
-
"karma-sinon-chai": "^2.0.2",
|
|
68
|
-
"karma-webpack": "^5.0.1",
|
|
69
|
-
"mocha": "^11.7.1",
|
|
70
|
-
"npm-run-all2": "^8.0.4",
|
|
71
|
-
"open": "^10.2.0",
|
|
72
|
-
"raw-loader": "^4.0.2",
|
|
73
|
-
"react": "^18.3.1",
|
|
74
|
-
"react-dom": "^18.3.1",
|
|
75
|
-
"sass": "^1.89.2",
|
|
76
|
-
"sass-loader": "^16.0.5",
|
|
77
|
-
"sinon": "^17.0.1",
|
|
78
|
-
"sinon-chai": "^3.7.0",
|
|
79
|
-
"style-loader": "^4.0.0",
|
|
80
|
-
"typescript": "^5.9.2",
|
|
81
|
-
"webpack": "^5.100.1",
|
|
82
|
-
"webpack-cli": "^6.0.1",
|
|
83
|
-
"webpack-dev-server": "^5.2.2",
|
|
84
|
-
"zeebe-bpmn-moddle": "^1.11.0"
|
|
85
|
-
},
|
|
86
|
-
"peerDependencies": {
|
|
87
|
-
"camunda-bpmn-js": "*",
|
|
88
|
-
"react": "*",
|
|
89
|
-
"react-dom": "*"
|
|
90
|
-
},
|
|
91
|
-
"overrides": {
|
|
92
|
-
"react-is": "^18.0.0"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@camunda/task-testing",
|
|
3
|
+
"version": "0.2.8",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"all": "run-s lint types test build",
|
|
10
|
+
"start:server": "node demo/server.mjs",
|
|
11
|
+
"start:client": "webpack --watch --config webpack.demo.js",
|
|
12
|
+
"start": "concurrently \"npm run start:server\" \"npm run start:client\" \"npm open http://localhost:3000\"",
|
|
13
|
+
"dev": "npm test -- --auto-watch --no-single-run",
|
|
14
|
+
"build": "webpack",
|
|
15
|
+
"build:watch": "webpack --watch",
|
|
16
|
+
"build:demo": "webpack --config webpack.demo.js",
|
|
17
|
+
"test": "karma start karma.config.js",
|
|
18
|
+
"lint": "eslint .",
|
|
19
|
+
"types": "tsc --noEmit",
|
|
20
|
+
"prepare": "npm run build"
|
|
21
|
+
},
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@codemirror/autocomplete": "^6.18.6",
|
|
25
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
26
|
+
"@codemirror/language": "^6.11.2",
|
|
27
|
+
"@codemirror/state": "^6.5.2",
|
|
28
|
+
"@codemirror/view": "^6.38.0",
|
|
29
|
+
"@lezer/highlight": "^1.2.1",
|
|
30
|
+
"classnames": "^2.5.1",
|
|
31
|
+
"codemirror": "^6.0.2",
|
|
32
|
+
"events": "^3.3.0",
|
|
33
|
+
"min-dash": "^4.2.3"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@babel/core": "^7.28.0",
|
|
37
|
+
"@babel/preset-env": "^7.28.0",
|
|
38
|
+
"@babel/preset-react": "^7.27.1",
|
|
39
|
+
"@bpmn-io/variable-resolver": "^1.3.6",
|
|
40
|
+
"@camunda8/sdk": "^8.7.28",
|
|
41
|
+
"@carbon/icons-react": "^11.62.0",
|
|
42
|
+
"@carbon/react": "^1.76.0",
|
|
43
|
+
"@eslint/js": "^9.31.0",
|
|
44
|
+
"@testing-library/react": "^16.3.0",
|
|
45
|
+
"@testing-library/user-event": "^14.6.1",
|
|
46
|
+
"@types/codemirror": "^5.60.16",
|
|
47
|
+
"@types/react": "^19.1.12",
|
|
48
|
+
"babel-loader": "^10.0.0",
|
|
49
|
+
"bpmn-js-element-templates": "^2.15.0",
|
|
50
|
+
"bpmn-js-headless": "^0.1.0",
|
|
51
|
+
"bpmn-js-properties-panel": "^5.42.1",
|
|
52
|
+
"camunda-bpmn-js": "^5.10.0",
|
|
53
|
+
"chai": "^4.5.0",
|
|
54
|
+
"concurrently": "^9.2.0",
|
|
55
|
+
"css-loader": "^7.1.2",
|
|
56
|
+
"dotenv": "^17.2.1",
|
|
57
|
+
"eslint": "^9.31.0",
|
|
58
|
+
"eslint-plugin-bpmn-io": "^2.2.0",
|
|
59
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
60
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
61
|
+
"express": "^5.1.0",
|
|
62
|
+
"html-webpack-plugin": "^5.6.3",
|
|
63
|
+
"karma": "^6.4.4",
|
|
64
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
65
|
+
"karma-env-preprocessor": "^0.1.1",
|
|
66
|
+
"karma-mocha": "^2.0.1",
|
|
67
|
+
"karma-sinon-chai": "^2.0.2",
|
|
68
|
+
"karma-webpack": "^5.0.1",
|
|
69
|
+
"mocha": "^11.7.1",
|
|
70
|
+
"npm-run-all2": "^8.0.4",
|
|
71
|
+
"open": "^10.2.0",
|
|
72
|
+
"raw-loader": "^4.0.2",
|
|
73
|
+
"react": "^18.3.1",
|
|
74
|
+
"react-dom": "^18.3.1",
|
|
75
|
+
"sass": "^1.89.2",
|
|
76
|
+
"sass-loader": "^16.0.5",
|
|
77
|
+
"sinon": "^17.0.1",
|
|
78
|
+
"sinon-chai": "^3.7.0",
|
|
79
|
+
"style-loader": "^4.0.0",
|
|
80
|
+
"typescript": "^5.9.2",
|
|
81
|
+
"webpack": "^5.100.1",
|
|
82
|
+
"webpack-cli": "^6.0.1",
|
|
83
|
+
"webpack-dev-server": "^5.2.2",
|
|
84
|
+
"zeebe-bpmn-moddle": "^1.11.0"
|
|
85
|
+
},
|
|
86
|
+
"peerDependencies": {
|
|
87
|
+
"camunda-bpmn-js": "*",
|
|
88
|
+
"react": "*",
|
|
89
|
+
"react-dom": "*"
|
|
90
|
+
},
|
|
91
|
+
"overrides": {
|
|
92
|
+
"react-is": "^18.0.0"
|
|
93
|
+
}
|
|
94
|
+
}
|