@objectstack/metadata 11.10.0 → 12.1.0

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.
package/dist/index.cjs CHANGED
@@ -3529,6 +3529,9 @@ var MetadataPlugin = class {
3529
3529
  await this.manager.register("view", viewObject, item);
3530
3530
  totalRegistered++;
3531
3531
  for (const vi of (0, import_spec2.expandViewContainer)(viewObject, item)) {
3532
+ for (const w of vi._diagnostics?.warnings ?? []) {
3533
+ ctx.logger.warn(`[MetadataPlugin] View expansion warning for '${vi.name}': ${w.message}`);
3534
+ }
3532
3535
  (0, import_shared.applyProtection)(vi, {
3533
3536
  packageId: manifestPackageId,
3534
3537
  packageVersion: manifestVersion