monkey-front-core 21.0.40 → 21.0.41

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.40",
3
+ "version": "21.0.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0",
@@ -821,7 +821,7 @@ interface MonkeyEcxBaseResolverParams {
821
821
  stateData: any;
822
822
  }
823
823
  interface MonkeyEcxBaseResolverData {
824
- [field: string]: string | Date | number | boolean | null | undefined;
824
+ [field: string]: any;
825
825
  }
826
826
 
827
827
  interface MonkeyEcxServiceControl {
Binary file