@flowgram.ai/free-layout-core 0.1.12 → 0.1.13

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.
package/dist/esm/index.js CHANGED
@@ -1841,6 +1841,7 @@ var WorkflowDocument = class extends FlowDocument {
1841
1841
  }
1842
1842
  return this.createWorkflowNode(
1843
1843
  {
1844
+ ...json,
1844
1845
  id,
1845
1846
  type,
1846
1847
  meta: { position, ...json?.meta },