monkey-front-core 21.0.27 → 21.0.29

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "21.0.27",
3
+ "version": "21.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0",
@@ -293,7 +293,7 @@ interface MonkeyEcxAPIResponse {
293
293
  number: number;
294
294
  };
295
295
  _embedded: any[];
296
- _links: MonkeyEcxPaginationSortData;
296
+ _links: MonkeyEcxPaginationData;
297
297
  }
298
298
 
299
299
  /** ************************
Binary file