@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.
@@ -1462,12 +1462,6 @@ 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
- })) || [],
1471
1465
  ttl: table.config.ttl,
1472
1466
  database: table.config.database,
1473
1467
  cluster: table.config.cluster