monkey-front-core 21.2.4 → 21.2.6

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.2.4",
3
+ "version": "21.2.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.4",
6
6
  "@angular/core": "^21.2.4",
@@ -36,5 +36,6 @@
36
36
  "types": "./types/monkey-front-core.d.ts",
37
37
  "default": "./fesm2022/monkey-front-core.mjs"
38
38
  }
39
- }
39
+ },
40
+ "type": "module"
40
41
  }
@@ -650,7 +650,6 @@ interface MonkeyEcxWhiteLabel {
650
650
  };
651
651
  };
652
652
  support?: {
653
- disable: boolean;
654
653
  phones?: {
655
654
  attendant?: string;
656
655
  endHour: number;
Binary file