@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.
@@ -662,13 +662,6 @@ var init_index = __esm({
662
662
  }
663
663
  });
664
664
 
665
- // src/compiler-config.ts
666
- var init_compiler_config = __esm({
667
- "src/compiler-config.ts"() {
668
- "use strict";
669
- }
670
- });
671
-
672
665
  // src/dmv2/internal.ts
673
666
  var import_process, isClientOnlyMode, moose_internal, defaultRetentionPeriod, getMooseInternal, dlqSchema, dlqColumns;
674
667
  var init_internal = __esm({
@@ -677,7 +670,6 @@ var init_internal = __esm({
677
670
  import_process = __toESM(require("process"));
678
671
  init_index();
679
672
  init_commons();
680
- init_compiler_config();
681
673
  isClientOnlyMode = () => import_process.default.env.MOOSE_CLIENT_ONLY === "true";
682
674
  moose_internal = {
683
675
  tables: /* @__PURE__ */ new Map(),