@514labs/moose-lib 0.6.297-ci-22-g1be0de24 → 0.6.297-ci-23-g751e4221

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.
@@ -2187,7 +2187,7 @@ var init_internal = __esm({
2187
2187
  sourceTables: mv.sourceTables,
2188
2188
  targetTable: mv.targetTable.name,
2189
2189
  targetDatabase: mv.targetTable.config.database,
2190
- sourceFile: mv.sourceFile
2190
+ metadata: mv.metadata
2191
2191
  };
2192
2192
  });
2193
2193
  registry.customViews.forEach((view) => {
@@ -2195,7 +2195,7 @@ var init_internal = __esm({
2195
2195
  name: view.name,
2196
2196
  selectSql: view.selectSql,
2197
2197
  sourceTables: view.sourceTables,
2198
- sourceFile: view.sourceFile
2198
+ metadata: view.metadata
2199
2199
  };
2200
2200
  });
2201
2201
  return {