File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# unreleased
4
4
5
+ # 8.2.0
6
+
7
+ - allow bpmn-elements@>=14 since bpmn-elements has moved beyond 14, and the tests still work
8
+
5
9
# 8.1.0
6
10
7
11
- process history time to live negative and zero days both result in time duration ` P0D `
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ const rules = {
43
43
'no-undef' : 2 ,
44
44
'no-underscore-dangle' : 0 ,
45
45
'no-unused-expressions' : 2 ,
46
+ 'no-unused-vars' : 2 ,
46
47
'no-use-before-define' : 0 ,
47
48
'no-var' : 0 ,
48
49
'no-with' : 2 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @onify/flow-extensions" ,
3
- "version" : " 8.1 .0" ,
3
+ "version" : " 8.2 .0" ,
4
4
"description" : " Onify Flow extensions" ,
5
5
"type" : " module" ,
6
6
"module" : " src/index.js" ,
50
50
"@babel/core" : " ^7.23.9" ,
51
51
"@babel/preset-env" : " ^7.23.9" ,
52
52
"@babel/register" : " ^7.23.7" ,
53
+ "bpmn-elements" : " ^15.0.1" ,
53
54
"bpmn-elements-8-1" :
" npm:[email protected] " ,
54
55
"bpmn-engine" : " ^21.1.0" ,
55
56
"bpmn-engine-14" : " npm:bpmn-engine@14" ,
68
69
"texample" : " ^0.0.5"
69
70
},
70
71
"peerDependencies" : {
71
- "bpmn-elements" : " ^14.1.0 "
72
+ "bpmn-elements" : " >=14 "
72
73
},
73
74
"dependencies" : {
74
75
"@0dep/piso" : " ^0.1.4" ,
You can’t perform that action at this time.
0 commit comments