@infrab4a/connect 3.10.0-beta.2 → 3.10.0-beta.3

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.
@@ -3985,7 +3985,7 @@
3985
3985
  parent: {
3986
3986
  columnName: 'parent',
3987
3987
  foreignKeyColumn: { parent_id: 'id' },
3988
- fields: [{ parent: ['id', 'name', 'reference', 'slug'] }],
3988
+ fields: ['id', 'name', 'reference', 'slug'],
3989
3989
  },
3990
3990
  },
3991
3991
  ],
@@ -4752,7 +4752,7 @@
4752
4752
  category: {
4753
4753
  columnName: 'category',
4754
4754
  foreignKeyColumn: { category_id: 'id' },
4755
- fields: [{ category: ['id', 'name', 'reference', 'slug'] }],
4755
+ fields: ['id', 'name', 'reference', 'slug'],
4756
4756
  },
4757
4757
  },
4758
4758
  ];