Describe the Bug
I am forced to install @bpmn-io/form-js when using this library due to @bpmn-io/form-variable-provider listing it as a peer dependency and its implementation depending on the getSchemaVariables functionality.
camunda-bpmn-js 🔗 @bpmn-io/form-variable-provider 🔗 @bpmn-io/form-js
Steps to Reproduce
- Install this library
@bpmn-io/form-js dependency must be installed
Expected Behavior
I can use this library without having to install @bpmn-io/form-js. Resolving form variables is optional or the functionality of getSchemaVariables is pulled out of bpmn-io/form-js.