@514labs/moose-lib 0.6.297-ci-29-gef88e0aa → 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.
@@ -2053,6 +2053,12 @@ var init_internal = __esm({
2053
2053
  granularity: i.granularity === void 0 ? 1 : i.granularity,
2054
2054
  arguments: i.arguments === void 0 ? [] : i.arguments
2055
2055
  })) || [],
2056
+ projections: table.config.projections?.map((p) => ({
2057
+ name: p.name,
2058
+ select: p.select,
2059
+ ..."orderBy" in p && p.orderBy !== void 0 ? { orderBy: p.orderBy } : {},
2060
+ ..."groupBy" in p && p.groupBy !== void 0 ? { groupBy: p.groupBy } : {}
2061
+ })) || [],
2056
2062
  ttl: table.config.ttl,
2057
2063
  database: table.config.database,
2058
2064
  cluster: table.config.cluster