@objectstack/metadata 11.9.0 → 12.0.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/node.js CHANGED
@@ -3492,6 +3492,9 @@ var MetadataPlugin = class {
3492
3492
  await this.manager.register("view", viewObject, item);
3493
3493
  totalRegistered++;
3494
3494
  for (const vi of expandViewContainer2(viewObject, item)) {
3495
+ for (const w of vi._diagnostics?.warnings ?? []) {
3496
+ ctx.logger.warn(`[MetadataPlugin] View expansion warning for '${vi.name}': ${w.message}`);
3497
+ }
3495
3498
  applyProtection(vi, {
3496
3499
  packageId: manifestPackageId,
3497
3500
  packageVersion: manifestVersion