@514labs/moose-lib 0.6.297-ci-4-g8012f636 → 0.6.297-ci-20-gec2306d8

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,12 +2053,6 @@ 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
- })) || [],
2062
2056
  ttl: table.config.ttl,
2063
2057
  database: table.config.database,
2064
2058
  cluster: table.config.cluster