@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.
@@ -2038,12 +2038,6 @@ 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
- })) || [],
2047
2041
  ttl: table.config.ttl,
2048
2042
  database: table.config.database,
2049
2043
  cluster: table.config.cluster