Migrate DMN diagrams to the latest DMN standard.
npm install @bpmn-io/dmn-migrate
Migrate your DMN diagrams to the latest DMN version (currently __DMN 1.3__).
``javascript
const { migrateDiagram } = require('@bpmn-io/dmn-migrate');
const migratedXML = await migrateDiagram(dmn11XML);
``
* dmn-migrate-cli - migrate your DMN diagrams from the command line
MIT