monkey-front-core 0.0.240 → 0.0.243

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.
@@ -108,6 +108,7 @@ export interface MonkeyEcxConfigAlert {
108
108
  title: string;
109
109
  message: string;
110
110
  endDate: string;
111
+ noEndDate?: boolean;
111
112
  }
112
113
  export interface MonkeyEcxConfig {
113
114
  program?: MonkeyEcxConfigProgram;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.240",
3
+ "version": "0.0.243",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
@@ -12,13 +12,13 @@
12
12
  "@ngx-translate/http-loader": "^6.0.0",
13
13
  "launchdarkly-js-client-sdk": "2.19.2",
14
14
  "moment": "^2.29.4",
15
- "monkey-style-guide": "^2.0.153",
15
+ "monkey-style-guide": "^2.0.154",
16
16
  "ngx-cookie-service": "^13.1.1",
17
17
  "ngx-mask": "^12.0.0",
18
18
  "rxjs": "^6.6.3"
19
19
  },
20
20
  "dependencies": {
21
- "monkey-style-guide": "^2.0.153",
21
+ "monkey-style-guide": "^2.0.154",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "module": "fesm2015/monkey-front-core.mjs",
Binary file