@bpmn-io/extract-process-variables
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -9,2 +9,6 @@ # Changelog | ||
## 0.4.2 | ||
* `CHORE`: bump `camunda-bpmn-moddle` peer dependency ([`2759f174`](https://github.com/bpmn-io/extract-process-variables/commit/2759f174c2790b93dd98e1688337000dbb61c61c)) | ||
## 0.4.1 | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "@bpmn-io/extract-process-variables", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A util for bpmn-js to extract Camunda BPM process variables from a BPMN 2.0 diagram.", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"bpmn-moddle": "^7.0.3", | ||
"camunda-bpmn-moddle": "^4.4.0", | ||
"camunda-bpmn-moddle": "^5.0.0", | ||
"chai": "^4.2.0", | ||
@@ -48,4 +48,4 @@ "eslint": "^7.6.0", | ||
"peerDependencies": { | ||
"camunda-bpmn-moddle": "^4.x" | ||
"camunda-bpmn-moddle": "^4.x | ^5.x" | ||
} | ||
} |
41077