@514labs/moose-lib 0.6.320-ci-4-g05309f4d → 0.6.321

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.
@@ -550,13 +550,6 @@ var init_index = __esm({
550
550
  }
551
551
  });
552
552
 
553
- // src/compiler-config.ts
554
- var init_compiler_config = __esm({
555
- "src/compiler-config.ts"() {
556
- "use strict";
557
- }
558
- });
559
-
560
553
  // src/dmv2/internal.ts
561
554
  import process2 from "process";
562
555
  var isClientOnlyMode, moose_internal, defaultRetentionPeriod, getMooseInternal, dlqSchema, dlqColumns;
@@ -565,7 +558,6 @@ var init_internal = __esm({
565
558
  "use strict";
566
559
  init_index();
567
560
  init_commons();
568
- init_compiler_config();
569
561
  isClientOnlyMode = () => process2.env.MOOSE_CLIENT_ONLY === "true";
570
562
  moose_internal = {
571
563
  tables: /* @__PURE__ */ new Map(),