bpmn-engine 23.0.0 → 23.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
4
4
 
5
- [![Build](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml/badge.svg)](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml)[![Build status](https://ci.appveyor.com/api/projects/status/670n39fivq1g3nu5?svg=true)](https://ci.appveyor.com/project/paed01/bpmn-engine)[![Coverage Status](https://coveralls.io/repos/github/paed01/bpmn-engine/badge.svg?branch=master)](https://coveralls.io/github/paed01/bpmn-engine?branch=master)
5
+ [![Build](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml/badge.svg)](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml)[![Build status](https://ci.appveyor.com/api/projects/status/670n39fivq1g3nu5/branch/master?svg=true)](https://ci.appveyor.com/project/paed01/bpmn-engine/branch/master)[![Coverage Status](https://coveralls.io/repos/github/paed01/bpmn-engine/badge.svg?branch=master)](https://coveralls.io/github/paed01/bpmn-engine?branch=master)
6
6
 
7
7
  # Introduction
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bpmn-engine",
3
3
  "description": "BPMN 2.0 execution engine. Open source javascript workflow engine.",
4
- "version": "23.0.0",
4
+ "version": "23.0.1",
5
5
  "type": "module",
6
6
  "module": "./src/index.js",
7
7
  "main": "./lib/index.cjs",
@@ -60,7 +60,7 @@
60
60
  "camunda-bpmn-moddle": "^7.0.1",
61
61
  "chai": "^5.1.0",
62
62
  "chronokinesis": "^6.0.0",
63
- "eslint": "^9.2.0",
63
+ "eslint": "^9.10.0",
64
64
  "markdown-toc": "^1.2.0",
65
65
  "mocha": "^10.2.0",
66
66
  "mocha-cakes-2": "^3.3.0",
@@ -69,10 +69,10 @@
69
69
  "texample": "^0.0.6"
70
70
  },
71
71
  "dependencies": {
72
- "bpmn-elements": "^16.0.0",
72
+ "bpmn-elements": "^16.1.0",
73
73
  "bpmn-moddle": "^9.0.1",
74
- "debug": "^4.3.4",
75
- "moddle-context-serializer": "^4.2.0",
74
+ "debug": "^4.3.7",
75
+ "moddle-context-serializer": "^4.2.1",
76
76
  "smqp": "^9.0.2"
77
77
  }
78
78
  }