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