@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.
@@ -12767,7 +12767,7 @@ class ReadOnlyModelService extends BaseModelService {
12767
12767
  }
12768
12768
  return {
12769
12769
  ...results,
12770
- results: await Promise.all(results.results.map((detail) => this.normalizeSummary(detail)))
12770
+ results: await Promise.all(results.results.map((summary) => this.normalizeSummary(summary)))
12771
12771
  };
12772
12772
  }
12773
12773
  async count(filters, options) {
@@ -13335,5 +13335,5 @@ export {
13335
13335
  BaseModelService
13336
13336
  };
13337
13337
 
13338
- //# debugId=B7049DCEB4D8885164756E2164756E21
13338
+ //# debugId=710AB88109BF0B1F64756E2164756E21
13339
13339
  //# sourceMappingURL=index.js.map