bpmnlint-plugin-camunda-compat 2.49.1 → 2.49.2

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.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -116,8 +116,7 @@ const camundaCloud89Rules = withConfig({
116
116
 
117
117
  const camundaCloud810Rules = withConfig({
118
118
  ...omit(camundaCloud89Rules, [ 'no-execution-listener-headers' ]),
119
- 'duplicate-execution-listener-headers': 'error',
120
- 'zeebe-user-task': 'error'
119
+ 'duplicate-execution-listener-headers': 'error'
121
120
  }, { version: '8.10' });
122
121
 
123
122
  const camundaPlatform719Rules = withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpmnlint-plugin-camunda-compat",
3
- "version": "2.49.1",
3
+ "version": "2.49.2",
4
4
  "description": "A bpmnlint plug-in for Camunda compatibility",
5
5
  "main": "index.js",
6
6
  "scripts": {