Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Jun 10, 2024
1 parent 730a194 commit ac5b261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# 15.0.0

- Use Set and Map where feasible to increase performance
- use Set and Map where feasible to increase performance
- bump [smqp@9](https://github.com/paed01/smqp/blob/default/CHANGELOG.md)

# 14.1.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-elements",
"version": "14.1.0",
"version": "15.0.0",
"description": "Executable workflow elements based on BPMN 2.0",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -89,6 +89,6 @@
},
"dependencies": {
"@0dep/piso": "^0.1.3",
"smqp": "^9.0.0"
"smqp": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ declare interface DefinitionExecution {
getProcessByExecutionId(processExecutionId: string): Process;
getRunningProcesses(): Process[];
getExecutableProcesses(): Process[];
getPostponed(filterFn: filterPostponed): Api<ElementBase>[];
getPostponed(filterFn?: filterPostponed): Api<ElementBase>[];
}

declare interface ActivityExecution {
Expand Down

0 comments on commit ac5b261

Please sign in to comment.