Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 28, 2024
1 parent c1f4fe0 commit 57472d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@bpmn-io/extract-process-variables",
"version": "0.8.0",
"version": "0.9.0",
"description": "A util for bpmn-js to extract Camunda BPM process variables from a BPMN 2.0 diagram.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
},
"./zeebe": {
"import": "./zeebe/index.mjs",
"require": "./zeebe/index.js"
Expand Down

0 comments on commit 57472d5

Please sign in to comment.