@514labs/moose-lib 0.6.297-ci-30-g4fa982c4 → 0.6.297-ci-4-g8012f636

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.
@@ -2038,6 +2038,12 @@ var init_internal = __esm({
2038
2038
  granularity: i.granularity === void 0 ? 1 : i.granularity,
2039
2039
  arguments: i.arguments === void 0 ? [] : i.arguments
2040
2040
  })) || [],
2041
+ projections: table.config.projections?.map((p) => ({
2042
+ name: p.name,
2043
+ select: p.select,
2044
+ ..."orderBy" in p && p.orderBy !== void 0 ? { orderBy: p.orderBy } : {},
2045
+ ..."groupBy" in p && p.groupBy !== void 0 ? { groupBy: p.groupBy } : {}
2046
+ })) || [],
2041
2047
  ttl: table.config.ttl,
2042
2048
  database: table.config.database,
2043
2049
  cluster: table.config.cluster