@514labs/moose-lib 0.6.295-ci-3-gbede6029 → 0.6.295-ci-2-g0333b68b

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.
@@ -1462,6 +1462,12 @@ var toInfraMap = (registry) => {
1462
1462
  granularity: i.granularity === void 0 ? 1 : i.granularity,
1463
1463
  arguments: i.arguments === void 0 ? [] : i.arguments
1464
1464
  })) || [],
1465
+ projections: table.config.projections?.map((p) => ({
1466
+ name: p.name,
1467
+ select: p.select,
1468
+ ..."orderBy" in p && p.orderBy !== void 0 ? { orderBy: p.orderBy } : {},
1469
+ ..."groupBy" in p && p.groupBy !== void 0 ? { groupBy: p.groupBy } : {}
1470
+ })) || [],
1465
1471
  ttl: table.config.ttl,
1466
1472
  database: table.config.database,
1467
1473
  cluster: table.config.cluster