Skip to content

Commit

Permalink
allow bpmn-elements@>=14
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Jun 14, 2024
1 parent 5d6e06d commit 912de69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# unreleased

# 8.2.0

- allow bpmn-elements@>=14 since bpmn-elements has moved beyond 14, and the tests still work

# 8.1.0

- process history time to live negative and zero days both result in time duration `P0D`
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const rules = {
'no-undef': 2,
'no-underscore-dangle': 0,
'no-unused-expressions': 2,
'no-unused-vars': 2,
'no-use-before-define': 0,
'no-var': 0,
'no-with': 2,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onify/flow-extensions",
"version": "8.1.0",
"version": "8.2.0",
"description": "Onify Flow extensions",
"type": "module",
"module": "src/index.js",
Expand Down Expand Up @@ -50,6 +50,7 @@
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/register": "^7.23.7",
"bpmn-elements": "^15.0.1",
"bpmn-elements-8-1": "npm:bpmn-elements@8.1",
"bpmn-engine": "^21.1.0",
"bpmn-engine-14": "npm:bpmn-engine@14",
Expand All @@ -68,7 +69,7 @@
"texample": "^0.0.5"
},
"peerDependencies": {
"bpmn-elements": "^14.1.0"
"bpmn-elements": ">=14"
},
"dependencies": {
"@0dep/piso": "^0.1.4",
Expand Down

0 comments on commit 912de69

Please sign in to comment.