@camunda/linting 3.26.0 → 3.27.0

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.
@@ -72,6 +72,7 @@ const rules = {
72
72
  "camunda-compat/timer": "error",
73
73
  "camunda-compat/user-task-definition": "warn",
74
74
  "camunda-compat/user-task-form": "error",
75
+ "camunda-compat/version-tag": "error",
75
76
  "camunda-compat/wait-for-completion": "error"
76
77
  };
77
78
 
@@ -260,6 +261,10 @@ import rule_42 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-tas
260
261
 
261
262
  cache['bpmnlint-plugin-camunda-compat/user-task-form'] = rule_42;
262
263
 
263
- import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
264
+ import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/version-tag';
264
265
 
265
- cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_43;
266
+ cache['bpmnlint-plugin-camunda-compat/version-tag'] = rule_43;
267
+
268
+ import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
269
+
270
+ cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_44;