@cravern/bpmn-flow-designer 1.0.10 → 1.0.12

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.
@@ -1,3 +1,3 @@
1
- export { Kf as BPMNFlowDesigner };
2
1
  declare function Kf(): any;
2
+ export { Kf as BPMNFlowDesigner, Kf as default };
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.js"],"names":[],"mappings":";AAy5WA,2BA8LC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.js"],"names":[],"mappings":"AAy5WA,2BA8LC"}
package/dist/index.js CHANGED
@@ -11863,5 +11863,6 @@ const Eo = `<?xml version="1.0" encoding="UTF-8"?>
11863
11863
  }
11864
11864
  );
11865
11865
  export {
11866
- Kf as BPMNFlowDesigner
11866
+ Kf as BPMNFlowDesigner,
11867
+ Kf as default
11867
11868
  };