@objectstack/metadata 9.1.0 → 9.3.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
@@ -3609,6 +3609,9 @@ var MetadataPlugin = class {
3609
3609
  for (const item of items) {
3610
3610
  const meta = item;
3611
3611
  if (meta?.name) {
3612
+ (0, import_shared.applyProtection)(meta, {
3613
+ packageId: this.options.packageId
3614
+ });
3612
3615
  await this.manager.register(entry.type, meta.name, item);
3613
3616
  }
3614
3617
  }