@camunda/linting 3.29.0 → 3.29.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/lib/compiled-config.js +2 -7
- package/package.json +2 -2
package/lib/compiled-config.js
CHANGED
|
@@ -75,8 +75,7 @@ const rules = {
|
|
|
75
75
|
"camunda-compat/user-task-definition": "warn",
|
|
76
76
|
"camunda-compat/user-task-form": "error",
|
|
77
77
|
"camunda-compat/version-tag": "error",
|
|
78
|
-
"camunda-compat/wait-for-completion": "error"
|
|
79
|
-
"camunda-compat/zeebe-user-task": "error"
|
|
78
|
+
"camunda-compat/wait-for-completion": "error"
|
|
80
79
|
};
|
|
81
80
|
|
|
82
81
|
const config = {
|
|
@@ -278,8 +277,4 @@ cache['bpmnlint-plugin-camunda-compat/version-tag'] = rule_45;
|
|
|
278
277
|
|
|
279
278
|
import rule_46 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
|
|
280
279
|
|
|
281
|
-
cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_46;
|
|
282
|
-
|
|
283
|
-
import rule_47 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/zeebe-user-task';
|
|
284
|
-
|
|
285
|
-
cache['bpmnlint-plugin-camunda-compat/zeebe-user-task'] = rule_47;
|
|
280
|
+
cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_46;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/linting",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.1",
|
|
4
4
|
"description": "Linting for Camunda",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@bpmn-io/diagram-js-ui": "^0.2.3",
|
|
33
33
|
"bpmn-moddle": "^9.0.1",
|
|
34
34
|
"bpmnlint": "^10.3.1",
|
|
35
|
-
"bpmnlint-plugin-camunda-compat": "^2.28.
|
|
35
|
+
"bpmnlint-plugin-camunda-compat": "^2.28.1",
|
|
36
36
|
"bpmnlint-utils": "^1.0.2",
|
|
37
37
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
38
|
"clsx": "^2.0.0",
|