@uniformdev/transformer 1.1.32 → 1.1.34

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.js CHANGED
@@ -2733,6 +2733,7 @@ var FieldRemoverService = class {
2733
2733
  this.logger = logger;
2734
2734
  }
2735
2735
  compareIds(id1, id2, strict) {
2736
+ if (id2 === "*") return true;
2736
2737
  if (strict) {
2737
2738
  return id1 === id2;
2738
2739
  }