@514labs/moose-lib 0.6.292-ci-1-g35ea5fd7 → 0.6.292

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.
@@ -1475,12 +1475,6 @@ var toInfraMap = (registry) => {
1475
1475
  granularity: i.granularity === void 0 ? 1 : i.granularity,
1476
1476
  arguments: i.arguments === void 0 ? [] : i.arguments
1477
1477
  })) || [],
1478
- projections: table.config.projections?.map((p) => ({
1479
- name: p.name,
1480
- select: p.select,
1481
- ..."orderBy" in p && p.orderBy !== void 0 ? { orderBy: p.orderBy } : {},
1482
- ..."groupBy" in p && p.groupBy !== void 0 ? { groupBy: p.groupBy } : {}
1483
- })) || [],
1484
1478
  ttl: table.config.ttl,
1485
1479
  database: table.config.database,
1486
1480
  cluster: table.config.cluster