@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/index.js CHANGED
@@ -1894,6 +1894,7 @@ var WorkflowDocument = class extends import_document6.FlowDocument {
1894
1894
  }
1895
1895
  return this.createWorkflowNode(
1896
1896
  {
1897
+ ...json,
1897
1898
  id,
1898
1899
  type,
1899
1900
  meta: { position, ...json?.meta },