e2ebridge / bpmn

BPMN 2.0 execution engine
466 stars 138 forks source link

Mongodb driver version not compatible with 3.0+ #60

Open rogerchina opened 5 years ago

rogerchina commented 5 years ago

In the package.json, "mongodb": ">= 1.3.10", I think it is not better way to dependency, generally, major version changes means API not compatible with previous version, now, we need to upgrade mongodb to 3.x, which is causing bpmn is not working.