@declaro/data 2.0.0-beta.137 → 2.0.0-beta.138

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.
@@ -12806,7 +12806,7 @@ class ReadOnlyModelService extends BaseModelService {
12806
12806
  }
12807
12807
  return {
12808
12808
  ...results,
12809
- results: await Promise.all(results.results.map((detail) => this.normalizeSummary(detail)))
12809
+ results: await Promise.all(results.results.map((summary) => this.normalizeSummary(summary)))
12810
12810
  };
12811
12811
  }
12812
12812
  async count(filters, options) {
@@ -13356,5 +13356,5 @@ class MockMemoryRepository {
13356
13356
  }
13357
13357
  }
13358
13358
 
13359
- //# debugId=F7D58E636DC6E2AF64756E2164756E21
13359
+ //# debugId=E96728F4A6AB762164756E2164756E21
13360
13360
  //# sourceMappingURL=index.cjs.map